Skip to content

Commit b5bbf4f

Browse files
committed
drm/msm/dpu: enable CDM_0 for SC8280XP platform
Enable CDM on the SC8280XP 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/638411/ Link: https://lore.kernel.org/r/[email protected]
1 parent d5c1e00 commit b5bbf4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ const struct dpu_mdss_cfg dpu_sc8280xp_cfg = {
435435
.mdss_ver = &sc8280xp_mdss_ver,
436436
.caps = &sc8280xp_dpu_caps,
437437
.mdp = &sc8280xp_mdp,
438+
.cdm = &dpu_cdm_5_x,
438439
.ctl_count = ARRAY_SIZE(sc8280xp_ctl),
439440
.ctl = sc8280xp_ctl,
440441
.sspp_count = ARRAY_SIZE(sc8280xp_sspp),

0 commit comments

Comments
 (0)