Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <quic_abhinavk@quicinc.com>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/638411/
Link: https://lore.kernel.org/r/20250220-dpu-add-cdm-v2-4-77f5f0df3d9a@linaro.org

+1
+1
drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_8_0_sc8280xp.h
··· 435 435 .mdss_ver = &sc8280xp_mdss_ver, 436 436 .caps = &sc8280xp_dpu_caps, 437 437 .mdp = &sc8280xp_mdp, 438 + .cdm = &dpu_cdm_5_x, 438 439 .ctl_count = ARRAY_SIZE(sc8280xp_ctl), 439 440 .ctl = sc8280xp_ctl, 440 441 .sspp_count = ARRAY_SIZE(sc8280xp_sspp),