From: Ville Syrjälä Date: Mon, 2 Mar 2020 20:34:40 +0000 (+0200) Subject: drm/panel-simple: Fix dotclock for Logic PD Type 28 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f873c5d88e9b0c842d5c0d9db73d0e2aafff5a8b;p=uclinux-h8%2Flinux.git drm/panel-simple: Fix dotclock for Logic PD Type 28 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: Adam Ford Cc: Sam Ravnborg Signed-off-by: Ville Syrjälä Link: https://patchwork.freedesktop.org/patch/msgid/20200302203452.17977-22-ville.syrjala@linux.intel.com Reviewed-by: Adam Ford --- diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c index e84dac064c91..0ce81b1f36af 100644 --- a/drivers/gpu/drm/panel/panel-simple.c +++ b/drivers/gpu/drm/panel/panel-simple.c @@ -2277,7 +2277,7 @@ static const struct drm_display_mode mitsubishi_aa070mc01_mode = { }; static const struct drm_display_mode logicpd_type_28_mode = { - .clock = 9000, + .clock = 9107, .hdisplay = 480, .hsync_start = 480 + 3, .hsync_end = 480 + 3 + 42,