[PATCH 1/3] drm/msm/dpu: on SDM845 move DSPP_3 to LM_5 block

Dmitry Baryshkov posted 3 patches 1 year, 3 months ago
[PATCH 1/3] drm/msm/dpu: on SDM845 move DSPP_3 to LM_5 block
Posted by Dmitry Baryshkov 1 year, 3 months ago
On the SDM845 platform the DSPP_3 is used by the LM_5. Correct
corresponding entries in the sdm845_lm array.

Fixes: c72375172194 ("drm/msm/dpu/catalog: define DSPP blocks found on sdm845")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
 drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_4_0_sdm845.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_4_0_sdm845.h b/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_4_0_sdm845.h
index 7a23389a5732..59eeea3dd2e9 100644
--- a/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_4_0_sdm845.h
+++ b/drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_4_0_sdm845.h
@@ -161,7 +161,6 @@ static const struct dpu_lm_cfg sdm845_lm[] = {
 		.features = MIXER_SDM845_MASK,
 		.sblk = &sdm845_lm_sblk,
 		.pingpong = PINGPONG_NONE,
-		.dspp = DSPP_3,
 	}, {
 		.name = "lm_4", .id = LM_4,
 		.base = 0x0, .len = 0x320,
@@ -175,6 +174,7 @@ static const struct dpu_lm_cfg sdm845_lm[] = {
 		.sblk = &sdm845_lm_sblk,
 		.lm_pair = LM_2,
 		.pingpong = PINGPONG_3,
+		.dspp = DSPP_3,
 	},
 };
 

-- 
2.39.2
Re: [PATCH 1/3] drm/msm/dpu: on SDM845 move DSPP_3 to LM_5 block
Posted by Abhinav Kumar 1 year, 3 months ago

On 9/4/2024 8:26 PM, Dmitry Baryshkov wrote:
> On the SDM845 platform the DSPP_3 is used by the LM_5. Correct
> corresponding entries in the sdm845_lm array.
> 
> Fixes: c72375172194 ("drm/msm/dpu/catalog: define DSPP blocks found on sdm845")
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
>   drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_4_0_sdm845.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 

Matches the docs I have, hence

Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>