radv: advertise VK_EXT_device_address_binding_report

This extension can be very useful for debugging VM faults with AMDGPU
because it's possible to associate VA ranges with Vulkan objects. Also
useful for detecting use-after-free.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28373>
This commit is contained in:
Samuel Pitoiset
2023-01-16 14:03:48 +01:00
committed by Marge Bot
parent db736ebf53
commit f9b3e32440
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -12,3 +12,4 @@ Mali G610 and G310 on Panfrost
Mali T600 on Panfrost
VK_KHR_shader_subgroup_uniform_control_flow on NVK
alphaToOne/extendedDynamicState3AlphaToOneEnable on RADV
VK_EXT_device_address_binding_report on RADV