]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/rockchip: inno-hdmi: Fix video timing HSYNC/VSYNC polarity setting for rk3036
authorAndy Yan <andy.yan@rock-chips.com>
Tue, 22 Apr 2025 07:04:43 +0000 (15:04 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 4 May 2025 10:40:53 +0000 (12:40 +0200)
commitad10b82c2bcac7f87ac6eaecfca33378b43425ee
tree13f7c255963006cada1ddfd8b2428128f3279c14
parent31b4403c6c523a710205eadb9ca75c6cfe1478ab
drm/rockchip: inno-hdmi: Fix video timing HSYNC/VSYNC polarity setting for rk3036

The HSYNC/VSYNC polarity of rk3036 HDMI are controlled by GRF.
Without the polarity configuration in GRF, it can be observed
from the HDMI protocol analyzer that the H/V front/back timing
output by RK3036 HDMI are currently not in line with the specifications.

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Tested-by: Heiko Stuebner <heiko@sntech.de> #rk3036-kylin
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20250422070455.432666-5-andyshrk@163.com
drivers/gpu/drm/rockchip/inno_hdmi.c