lkml.org 
[lkml]   [2020]   [Oct]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.4 107/408] drm: panel: Fix bus format for OrtusTech COM43H4M85ULC panel
    Date
    From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

    [ Upstream commit f098f168e91ca915c6cf8aa316136af647792f2f ]

    The OrtusTech COM43H4M85ULC panel is a 18-bit RGB panel, set the bus
    format to MEDIA_BUS_FMT_RGB666_1X18.

    Fixes: 725c9d40f3fe ("drm/panel: Add support for OrtusTech COM43H4M85ULC panel")
    Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
    Signed-off-by: Sam Ravnborg <sam.ravnborg@gmail.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20200812220244.24500-1-laurent.pinchart@ideasonboard.com
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/gpu/drm/panel/panel-simple.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
    index 6d9656323a3f4..14f5c79299cc0 100644
    --- a/drivers/gpu/drm/panel/panel-simple.c
    +++ b/drivers/gpu/drm/panel/panel-simple.c
    @@ -2387,7 +2387,7 @@ static const struct panel_desc ortustech_com43h4m85ulc = {
    .width = 56,
    .height = 93,
    },
    - .bus_format = MEDIA_BUS_FMT_RGB888_1X24,
    + .bus_format = MEDIA_BUS_FMT_RGB666_1X18,
    .bus_flags = DRM_BUS_FLAG_DE_HIGH | DRM_BUS_FLAG_PIXDATA_DRIVE_POSEDGE,
    };

    --
    2.25.1


    \
     
     \ /
      Last update: 2020-10-27 18:41    [W:3.022 / U:0.024 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site