mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
drm_hdmitx: The refresh rate of 576i and 480i are incorrect [1/1]
PD#SWPL-138840 Problem: Incorrect refresh rates for 576i and 480i Solution: Divide the clock of mode by 2 Verify: BG201 Test: DRM-OSD-119 Change-Id: I8ab37a30753db9e428ecbd58a26ea1e37e6cfd44 Signed-off-by: congyang.huang <congyang.huang@amlogic.com>
This commit is contained in:
committed by
Luan Yuan
parent
508f4e8930
commit
ed3e564556
@@ -398,6 +398,7 @@ int meson_hdmitx_get_modes(struct drm_connector *connector)
|
||||
mode->hsync_start >>= 1;
|
||||
mode->hsync_end >>= 1;
|
||||
mode->htotal >>= 1;
|
||||
mode->clock >>= 1;
|
||||
}
|
||||
|
||||
mode->hskew = 0;
|
||||
|
||||
Reference in New Issue
Block a user