On Sat, 29 Jul 2023 00:33:13 +0300, Dmitry Baryshkov wrote: > Both DPU and MDSS programming requires knowledge of some of UBWC > parameters. This results in duplication of UBWC data between MDSS and > DPU drivers. To remove such duplication and make the driver more > error-prone, export respective configuration from the MDSS driver and > make DPU use it, instead of bundling a copy of such data. > > Changes since v1: > - Rebased on top of msm-next-lumag > - Reworked commit message by patch #5, following the request by Abhinav > - Dropped DPU_HW_UBWC_VER_xx values > - Also removed DPU_MDP_*BWC* defines > > [...] Applied, thanks! [1/7] drm/msm/mdss: correct UBWC programming for SM8550 https://gitlab.freedesktop.org/lumag/msm/-/commit/0fbe7c7d36e8 [2/7] drm/msm/mdss: rename ubwc_version to ubwc_enc_version https://gitlab.freedesktop.org/lumag/msm/-/commit/cab5b40633b0 [3/7] drm/msm/mdss: export UBWC data https://gitlab.freedesktop.org/lumag/msm/-/commit/71e00fc0afde [4/7] drm/msm/mdss: populate missing data https://gitlab.freedesktop.org/lumag/msm/-/commit/6f410b246209 [5/7] drm/msm/dpu: use MDSS data for programming SSPP https://gitlab.freedesktop.org/lumag/msm/-/commit/a2e87e9ef891 [6/7] drm/msm/dpu: drop UBWC configuration https://gitlab.freedesktop.org/lumag/msm/-/commit/1613c5fddd42 [7/7] drm/msm/dpu: drop BWC features from DPU_MDP_foo namespace https://gitlab.freedesktop.org/lumag/msm/-/commit/7b4a727e84f0 Best regards, -- Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>