[PATCH] drm/msm: fix the highest_bank_bit for sc7180

Stephen Boyd swboyd at chromium.org
Mon Aug 12 18:36:23 UTC 2024


Quoting Abhinav Kumar (2024-08-08 16:52:27)
> sc7180 programs the ubwc settings as 0x1e as that would mean a
> highest bank bit of 14 which matches what the GPU sets as well.
>
> However, the highest_bank_bit field of the msm_mdss_data which is
> being used to program the SSPP's fetch configuration is programmed
> to a highest bank bit of 16 as 0x3 translates to 16 and not 14.
>
> Fix the highest bank bit field used for the SSPP to match the mdss
> and gpu settings.
>
> Fixes: 6f410b246209 ("drm/msm/mdss: populate missing data")
> Signed-off-by: Abhinav Kumar <quic_abhinavk at quicinc.com>
> ---

Tested-by: Stephen Boyd <swboyd at chromium.org> # Trogdor.Lazor


More information about the dri-devel mailing list