Re: [PATCH 4/4] drm/bridge: anx7625: Add wait_hpd_asserted() callback

2022-07-05 Thread Xin Ji
Hi Hsin-Yi, thanks for your patch, it looks good to me. Reviewed-by: Xin Ji Thanks, Xin On Thu, Jun 30, 2022 at 12:05:50AM +0800, Hsin-Yi Wang wrote: > Move hpd polling check into wait_hpd_asserted() callback. For the cases > that aux transfer function wasn't used, do hpd polling check after

[PATCH 4/4] drm/bridge: anx7625: Add wait_hpd_asserted() callback

2022-06-29 Thread Hsin-Yi Wang
Move hpd polling check into wait_hpd_asserted() callback. For the cases that aux transfer function wasn't used, do hpd polling check after pm runtime resume, which will power on the bridge. Signed-off-by: Hsin-Yi Wang --- drivers/gpu/drm/bridge/analogix/anx7625.c | 33 ++- 1