]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/bridge: anx7625: enable HPD interrupts
authorAyushi Makhija <quic_amakhija@quicinc.com>
Mon, 5 May 2025 09:42:42 +0000 (15:12 +0530)
committerDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Mon, 5 May 2025 14:23:33 +0000 (17:23 +0300)
commitca8a78cdceb48ad3b753f836068611265840ef22
tree108b04189487b3bcd5254c9b7f2e97653a591184
parent7220a310b9fbe431951e31487f7ae92498420e52
drm/bridge: anx7625: enable HPD interrupts

When the device enters the suspend state, it prevents
HPD interrupts from occurring. To address this, implement
.hpd_enable() and .hpd_disable() callbacks functions of
the drm_bridge.

Signed-off-by: Ayushi Makhija <quic_amakhija@quicinc.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250505094245.2660750-4-quic_amakhija@quicinc.com
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
drivers/gpu/drm/bridge/analogix/anx7625.c