Skip to content

Commit a5539d0

Browse files
krzklumag
authored andcommitted
drm/msm/dpu: Add LM_7, DSC_[67], PP_[67] and MERGE_3D_5
Add IDs for new blocks present in MDSS/MDP v12 for LM, DSC, PINGPONG and MERGE_3D blocks. Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Jessica Zhang <quic_jesszhan@quicinc.com> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Patchwork: https://patchwork.freedesktop.org/patch/651262/ Link: https://lore.kernel.org/r/20250430-b4-sm8750-display-v5-12-8cab30c3e4df@linaro.org Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
1 parent b82dd6d commit a5539d0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ enum dpu_lm {
125125
LM_4,
126126
LM_5,
127127
LM_6,
128+
LM_7,
128129
LM_MAX
129130
};
130131

@@ -169,6 +170,8 @@ enum dpu_dsc {
169170
DSC_3,
170171
DSC_4,
171172
DSC_5,
173+
DSC_6,
174+
DSC_7,
172175
DSC_MAX
173176
};
174177

@@ -185,6 +188,8 @@ enum dpu_pingpong {
185188
PINGPONG_3,
186189
PINGPONG_4,
187190
PINGPONG_5,
191+
PINGPONG_6,
192+
PINGPONG_7,
188193
PINGPONG_CWB_0,
189194
PINGPONG_CWB_1,
190195
PINGPONG_CWB_2,
@@ -199,6 +204,7 @@ enum dpu_merge_3d {
199204
MERGE_3D_2,
200205
MERGE_3D_3,
201206
MERGE_3D_4,
207+
MERGE_3D_5,
202208
MERGE_3D_MAX
203209
};
204210

0 commit comments

Comments
 (0)