Commit a9bd555d authored by Dmitry Baryshkov's avatar Dmitry Baryshkov

drm/msm/dpu: enable SmartDMA on SM8450

Enable the SmartDMA / multirect support on the SM8450 platform to
support higher resoltion modes.
Reviewed-by: default avatarAbhinav Kumar <quic_abhinavk@quicinc.com>
Patchwork: https://patchwork.freedesktop.org/patch/561590/
Link: https://lore.kernel.org/r/20231009165627.2691015-1-dmitry.baryshkov@linaro.orgSigned-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
parent e6c0de5f
...@@ -75,7 +75,7 @@ static const struct dpu_sspp_cfg sm8450_sspp[] = { ...@@ -75,7 +75,7 @@ static const struct dpu_sspp_cfg sm8450_sspp[] = {
{ {
.name = "sspp_0", .id = SSPP_VIG0, .name = "sspp_0", .id = SSPP_VIG0,
.base = 0x4000, .len = 0x32c, .base = 0x4000, .len = 0x32c,
.features = VIG_SC7180_MASK, .features = VIG_SC7180_MASK_SDMA,
.sblk = &sm8250_vig_sblk_0, .sblk = &sm8250_vig_sblk_0,
.xin_id = 0, .xin_id = 0,
.type = SSPP_TYPE_VIG, .type = SSPP_TYPE_VIG,
...@@ -83,7 +83,7 @@ static const struct dpu_sspp_cfg sm8450_sspp[] = { ...@@ -83,7 +83,7 @@ static const struct dpu_sspp_cfg sm8450_sspp[] = {
}, { }, {
.name = "sspp_1", .id = SSPP_VIG1, .name = "sspp_1", .id = SSPP_VIG1,
.base = 0x6000, .len = 0x32c, .base = 0x6000, .len = 0x32c,
.features = VIG_SC7180_MASK, .features = VIG_SC7180_MASK_SDMA,
.sblk = &sm8250_vig_sblk_1, .sblk = &sm8250_vig_sblk_1,
.xin_id = 4, .xin_id = 4,
.type = SSPP_TYPE_VIG, .type = SSPP_TYPE_VIG,
...@@ -91,7 +91,7 @@ static const struct dpu_sspp_cfg sm8450_sspp[] = { ...@@ -91,7 +91,7 @@ static const struct dpu_sspp_cfg sm8450_sspp[] = {
}, { }, {
.name = "sspp_2", .id = SSPP_VIG2, .name = "sspp_2", .id = SSPP_VIG2,
.base = 0x8000, .len = 0x32c, .base = 0x8000, .len = 0x32c,
.features = VIG_SC7180_MASK, .features = VIG_SC7180_MASK_SDMA,
.sblk = &sm8250_vig_sblk_2, .sblk = &sm8250_vig_sblk_2,
.xin_id = 8, .xin_id = 8,
.type = SSPP_TYPE_VIG, .type = SSPP_TYPE_VIG,
...@@ -99,7 +99,7 @@ static const struct dpu_sspp_cfg sm8450_sspp[] = { ...@@ -99,7 +99,7 @@ static const struct dpu_sspp_cfg sm8450_sspp[] = {
}, { }, {
.name = "sspp_3", .id = SSPP_VIG3, .name = "sspp_3", .id = SSPP_VIG3,
.base = 0xa000, .len = 0x32c, .base = 0xa000, .len = 0x32c,
.features = VIG_SC7180_MASK, .features = VIG_SC7180_MASK_SDMA,
.sblk = &sm8250_vig_sblk_3, .sblk = &sm8250_vig_sblk_3,
.xin_id = 12, .xin_id = 12,
.type = SSPP_TYPE_VIG, .type = SSPP_TYPE_VIG,
...@@ -107,7 +107,7 @@ static const struct dpu_sspp_cfg sm8450_sspp[] = { ...@@ -107,7 +107,7 @@ static const struct dpu_sspp_cfg sm8450_sspp[] = {
}, { }, {
.name = "sspp_8", .id = SSPP_DMA0, .name = "sspp_8", .id = SSPP_DMA0,
.base = 0x24000, .len = 0x32c, .base = 0x24000, .len = 0x32c,
.features = DMA_SDM845_MASK, .features = DMA_SDM845_MASK_SDMA,
.sblk = &sdm845_dma_sblk_0, .sblk = &sdm845_dma_sblk_0,
.xin_id = 1, .xin_id = 1,
.type = SSPP_TYPE_DMA, .type = SSPP_TYPE_DMA,
...@@ -115,7 +115,7 @@ static const struct dpu_sspp_cfg sm8450_sspp[] = { ...@@ -115,7 +115,7 @@ static const struct dpu_sspp_cfg sm8450_sspp[] = {
}, { }, {
.name = "sspp_9", .id = SSPP_DMA1, .name = "sspp_9", .id = SSPP_DMA1,
.base = 0x26000, .len = 0x32c, .base = 0x26000, .len = 0x32c,
.features = DMA_SDM845_MASK, .features = DMA_SDM845_MASK_SDMA,
.sblk = &sdm845_dma_sblk_1, .sblk = &sdm845_dma_sblk_1,
.xin_id = 5, .xin_id = 5,
.type = SSPP_TYPE_DMA, .type = SSPP_TYPE_DMA,
...@@ -123,7 +123,7 @@ static const struct dpu_sspp_cfg sm8450_sspp[] = { ...@@ -123,7 +123,7 @@ static const struct dpu_sspp_cfg sm8450_sspp[] = {
}, { }, {
.name = "sspp_10", .id = SSPP_DMA2, .name = "sspp_10", .id = SSPP_DMA2,
.base = 0x28000, .len = 0x32c, .base = 0x28000, .len = 0x32c,
.features = DMA_CURSOR_SDM845_MASK, .features = DMA_CURSOR_SDM845_MASK_SDMA,
.sblk = &sdm845_dma_sblk_2, .sblk = &sdm845_dma_sblk_2,
.xin_id = 9, .xin_id = 9,
.type = SSPP_TYPE_DMA, .type = SSPP_TYPE_DMA,
...@@ -131,7 +131,7 @@ static const struct dpu_sspp_cfg sm8450_sspp[] = { ...@@ -131,7 +131,7 @@ static const struct dpu_sspp_cfg sm8450_sspp[] = {
}, { }, {
.name = "sspp_11", .id = SSPP_DMA3, .name = "sspp_11", .id = SSPP_DMA3,
.base = 0x2a000, .len = 0x32c, .base = 0x2a000, .len = 0x32c,
.features = DMA_CURSOR_SDM845_MASK, .features = DMA_CURSOR_SDM845_MASK_SDMA,
.sblk = &sdm845_dma_sblk_3, .sblk = &sdm845_dma_sblk_3,
.xin_id = 13, .xin_id = 13,
.type = SSPP_TYPE_DMA, .type = SSPP_TYPE_DMA,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment