]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
committerStefan Bader <stefan.bader@canonical.com>
Mon, 17 Oct 2022 09:57:27 +0000 (11:57 +0200)
commitf529b0e8098e94e4668e3b5ace927358f382c40a
treee3510a2dc136efdee918b7ec03d0cab7f889a125
parent68994f5e27919414c52731580462ad5441cc41eb
drm/imx/dcss: get rid of HPD warning message

BugLink: https://bugs.launchpad.net/bugs/1990564
[ Upstream commit 30bdc36b8c776cd4fce5de2a96ff28b37f96942f ]

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: 09077bc311658 ("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
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
drivers/gpu/drm/imx/dcss/dcss-kms.c