mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
drm/panel-lg-lg4573: 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 Schocher <hs@denx.de> Cc: Thierry Reding <treding@nvidia.com> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200302203452.17977-7-ville.syrjala@linux.intel.com Reviewed-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
e4d2a287c8
commit
86555a0031
|
|
@ -197,7 +197,7 @@ static int lg4573_enable(struct drm_panel *panel)
|
|||
}
|
||||
|
||||
static const struct drm_display_mode default_mode = {
|
||||
.clock = 27000,
|
||||
.clock = 28341,
|
||||
.hdisplay = 480,
|
||||
.hsync_start = 480 + 10,
|
||||
.hsync_end = 480 + 10 + 59,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user