Skip to content

panvk: Silence warning on incompatible DRM render devices

Janne Grunau requested to merge jannau/mesa:panvk_silent_incompatible into main

What does this MR do and why?

panvk: Silence warning on incompatible DRM render devices
    
This message is printed on non-panfrost/panthor systems on every
physical device enumeration when panvk is present like in distribution
mesa builds.
This "breaks" gtk-4 tests in the default configuration since they fail
on warning log messages. gtk-4 still forwards the vulkan debug report as
warning messages after fixes for issue 11451 to stop handling it as
critical message.

Signed-off-by: Janne Grunau <j@jannau.net>

Fixes: d970fe2e ("panfrost: Add a Vulkan driver for Midgard/Bifrost GPUs")
Closes: #11451 (closed)

Edited by Janne Grunau

Merge request reports

Loading