Commit 958f9241 authored by Ville Syrjälä's avatar Ville Syrjälä

drm/panel-leadtek-ltk500hd1829: Fix dotclock

The currently listed dotclock disagrees with the currently
listed vrefresh rate. Change the dotclock to match the vrefresh.

Someone tell me which (if either) of the dotclock or vreresh is
correct?

Cc: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200302203452.17977-6-ville.syrjala@linux.intel.comTested-by: default avatarHeiko Stuebner <heiko.stuebner@theobroma-systems.com>
Acked-by: default avatarHeiko Stuebner <heiko.stuebner@theobroma-systems.com>
Acked-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 625c18d7
......@@ -377,7 +377,7 @@ static const struct drm_display_mode default_mode = {
.vsync_end = 1280 + 30 + 4,
.vtotal = 1280 + 30 + 4 + 12,
.vrefresh = 60,
.clock = 41600,
.clock = 69217,
.width_mm = 62,
.height_mm = 110,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment