]> git.baikalelectronics.ru Git - kernel.git/commit
drm/imx/dcss: get rid of HPD warning message
authorLaurentiu Palcu <laurentiu.palcu@oss.nxp.com>
Thu, 21 Jul 2022 12:09:12 +0000 (15:09 +0300)
committerLaurentiu Palcu <laurentiu.palcu@oss.nxp.com>
Thu, 4 Aug 2022 10:21:07 +0000 (13:21 +0300)
commit4599e6e8b3ce20f1c893a6e38b9c944dffd6d78e
treefad1deacbf8981ef9aeb1a47100f5afc516e3e39
parent7fa0943b8b1dd2274c1dd0bb3392816b12a893e7
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: f3b35912b925e ("drm/bridge_connector: enable HPD by default if supported")
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@oss.nxp.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220721120912.6639-1-laurentiu.palcu@oss.nxp.com
drivers/gpu/drm/imx/dcss/dcss-kms.c