radv: remove an outdated comment in radv_GetDeviceFaultInfoEXT()

The driver exports GPU hang reports already.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41598>
This commit is contained in:
Samuel Pitoiset 2026-05-18 14:31:09 +02:00 committed by Marge Bot
parent d348e324da
commit 4dc158a8cb

View file

@ -1470,7 +1470,6 @@ radv_GetDeviceFaultInfoEXT(VkDevice _device, VkDeviceFaultCountsEXT *pFaultCount
/* Query if a GPUVM fault happened. */
vm_fault_occurred = radv_vm_fault_occurred(device, &fault_info);
/* No vendor-specific crash dumps yet. */
pFaultCounts->vendorInfoCount = 0;
pFaultCounts->vendorBinarySize = 0;