]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/rockchip: Don't change hdmi reference clock rate
authorDerek Foreman <derek.foreman@collabora.com>
Tue, 17 Dec 2024 20:17:07 +0000 (14:17 -0600)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 9 Jan 2025 23:33:06 +0000 (00:33 +0100)
commit1854df7087be70ad54e24b2e308d7558ebea9f27
treeb2326d981a88d5485b75f5c4e220ec3f25eb6fbc
parent0c2768bf818904db705ff18674f771c3c4d8bbca
drm/rockchip: Don't change hdmi reference clock rate

The code that changes hdmi->ref_clk was accidentally copied from
downstream code that sets a different clock. We don't actually
want to set any clock here at all.

Setting this clock incorrectly leads to incorrect timings for
DDC, CEC, and HDCP signal generation.

No Fixes listed, as the theoretical timing error in DDC appears to
still be within tolerances and harmless - and HDCP and CEC are not
yet supported.

Signed-off-by: Derek Foreman <derek.foreman@collabora.com>
Reviewed-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20241217201708.3320673-1-derek.foreman@collabora.com
drivers/gpu/drm/rockchip/dw_hdmi_qp-rockchip.c