Re: [PATCH v8 17/19] drm/mediatek: add hpd debounce

2022-03-19 Thread Wei-Shun Chang
On Fri, Mar 18, 2022 at 4:49 PM Guillaume Ranquet wrote: > > From: Jitao Shi > > Implement the DP HDP debounce described in DP 1.4a 3.3. > > Signed-off-by: Jitao Shi > Signed-off-by: Guillaume Ranquet Agree with Rex. The code is fine but I suggest including Rex's info in the commit message for

[PATCH v8 17/19] drm/mediatek: add hpd debounce

2022-02-18 Thread Guillaume Ranquet
From: Jitao Shi Implement the DP HDP debounce described in DP 1.4a 3.3. Signed-off-by: Jitao Shi Signed-off-by: Guillaume Ranquet --- drivers/gpu/drm/mediatek/mtk_dp.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a/drivers/gpu/drm/mediatek/mtk_dp.c b/drivers/gpu