diff options
author | Hyungwon Hwang <human.hwang@samsung.com> | 2015-02-24 14:22:43 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2016-12-14 13:41:03 +0900 |
commit | fe6310c2384146b3a17912efd00c0080fe9f98de (patch) | |
tree | e7011b2aea0d03fb6c92d95477324586c5508d7d /drivers/gpu/drm/panel | |
parent | 0aaa9e14b62ad0a0ab5519ecadeb7fd64d0f62f1 (diff) |
review / drm/panel: set refresh rate for s6e63j0x03
This patch sets refresh rate for s6e63j0x03 properly.
Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/panel')
-rw-r--r-- | drivers/gpu/drm/panel/panel-s6e63j0x03.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/panel/panel-s6e63j0x03.c b/drivers/gpu/drm/panel/panel-s6e63j0x03.c index f6d23a39acd5..2f621c8d56f9 100644 --- a/drivers/gpu/drm/panel/panel-s6e63j0x03.c +++ b/drivers/gpu/drm/panel/panel-s6e63j0x03.c @@ -392,6 +392,7 @@ static int s6e63j0x03_get_modes(struct drm_panel *panel) } drm_display_mode_from_videomode(&ctx->vm, mode); + mode->vrefresh = 30; mode->width_mm = ctx->width_mm; mode->height_mm = ctx->height_mm; connector->display_info.width_mm = mode->width_mm; |