We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89f86c commit f30ea14Copy full SHA for f30ea14
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c
@@ -831,19 +831,19 @@ static const struct dpu_ctl_cfg sdm845_ctl[] = {
831
static const struct dpu_ctl_cfg sc7180_ctl[] = {
832
{
833
.name = "ctl_0", .id = CTL_0,
834
- .base = 0x1000, .len = 0xE4,
+ .base = 0x1000, .len = 0x1dc,
835
.features = BIT(DPU_CTL_ACTIVE_CFG),
836
.intr_start = DPU_IRQ_IDX(MDP_SSPP_TOP0_INTR2, 9),
837
},
838
839
.name = "ctl_1", .id = CTL_1,
840
- .base = 0x1200, .len = 0xE4,
+ .base = 0x1200, .len = 0x1dc,
841
842
.intr_start = DPU_IRQ_IDX(MDP_SSPP_TOP0_INTR2, 10),
843
844
845
.name = "ctl_2", .id = CTL_2,
846
- .base = 0x1400, .len = 0xE4,
+ .base = 0x1400, .len = 0x1dc,
847
848
.intr_start = DPU_IRQ_IDX(MDP_SSPP_TOP0_INTR2, 11),
849
0 commit comments