Message ID | 20231202224247.1282567-1-dmitry.baryshkov@linaro.org |
---|---|
Headers | show |
Series | MDSS reg bus interconnect | expand |
On Sun, 03 Dec 2023 01:42:43 +0300, Dmitry Baryshkov wrote: > Per agreement with Konrad, picked up this patch series. > > Apart from the already handled data bus (MAS_MDP_Pn<->DDR), there's > another path that needs to be handled to ensure MDSS functions properly, > namely the "reg bus", a.k.a the CPU-MDSS interconnect. > > Gating that path may have a variety of effects. from none to otherwise > inexplicable DSI timeouts. > > [...] Applied, thanks! [1/4] drm/msm/mdss: switch mdss to use devm_of_icc_get() https://gitlab.freedesktop.org/lumag/msm/-/commit/ded61d7dc5a0 [2/4] drm/msm/mdss: Rename path references to mdp_path https://gitlab.freedesktop.org/lumag/msm/-/commit/fabaf176322d [3/4] drm/msm/mdss: inline msm_mdss_icc_request_bw() https://gitlab.freedesktop.org/lumag/msm/-/commit/7323694e118a [4/4] drm/msm/mdss: Handle the reg bus ICC path https://gitlab.freedesktop.org/lumag/msm/-/commit/a55c8ff252d3 Best regards,