diff options
author | Ville Syrjälä <[email protected]> | 2020-03-02 22:34:25 +0200 |
---|---|---|
committer | Ville Syrjälä <[email protected]> | 2020-03-11 16:39:06 +0200 |
commit | 86555a00316a0aac1e5bba9cd0fcf72286a2e8ef (patch) | |
tree | d0970f95fd8aad1a493741e190a050c931f331e9 | |
parent | e4d2a287c8c789d547a7e6a3d057be3881d2d131 (diff) |
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 <[email protected]>
Cc: Thierry Reding <[email protected]>
Signed-off-by: Ville Syrjälä <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Heiko Schocher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/panel/panel-lg-lg4573.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/panel/panel-lg-lg4573.c b/drivers/gpu/drm/panel/panel-lg-lg4573.c index b262b53dbd85..5907f2503755 100644 --- a/drivers/gpu/drm/panel/panel-lg-lg4573.c +++ b/drivers/gpu/drm/panel/panel-lg-lg4573.c @@ -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, |