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 224/717] drm/mediatek: Use correct aliases name for ovl
    Date
    From: Enric Balletbo i Serra <enric.balletbo@collabora.com>

    [ Upstream commit 414562b0ef36ce658f0ffec00e7039c7911e4cdc ]

    Aliases property name must include only lowercase and '-', so fix this
    in the driver, so we're not tempted to do "ovl_2l0 = &ovl_2l0" in the
    device-tree instead of the right one which is "ovl-2l0 = &ovl_2l0".

    Fixes: b17bdd0d7a73 ("drm/mediatek: add component OVL_2L0")
    Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
    Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c b/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c
    index 8eba44be3a8ae..3064eac1a7507 100644
    --- a/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c
    +++ b/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c
    @@ -359,7 +359,7 @@ static const struct mtk_ddp_comp_funcs ddp_ufoe = {

    static const char * const mtk_ddp_comp_stem[MTK_DDP_COMP_TYPE_MAX] = {
    [MTK_DISP_OVL] = "ovl",
    - [MTK_DISP_OVL_2L] = "ovl_2l",
    + [MTK_DISP_OVL_2L] = "ovl-2l",
    [MTK_DISP_RDMA] = "rdma",
    [MTK_DISP_WDMA] = "wdma",
    [MTK_DISP_COLOR] = "color",
    --
    2.27.0


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