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 <[email protected]> Reviewed-by: Jessica Zhang <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Patchwork: https://patchwork.freedesktop.org/patch/651262/ Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent b82dd6d commit a5539d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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)