mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-24 01:58:16 +02:00
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:
parent
d348e324da
commit
4dc158a8cb
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue