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: link DSPP_2/_3 blocks on SC8180X

Link DSPP_2 to the LM_2 and DSPP_3 to the LM_3 mixer blocks. This allows
using colour transformation matrix (aka night mode) with more outputs at
the same time.

Fixes: f5abecfe339e ("drm/msm/dpu: enable DSPP and DSC on sc8180x")
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/629954/
Link: https://lore.kernel.org/r/20241220-dpu-fix-catalog-v2-3-38fa961ea992@linaro.org

+2
+2
drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_5_1_sc8180x.h
··· 163 163 .sblk = &sdm845_lm_sblk, 164 164 .lm_pair = LM_3, 165 165 .pingpong = PINGPONG_2, 166 + .dspp = DSPP_2, 166 167 }, { 167 168 .name = "lm_3", .id = LM_3, 168 169 .base = 0x47000, .len = 0x320, ··· 171 170 .sblk = &sdm845_lm_sblk, 172 171 .lm_pair = LM_2, 173 172 .pingpong = PINGPONG_3, 173 + .dspp = DSPP_3, 174 174 }, { 175 175 .name = "lm_4", .id = LM_4, 176 176 .base = 0x48000, .len = 0x320,