Re: Patch "drm/radeon: Delay Connector detecting when HPD singals is unstable" has been added to the 6.6-stable tree

2025-01-17 Thread Greg KH
M > > > To: stable-comm...@vger.kernel.org; oushixi...@kylinos.cn > > > Cc: Deucher, Alexander ; Koenig, Christian > > > ; Pan, Xinhui ; David Airlie > > > ; Simona Vetter > > > Subject: Patch "drm/radeon: Delay Connector detecting when HPD singals is

Re: Patch "drm/radeon: Delay Connector detecting when HPD singals is unstable" has been added to the 6.6-stable tree

2025-01-17 Thread Simona Vetter
M > > > To: stable-comm...@vger.kernel.org; oushixi...@kylinos.cn > > > Cc: Deucher, Alexander ; Koenig, Christian > > > ; Pan, Xinhui ; David Airlie > > > ; Simona Vetter > > > Subject: Patch "drm/radeon: Delay Connector detecting when HPD singals is

Re: Patch "drm/radeon: Delay Connector detecting when HPD singals is unstable" has been added to the 6.6-stable tree

2025-01-17 Thread Simona Vetter
xander ; Koenig, Christian > > ; Pan, Xinhui ; David Airlie > > ; Simona Vetter > > Subject: Patch "drm/radeon: Delay Connector detecting when HPD singals is > > unstable" has been added to the 6.6-stable tree > > > > This is a note to let you

Re: [PATCH] drm/radeon: Delay Connector detecting when HPD singals is unstable

2024-05-09 Thread Alex Deucher
On Thu, May 9, 2024 at 4:58 AM oushixiong wrote: > > From: Shixiong Ou > > In some causes, HPD signals will jitter when plugging in > or unplugging HDMI. > > Rescheduling the hotplug work for a second when EDID may still be > readable but HDP is disconnected, and fixes this issue. > > Signed-off-

[PATCH] drm/radeon: Delay Connector detecting when HPD singals is unstable

2024-05-09 Thread oushixiong
From: Shixiong Ou In some causes, HPD signals will jitter when plugging in or unplugging HDMI. Rescheduling the hotplug work for a second when EDID may still be readable but HDP is disconnected, and fixes this issue. Signed-off-by: Shixiong Ou --- drivers/gpu/drm/radeon/radeon_connectors.c |