Skip to content

Commit 30bdc36

Browse files
author
Laurentiu Palcu
committed
drm/imx/dcss: get rid of HPD warning message
When DCSS + MIPI_DSI is used, and the last bridge in the chain supports HPD, we can see a "Hot plug detection already enabled" warning stack trace dump that's thrown when DCSS is initialized. The problem appeared when HPD was enabled by default in the bridge_connector initialization, which made the drm_bridge_connector_enable_hpd() call, in DCSS init path, redundant. So, let's remove that call. Fixes: 09077bc ("drm/bridge_connector: enable HPD by default if supported") Signed-off-by: Laurentiu Palcu <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 66cee90 commit 30bdc36

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/gpu/drm/imx/dcss/dcss-kms.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,6 @@ struct dcss_kms_dev *dcss_kms_attach(struct dcss_dev *dcss)
142142

143143
drm_kms_helper_poll_init(drm);
144144

145-
drm_bridge_connector_enable_hpd(kms->connector);
146-
147145
ret = drm_dev_register(drm, 0);
148146
if (ret)
149147
goto cleanup_crtc;

0 commit comments

Comments
 (0)