Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: b0c664cc80e8 ("panel: simple: Add BOE NV133FHM-N61")
Signed-off-by: Stephen Boyd <swboyd@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20201106182333.3080124-1-swboyd@chromium.org

authored by

Stephen Boyd and committed by
Sam Ravnborg
ab6fd5d4 819af2a6

+1
+1
drivers/gpu/drm/panel/panel-simple.c
··· 1329 1329 .vsync_start = 1080 + 3, 1330 1330 .vsync_end = 1080 + 3 + 6, 1331 1331 .vtotal = 1080 + 3 + 6 + 31, 1332 + .flags = DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_NVSYNC, 1332 1333 }; 1333 1334 1334 1335 /* Also used for boe_nv133fhm_n62 */