Skip to content

Commit 60cb97c

Browse files
Jason-JH.LinChun-Kuang Hu
authored andcommitted
drm/mediatek: Add gamma support for MT8195
Since MT8195 compatible is in the single enum group, we have to add its compatible into mediatek-drm component binding table to ensure that it can be bound as a ddp_comp. Signed-off-by: Jason-JH.Lin <jason-jh.lin@mediatek.com> Reviewed-by: AngeloGioacchino Del Regno <angelogiaocchino.delregno@collabora.com> Reviewed-by: CK Hu <ck.hu@mediatek.com> Link: https://patchwork.kernel.org/project/dri-devel/patch/20240229144844.1688-4-jason-jh.lin@mediatek.com/ Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
1 parent 0225edf commit 60cb97c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/gpu/drm/mediatek/mtk_drm_drv.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,8 @@ static const struct of_device_id mtk_ddp_comp_dt_ids[] = {
709709
.data = (void *)MTK_DISP_GAMMA, },
710710
{ .compatible = "mediatek,mt8183-disp-gamma",
711711
.data = (void *)MTK_DISP_GAMMA, },
712+
{ .compatible = "mediatek,mt8195-disp-gamma",
713+
.data = (void *)MTK_DISP_GAMMA, },
712714
{ .compatible = "mediatek,mt8195-disp-merge",
713715
.data = (void *)MTK_DISP_MERGE },
714716
{ .compatible = "mediatek,mt2701-disp-mutex",

0 commit comments

Comments
 (0)