@@ -318,7 +318,7 @@ static const struct dpu_caps msm8998_dpu_caps = {
318
318
};
319
319
320
320
static const struct dpu_caps qcm2290_dpu_caps = {
321
- .max_mixer_width = DEFAULT_DPU_OUTPUT_LINE_WIDTH ,
321
+ .max_mixer_width = DEFAULT_DPU_LINE_WIDTH ,
322
322
.max_mixer_blendstages = 0x4 ,
323
323
.smart_dma_rev = DPU_SSPP_SMART_DMA_V2 ,
324
324
.has_dim_layer = true,
@@ -356,7 +356,7 @@ static const struct dpu_caps sc7180_dpu_caps = {
356
356
};
357
357
358
358
static const struct dpu_caps sm6115_dpu_caps = {
359
- .max_mixer_width = DEFAULT_DPU_OUTPUT_LINE_WIDTH ,
359
+ .max_mixer_width = DEFAULT_DPU_LINE_WIDTH ,
360
360
.max_mixer_blendstages = 0x4 ,
361
361
.qseed_type = DPU_SSPP_SCALER_QSEED3LITE ,
362
362
.smart_dma_rev = DPU_SSPP_SMART_DMA_V2 , /* TODO: v2.5 */
@@ -1520,7 +1520,7 @@ static const struct dpu_lm_cfg sc7280_lm[] = {
1520
1520
/* QCM2290 */
1521
1521
1522
1522
static const struct dpu_lm_sub_blks qcm2290_lm_sblk = {
1523
- .maxwidth = DEFAULT_DPU_OUTPUT_LINE_WIDTH ,
1523
+ .maxwidth = DEFAULT_DPU_LINE_WIDTH ,
1524
1524
.maxblendstages = 4 , /* excluding base layer */
1525
1525
.blendstage_base = { /* offsets relative to mixer base */
1526
1526
0x20 , 0x38 , 0x50 , 0x68
0 commit comments