We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82dd6d commit a5539d0Copy full SHA for a5539d0
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_mdss.h
@@ -125,6 +125,7 @@ enum dpu_lm {
125
LM_4,
126
LM_5,
127
LM_6,
128
+ LM_7,
129
LM_MAX
130
};
131
@@ -169,6 +170,8 @@ enum dpu_dsc {
169
170
DSC_3,
171
DSC_4,
172
DSC_5,
173
+ DSC_6,
174
+ DSC_7,
175
DSC_MAX
176
177
@@ -185,6 +188,8 @@ enum dpu_pingpong {
185
188
PINGPONG_3,
186
189
PINGPONG_4,
187
190
PINGPONG_5,
191
+ PINGPONG_6,
192
+ PINGPONG_7,
193
PINGPONG_CWB_0,
194
PINGPONG_CWB_1,
195
PINGPONG_CWB_2,
@@ -199,6 +204,7 @@ enum dpu_merge_3d {
199
204
MERGE_3D_2,
200
205
MERGE_3D_3,
201
206
MERGE_3D_4,
207
+ MERGE_3D_5,
202
208
MERGE_3D_MAX
203
209
210
0 commit comments