File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
drivers/gpu/drm/msm/disp/dpu1 Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -370,8 +370,6 @@ static const struct dpu_sspp_sub_blks dpu_dma_sblk = _DMA_SBLK();
370
370
* MIXER sub blocks config
371
371
*************************************************************/
372
372
373
- /* MSM8998 */
374
-
375
373
static const struct dpu_lm_sub_blks msm8998_lm_sblk = {
376
374
.maxwidth = DEFAULT_DPU_OUTPUT_LINE_WIDTH ,
377
375
.maxblendstages = 7 , /* excluding base layer */
@@ -381,8 +379,6 @@ static const struct dpu_lm_sub_blks msm8998_lm_sblk = {
381
379
},
382
380
};
383
381
384
- /* SDM845 */
385
-
386
382
static const struct dpu_lm_sub_blks sdm845_lm_sblk = {
387
383
.maxwidth = DEFAULT_DPU_OUTPUT_LINE_WIDTH ,
388
384
.maxblendstages = 11 , /* excluding base layer */
@@ -392,8 +388,6 @@ static const struct dpu_lm_sub_blks sdm845_lm_sblk = {
392
388
},
393
389
};
394
390
395
- /* SC7180 */
396
-
397
391
static const struct dpu_lm_sub_blks sc7180_lm_sblk = {
398
392
.maxwidth = DEFAULT_DPU_OUTPUT_LINE_WIDTH ,
399
393
.maxblendstages = 7 , /* excluding base layer */
@@ -402,8 +396,6 @@ static const struct dpu_lm_sub_blks sc7180_lm_sblk = {
402
396
},
403
397
};
404
398
405
- /* QCM2290 */
406
-
407
399
static const struct dpu_lm_sub_blks qcm2290_lm_sblk = {
408
400
.maxwidth = DEFAULT_DPU_LINE_WIDTH ,
409
401
.maxblendstages = 4 , /* excluding base layer */
You can’t perform that action at this time.
0 commit comments