File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
drivers/gpu/drm/msm/disp/dpu1/catalog Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -27,17 +27,16 @@ static const struct dpu_mdp_cfg sar2130p_mdp = {
27
27
},
28
28
};
29
29
30
- /* FIXME: get rid of DPU_CTL_SPLIT_DISPLAY in favour of proper ACTIVE_CTL support */
31
30
static const struct dpu_ctl_cfg sar2130p_ctl [] = {
32
31
{
33
32
.name = "ctl_0" , .id = CTL_0 ,
34
33
.base = 0x15000 , .len = 0x290 ,
35
- .features = CTL_SM8550_MASK | BIT ( DPU_CTL_SPLIT_DISPLAY ) ,
34
+ .features = CTL_SM8550_MASK ,
36
35
.intr_start = DPU_IRQ_IDX (MDP_SSPP_TOP0_INTR2 , 9 ),
37
36
}, {
38
37
.name = "ctl_1" , .id = CTL_1 ,
39
38
.base = 0x16000 , .len = 0x290 ,
40
- .features = CTL_SM8550_MASK | BIT ( DPU_CTL_SPLIT_DISPLAY ) ,
39
+ .features = CTL_SM8550_MASK ,
41
40
.intr_start = DPU_IRQ_IDX (MDP_SSPP_TOP0_INTR2 , 10 ),
42
41
}, {
43
42
.name = "ctl_2" , .id = CTL_2 ,
You can’t perform that action at this time.
0 commit comments