Commit ab6fd5d4 authored by Stephen Boyd's avatar Stephen Boyd Committed by Sam Ravnborg

drm/panel: simple: Add flags to boe_nv133fhm_n61

Reading the EDID of this panel shows that these flags should be set. Set
them so that we match what is in the EDID.

Cc: Douglas Anderson <dianders@chromium.org>
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Fixes: b0c664cc ("panel: simple: Add BOE NV133FHM-N61")
Signed-off-by: default avatarStephen Boyd <swboyd@chromium.org>
Reviewed-by: default avatarDouglas Anderson <dianders@chromium.org>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20201106182333.3080124-1-swboyd@chromium.org
parent 819af2a6
...@@ -1329,6 +1329,7 @@ static const struct drm_display_mode boe_nv133fhm_n61_modes = { ...@@ -1329,6 +1329,7 @@ static const struct drm_display_mode boe_nv133fhm_n61_modes = {
.vsync_start = 1080 + 3, .vsync_start = 1080 + 3,
.vsync_end = 1080 + 3 + 6, .vsync_end = 1080 + 3 + 6,
.vtotal = 1080 + 3 + 6 + 31, .vtotal = 1080 + 3 + 6 + 31,
.flags = DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_NVSYNC,
}; };
/* Also used for boe_nv133fhm_n62 */ /* Also used for boe_nv133fhm_n62 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment