drm: bridge: anx7625: Fix NULL pointer dereference with early IRQ
authorLoic Poulain <loic.poulain@oss.qualcomm.com>
Wed, 9 Jul 2025 08:54:38 +0000 (10:54 +0200)
committerDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Mon, 15 Sep 2025 18:44:42 +0000 (21:44 +0300)
commita10f910c77f280327b481e77eab909934ec508f0
tree7b4e0c90039a2e9039cd1fe7d02287eb1f46ff3a
parent07c24945cafc810bcce3ea6c336a6495e813b47f
drm: bridge: anx7625: Fix NULL pointer dereference with early IRQ

If the interrupt occurs before resource initialization is complete, the
interrupt handler/worker may access uninitialized data such as the I2C
tcpc_client device, potentially leading to NULL pointer dereference.

Signed-off-by: Loic Poulain <loic.poulain@oss.qualcomm.com>
Fixes: 8bdfc5dae4e3 ("drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP")
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250709085438.56188-1-loic.poulain@oss.qualcomm.com
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
drivers/gpu/drm/bridge/analogix/anx7625.c