File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
drivers/gpu/drm/msm/disp/dpu1 Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ const struct dpu_mdss_cfg dpu_sm8250_cfg = {
386
386
.mdss_ver = & sm8250_mdss_ver ,
387
387
.caps = & sm8250_dpu_caps ,
388
388
.mdp = & sm8250_mdp ,
389
- .cdm = & sc7280_cdm ,
389
+ .cdm = & dpu_cdm_5_x ,
390
390
.ctl_count = ARRAY_SIZE (sm8250_ctl ),
391
391
.ctl = sm8250_ctl ,
392
392
.sspp_count = ARRAY_SIZE (sm8250_sspp ),
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ const struct dpu_mdss_cfg dpu_sc7280_cfg = {
248
248
.mdss_ver = & sc7280_mdss_ver ,
249
249
.caps = & sc7280_dpu_caps ,
250
250
.mdp = & sc7280_mdp ,
251
- .cdm = & sc7280_cdm ,
251
+ .cdm = & dpu_cdm_5_x ,
252
252
.ctl_count = ARRAY_SIZE (sc7280_ctl ),
253
253
.ctl = sc7280_ctl ,
254
254
.sspp_count = ARRAY_SIZE (sc7280_sspp ),
Original file line number Diff line number Diff line change @@ -458,7 +458,7 @@ const struct dpu_mdss_cfg dpu_sa8775p_cfg = {
458
458
.mdss_ver = & sa8775p_mdss_ver ,
459
459
.caps = & sa8775p_dpu_caps ,
460
460
.mdp = & sa8775p_mdp ,
461
- .cdm = & sc7280_cdm ,
461
+ .cdm = & dpu_cdm_5_x ,
462
462
.ctl_count = ARRAY_SIZE (sa8775p_ctl ),
463
463
.ctl = sa8775p_ctl ,
464
464
.sspp_count = ARRAY_SIZE (sa8775p_sspp ),
Original file line number Diff line number Diff line change @@ -507,7 +507,7 @@ static const struct dpu_dsc_sub_blks dsc_sblk_1 = {
507
507
/*************************************************************
508
508
* CDM block config
509
509
*************************************************************/
510
- static const struct dpu_cdm_cfg sc7280_cdm = {
510
+ static const struct dpu_cdm_cfg dpu_cdm_5_x = {
511
511
.name = "cdm_0" ,
512
512
.id = CDM_0 ,
513
513
.len = 0x228 ,
You can’t perform that action at this time.
0 commit comments