Re: [PATCH 2/2] nouveau/dp: handle retries for AUX CH transfers with GSP.

2024-11-19 Thread Ben Skeggs
On 11/11/24 13:41, Dave Airlie wrote: From: Dave Airlie eb284f4b3781 drm/nouveau/dp: Honor GSP link training retry timeouts tried to fix a problem with panel retires, however it appears the auxch also needs the same treatment, so add the same retry wrapper around it. This fixes some eDP pane

Re: [PATCH 2/2] nouveau/dp: handle retries for AUX CH transfers with GSP.

2024-11-12 Thread Lyude Paul
Reviewed-by: Lyude Paul On Mon, 2024-11-11 at 13:41 +1000, Dave Airlie wrote: > From: Dave Airlie > > eb284f4b3781 drm/nouveau/dp: Honor GSP link training retry timeouts > > tried to fix a problem with panel retires, however it appears > the auxch also needs the same treatment, so add the same

[PATCH 2/2] nouveau/dp: handle retries for AUX CH transfers with GSP.

2024-11-10 Thread Dave Airlie
From: Dave Airlie eb284f4b3781 drm/nouveau/dp: Honor GSP link training retry timeouts tried to fix a problem with panel retires, however it appears the auxch also needs the same treatment, so add the same retry wrapper around it. This fixes some eDP panels after a suspend/resume cycle. Fixes: