diff --git a/docs/features.txt b/docs/features.txt index d360971a69b..791b9f4ad9f 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -680,7 +680,7 @@ Khronos extensions that are not part of any Vulkan version: VK_EXT_swapchain_colorspace DONE (anv, lvp, nvk, radv, tu, v3dv) VK_EXT_depth_clamp_zero_one DONE (anv, nvk, radv, tu, v3dv/vc7+) VK_INTEL_shader_integer_functions2 DONE (anv, hasvk, radv) - VK_KHR_map_memory2 DONE (anv, nvk, radv, tu) + VK_KHR_map_memory2 DONE (anv, nvk, panvk, radv, tu) VK_EXT_map_memory_placed DONE (anv, nvk, radv, tu) VK_MESA_image_alignment_control DONE (anv, radv) VK_EXT_legacy_dithering DONE (anv, tu) diff --git a/src/panfrost/vulkan/panvk_physical_device.c b/src/panfrost/vulkan/panvk_physical_device.c index 7cc3f794cc5..7c2633602ce 100644 --- a/src/panfrost/vulkan/panvk_physical_device.c +++ b/src/panfrost/vulkan/panvk_physical_device.c @@ -209,6 +209,7 @@ get_device_extensions(const struct panvk_physical_device *device, .KHR_maintenance1 = true, .KHR_maintenance2 = true, .KHR_maintenance3 = true, + .KHR_map_memory2 = true, .KHR_pipeline_executable_properties = true, .KHR_pipeline_library = true, .KHR_push_descriptor = true,