From: Ville Syrjälä Date: Mon, 2 Mar 2020 20:34:24 +0000 (+0200) Subject: drm/panel-leadtek-ltk500hd1829: Fix dotclock X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=958f92414de170a8b6c6ca3ac0c46730b872c012;p=linux.git 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 Cc: Sam Ravnborg Signed-off-by: Ville Syrjälä Link: https://patchwork.freedesktop.org/patch/msgid/20200302203452.17977-6-ville.syrjala@linux.intel.com Tested-by: Heiko Stuebner Acked-by: Heiko Stuebner Acked-by: Sam Ravnborg --- diff --git a/drivers/gpu/drm/panel/panel-leadtek-ltk500hd1829.c b/drivers/gpu/drm/panel/panel-leadtek-ltk500hd1829.c index 76ecf2de9c445..113ab9c0396b2 100644 --- a/drivers/gpu/drm/panel/panel-leadtek-ltk500hd1829.c +++ b/drivers/gpu/drm/panel/panel-leadtek-ltk500hd1829.c @@ -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, };