Skip to content

Commit b82dd6d

Browse files
krzklumag
authored andcommitted
drm/msm/dpu: Drop useless comments
Drop comments about SoC before each 'struct dpu_lm_sub_blks' for given SoC because it's duplicating the actual name of structure. 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/651251/ Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent 2e162df commit b82dd6d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,6 @@ static const struct dpu_sspp_sub_blks dpu_dma_sblk = _DMA_SBLK();
370370
* MIXER sub blocks config
371371
*************************************************************/
372372

373-
/* MSM8998 */
374-
375373
static const struct dpu_lm_sub_blks msm8998_lm_sblk = {
376374
.maxwidth = DEFAULT_DPU_OUTPUT_LINE_WIDTH,
377375
.maxblendstages = 7, /* excluding base layer */
@@ -381,8 +379,6 @@ static const struct dpu_lm_sub_blks msm8998_lm_sblk = {
381379
},
382380
};
383381

384-
/* SDM845 */
385-
386382
static const struct dpu_lm_sub_blks sdm845_lm_sblk = {
387383
.maxwidth = DEFAULT_DPU_OUTPUT_LINE_WIDTH,
388384
.maxblendstages = 11, /* excluding base layer */
@@ -392,8 +388,6 @@ static const struct dpu_lm_sub_blks sdm845_lm_sblk = {
392388
},
393389
};
394390

395-
/* SC7180 */
396-
397391
static const struct dpu_lm_sub_blks sc7180_lm_sblk = {
398392
.maxwidth = DEFAULT_DPU_OUTPUT_LINE_WIDTH,
399393
.maxblendstages = 7, /* excluding base layer */
@@ -402,8 +396,6 @@ static const struct dpu_lm_sub_blks sc7180_lm_sblk = {
402396
},
403397
};
404398

405-
/* QCM2290 */
406-
407399
static const struct dpu_lm_sub_blks qcm2290_lm_sblk = {
408400
.maxwidth = DEFAULT_DPU_LINE_WIDTH,
409401
.maxblendstages = 4, /* excluding base layer */

0 commit comments

Comments
 (0)