]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/bridge: ite-it66121: Select HDMI or DVI mode based on sink type
authorJavier Martinez Canillas <javierm@redhat.com>
Sat, 23 May 2026 10:41:00 +0000 (12:41 +0200)
committerJavier Martinez Canillas <javierm@redhat.com>
Tue, 26 May 2026 10:27:57 +0000 (12:27 +0200)
commitfde6fa5a58f30078a06d5a3bc07bb558f48e142b
treedc4819f2ba6894b76379296012e6ca0c119ca20a
parent4730eb08b9d7860611f2ebdaa971fc9eb4020bde
drm/bridge: ite-it66121: Select HDMI or DVI mode based on sink type

The driver unconditionally sets the transmission mode to HDMI, which
leads to display output not working with DVI monitors. Check the
connector's display information sink type to identify the correct mode
to configure the bridge.

Reviewed-by: Maxime Ripard <mripard@kernel.org>
Link: https://patch.msgid.link/20260523-it66121-fix-dvi-mode-v5-v5-3-33b4468162f9@redhat.com
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
drivers/gpu/drm/bridge/ite-it66121.c