[Bug 213145] AMDGPU resets, timesout and crashes after "*ERROR* Waiting for fences timed out!"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.kernel.org/show_bug.cgi?id=213145

--- Comment #9 from Tomas Gayoso (tgayoso@xxxxxxxxx) ---
Created attachment 297243
  --> https://bugzilla.kernel.org/attachment.cgi?id=297243&action=edit
patch for mesa 21.1.2

Thanks for the irony. 

Recompiling Mesa 21.1.2 with the attached patch fixes the issue for me in
kernels  5.10.42 and 5.12.9. 

I followed this suggestion from the mesa bug report:

can you try 21.1.2 and change this line:
file: src/mesa/main/draw.c  
function: validate_draw_arrays

change:
if (count < 0 || numInstances < 0)
into:
if (count <= 0 || numInstances <= 0) 

Cheers,

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.



[Index of Archives]     [Linux DRI Users]     [Linux Intel Graphics]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux