venus: back out display control

Venus can only enable VK_EXT_display_control after using common vk_sync,
unless we add new layered implementation in common. Like how I replaced
the common android present impl, but no bandwidth at this point.

Fixes: 89ec6c4d8f ("venus: add a few more trivial extensions")
Signed-off-by: Yiwei Zhang <zzyiwei@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34037>
This commit is contained in:
Yiwei Zhang 2025-03-13 00:02:02 -07:00 committed by Marge Bot
parent f1e7fdc2ef
commit cebb8e8c95
2 changed files with 1 additions and 4 deletions

View file

@ -601,7 +601,7 @@ Khronos extensions that are not part of any Vulkan version:
VK_EXT_device_memory_report DONE (anv, radv, vn)
VK_EXT_direct_mode_display DONE (anv, lvp, nvk, radv, tu, v3dv, vn)
VK_EXT_discard_rectangles DONE (radv)
VK_EXT_display_control DONE (anv, hasvk, nvk, panvk, radv, tu, vn)
VK_EXT_display_control DONE (anv, hasvk, nvk, panvk, radv, tu)
VK_EXT_display_surface_counter DONE (anv, lvp, nvk, radv, tu, vn)
VK_EXT_dynamic_rendering_unused_attachments DONE (anv, nvk, radv, vn)
VK_EXT_extended_dynamic_state3 DONE (anv, lvp, nvk, radv, tu, vn)

View file

@ -1113,9 +1113,6 @@ vn_physical_device_get_native_extensions(
exts->KHR_swapchain_mutable_format = true;
exts->EXT_hdr_metadata = true;
exts->EXT_swapchain_maintenance1 = true;
#ifdef VK_USE_PLATFORM_DISPLAY_KHR
exts->EXT_display_control = true;
#endif
}
/* VK_EXT_pci_bus_info is required by common wsi to decide whether native