lkml.org 
[lkml]   [2020]   [Dec]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.10 071/717] drm/panel: simple: Add flags to boe_nv133fhm_n61
    Date
    From: Stephen Boyd <swboyd@chromium.org>

    [ Upstream commit ab6fd5d44aa21ede9e566f89132f7bdda7f33093 ]

    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
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/gpu/drm/panel/panel-simple.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
    index 2be358fb46f7d..204674fccd646 100644
    --- a/drivers/gpu/drm/panel/panel-simple.c
    +++ b/drivers/gpu/drm/panel/panel-simple.c
    @@ -1327,6 +1327,7 @@ static const struct drm_display_mode boe_nv133fhm_n61_modes = {
    .vsync_start = 1080 + 3,
    .vsync_end = 1080 + 3 + 6,
    .vtotal = 1080 + 3 + 6 + 31,
    + .flags = DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_NVSYNC,
    };

    /* Also used for boe_nv133fhm_n62 */
    --
    2.27.0


    \
     
     \ /
      Last update: 2020-12-28 15:05    [W:4.041 / U:0.220 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site