Re: [PATCH] gpu: drm_dp_cec: fix broken CEC adapter properties check

2025-02-01 Thread Jens Schmidt
[Resend to make the automation happy ... thanks for the hint.] On 2025-01-29 10:51, Hans Verkuil wrote: > Jens (aka Farblos), can you test this patch? TL;DR: Your patch fixes the issue on my system, thanks. Tested-by: Farblos Details: ### build #13 - stock 6.12.10 kernel [~]$ uname -a Linu

Re: [PATCH] gpu: drm_dp_cec: fix broken CEC adapter properties check

2025-01-31 Thread Dmitry Baryshkov
On Wed, 29 Jan 2025 10:51:48 +0100, Hans Verkuil wrote: > If the hotplug detect of a display is low for longer than one second > (configurable through drm_dp_cec_unregister_delay), then the CEC adapter > is unregistered since we assume the display was disconnected. If the > HPD went low for less th

Re: [PATCH] gpu: drm_dp_cec: fix broken CEC adapter properties check

2025-01-31 Thread Hans Verkuil
On 29/01/2025 13:21, Hans Verkuil wrote: > On 29/01/2025 10:51, Hans Verkuil wrote: >> If the hotplug detect of a display is low for longer than one second >> (configurable through drm_dp_cec_unregister_delay), then the CEC adapter >> is unregistered since we assume the display was disconnected. If

Re: [PATCH] gpu: drm_dp_cec: fix broken CEC adapter properties check

2025-01-29 Thread Dmitry Baryshkov
On Wed, Jan 29, 2025 at 11:56:39PM +0100, Jens Schmidt wrote: > On 2025-01-29 10:51, Hans Verkuil wrote: > > > Jens (aka Farblos), can you test this patch? > > TL;DR: Your patch fixes the issue on my system, thanks. Could you please respond with the 'Tested-by: Your Name ' tag on a separate lin

Re: [PATCH] gpu: drm_dp_cec: fix broken CEC adapter properties check

2025-01-29 Thread Hans Verkuil
On 29/01/2025 10:51, Hans Verkuil wrote: > If the hotplug detect of a display is low for longer than one second > (configurable through drm_dp_cec_unregister_delay), then the CEC adapter > is unregistered since we assume the display was disconnected. If the > HPD went low for less than one second,

Re: [PATCH] gpu: drm_dp_cec: fix broken CEC adapter properties check

2025-01-29 Thread Dmitry Baryshkov
On Wed, Jan 29, 2025 at 10:51:48AM +0100, Hans Verkuil wrote: > If the hotplug detect of a display is low for longer than one second > (configurable through drm_dp_cec_unregister_delay), then the CEC adapter > is unregistered since we assume the display was disconnected. If the > HPD went low for l

[PATCH] gpu: drm_dp_cec: fix broken CEC adapter properties check

2025-01-29 Thread Hans Verkuil
If the hotplug detect of a display is low for longer than one second (configurable through drm_dp_cec_unregister_delay), then the CEC adapter is unregistered since we assume the display was disconnected. If the HPD went low for less than one second, then we check if the properties of the CEC adapte