Re: [PATCH 0/5] Better recovery from DMUB load failures

2024-12-03 Thread Mario Limonciello
On 11/15/2024 00:09, Mario Limonciello wrote: When a DMUB load failure occurs the amdgpu driver is left in a pretty bad state because the display core thinks everything is fine. This explodes once the core tries to do a register read which stalls. Instead of papering over these errors return er

[PATCH 0/5] Better recovery from DMUB load failures

2024-11-14 Thread Mario Limonciello
When a DMUB load failure occurs the amdgpu driver is left in a pretty bad state because the display core thinks everything is fine. This explodes once the core tries to do a register read which stalls. Instead of papering over these errors return error codes up and do the proper cleanup. Mario Li