diff --git a/docs/features.txt b/docs/features.txt index 9ea4290270e..8480639b214 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -621,7 +621,7 @@ Khronos extensions that are not part of any Vulkan version: VK_EXT_non_seamless_cube_map DONE (anv, hasvk, lvp, nvk, radv, tu, vn) VK_EXT_pageable_device_local_memory DONE (lvp) VK_EXT_pci_bus_info DONE (anv, hasvk, nvk, radv, vn) - VK_EXT_physical_device_drm DONE (anv, hasvk, nvk, radv, tu, v3dv, vn) + VK_EXT_physical_device_drm DONE (anv, hasvk, nvk, panvk, radv, tu, v3dv, vn) VK_EXT_pipeline_library_group_handles DONE (anv, radv) VK_EXT_pipeline_robustness DONE (anv, nvk, radv, v3dv) VK_EXT_post_depth_coverage DONE (anv/gfx11+, lvp, nvk, radv/gfx10+, tu) diff --git a/src/panfrost/vulkan/panvk_physical_device.c b/src/panfrost/vulkan/panvk_physical_device.c index 4f082394d3f..2b422170ab0 100644 --- a/src/panfrost/vulkan/panvk_physical_device.c +++ b/src/panfrost/vulkan/panvk_physical_device.c @@ -175,6 +175,7 @@ get_device_extensions(const struct panvk_physical_device *device, .EXT_custom_border_color = true, .EXT_graphics_pipeline_library = true, .EXT_index_type_uint8 = true, + .EXT_physical_device_drm = true, .EXT_pipeline_creation_cache_control = true, .EXT_pipeline_creation_feedback = true, .EXT_private_data = true,