Skip to content

Commit 989a242

Browse files
committed
drm/msm/dpu: enable CDM_0 for X Elite platform
Enable CDM on the X Elite platform, allowing RGB to YUV conversion for the output. Reviewed-by: Abhinav Kumar <[email protected]> Signed-off-by: Dmitry Baryshkov <[email protected]> Patchwork: https://patchwork.freedesktop.org/patch/638412/ Link: https://lore.kernel.org/r/[email protected]
1 parent b5bbf4f commit 989a242

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_9_2_x1e80100.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ const struct dpu_mdss_cfg dpu_x1e80100_cfg = {
453453
.mdss_ver = &x1e80100_mdss_ver,
454454
.caps = &x1e80100_dpu_caps,
455455
.mdp = &x1e80100_mdp,
456+
.cdm = &dpu_cdm_5_x,
456457
.ctl_count = ARRAY_SIZE(x1e80100_ctl),
457458
.ctl = x1e80100_ctl,
458459
.sspp_count = ARRAY_SIZE(x1e80100_sspp),

0 commit comments

Comments
 (0)