Skip to content

Commit 8d35217

Browse files
lumagAbhinav Kumar
authored andcommitted
drm/msm/mdss: specify cfg bandwidth for SDM670
Lower the requested CFG bus bandwidth for the SDM670 platform. The default value is 153600 kBps, which is twice as big as required by the platform according to the vendor kernel. Fixes: a55c8ff ("drm/msm/mdss: Handle the reg bus ICC path") Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com> Tested-by: Richard Acayan <mailingradian@gmail.com> Patchwork: https://patchwork.freedesktop.org/patch/572182/ Link: https://lore.kernel.org/r/20231215013222.827975-1-dmitry.baryshkov@linaro.org Signed-off-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
1 parent 7f3d03c commit 8d35217

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/msm/msm_mdss.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,7 @@ static const struct msm_mdss_data sdm670_data = {
562562
.ubwc_enc_version = UBWC_2_0,
563563
.ubwc_dec_version = UBWC_2_0,
564564
.highest_bank_bit = 1,
565+
.reg_bus_bw = 76800,
565566
};
566567

567568
static const struct msm_mdss_data sdm845_data = {

0 commit comments

Comments
 (0)