mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 11:21:26 -04:00
drm/panel: mantix: Set the pixel clocks for 60 Hz
These are 60 Hz panels, but the currently set pixel clocks result in modes with refresh rates of 63 Hz and ~63.41 Hz. Adjust the clocks to target 60 Hz. Signed-off-by: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://patch.msgid.link/20260218-mantix-pixel-clock-v1-1-c22c034ba5c1@puri.sm
This commit is contained in:
committed by
Neil Armstrong
parent
4a3a4cb819
commit
fd77ff1480
@@ -168,7 +168,7 @@ static const struct drm_display_mode default_mode_mantix = {
|
||||
.vsync_start = 1440 + 130,
|
||||
.vsync_end = 1440 + 130 + 8,
|
||||
.vtotal = 1440 + 130 + 8 + 106,
|
||||
.clock = 85298,
|
||||
.clock = 81237,
|
||||
.flags = DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC,
|
||||
.width_mm = 65,
|
||||
.height_mm = 130,
|
||||
@@ -183,7 +183,7 @@ static const struct drm_display_mode default_mode_ys = {
|
||||
.vsync_start = 1440 + 175,
|
||||
.vsync_end = 1440 + 175 + 8,
|
||||
.vtotal = 1440 + 175 + 8 + 50,
|
||||
.clock = 85298,
|
||||
.clock = 80706,
|
||||
.flags = DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC,
|
||||
.width_mm = 65,
|
||||
.height_mm = 130,
|
||||
|
||||
Reference in New Issue
Block a user