Skip to content

panvk: move macro-definition to header

Erik Faye-Lund requested to merge kusma/mesa:panvk-fix-define into main

This define is used in panvk_physical_device.c as well, so it needs to be visible there.

Fixes: ac34183e ("panvk: Move the VkPhysicalDevice logic to panvk_physical_device.{c,h}")

Merge request reports