Message ID | 20230404130622.509628-1-dmitry.baryshkov@linaro.org |
---|---|
Headers | show |
Series | drm/msm/dpu: rework HW catalog | expand |
On Tue, 04 Apr 2023 16:05:40 +0300, Dmitry Baryshkov wrote: > This huge series attempts to restructure the DPU HW catalog into a > manageable and reviewable data set. In order to ease review and testing > I merged all the necessary fixes into this series. Also I cherry-picked > & slightly fixed Konrad's patch adding size to the SSPP and INTF macros. > > First 6 patches clean up the catalog a bit in order to make it more > suitable for refactoring. > > [...] Applied, thanks! [02/42] drm/msm/dpu: Allow variable SSPP_BLK size https://gitlab.freedesktop.org/lumag/msm/-/commit/8f940ddbc4f1 [03/42] drm/msm/dpu: Allow variable INTF_BLK size https://gitlab.freedesktop.org/lumag/msm/-/commit/8399a5ff18dc [04/42] drm/msm/dpu: constify DSC data structures https://gitlab.freedesktop.org/lumag/msm/-/commit/fc4fcfb0744b [05/42] drm/msm/dpu: mark remaining pp data as const https://gitlab.freedesktop.org/lumag/msm/-/commit/ac1c5ed678e8 [06/42] drm/msm/dpu: move UBWC/memory configuration to separate struct https://gitlab.freedesktop.org/lumag/msm/-/commit/fbbd8cce803a [07/42] drm/msm/dpu: split SM8550 catalog entry to the separate file https://gitlab.freedesktop.org/lumag/msm/-/commit/9cc547933636 [09/42] drm/msm/dpu: split SC8280XP catalog entry to the separate file https://gitlab.freedesktop.org/lumag/msm/-/commit/225978f43986 [10/42] drm/msm/dpu: split SC7280 catalog entry to the separate file https://gitlab.freedesktop.org/lumag/msm/-/commit/f0f2c32a662c [11/42] drm/msm/dpu: split SM8350 catalog entry to the separate file https://gitlab.freedesktop.org/lumag/msm/-/commit/b8ece0c61e13 [12/42] drm/msm/dpu: split SM6115 catalog entry to the separate file https://gitlab.freedesktop.org/lumag/msm/-/commit/01f2e9a70be1 [13/42] drm/msm/dpu: split QCM2290 catalog entry to the separate file https://gitlab.freedesktop.org/lumag/msm/-/commit/c22a42bd3eb7 [14/42] drm/msm/dpu: split SC7180 catalog entry to the separate file https://gitlab.freedesktop.org/lumag/msm/-/commit/c9cd1552e95b [15/42] drm/msm/dpu: split SM8250 catalog entry to the separate file https://gitlab.freedesktop.org/lumag/msm/-/commit/2f36168e3257 [16/42] drm/msm/dpu: split SC8180X catalog entry to the separate file https://gitlab.freedesktop.org/lumag/msm/-/commit/97e2c8037694 [17/42] drm/msm/dpu: split SM8150 catalog entry to the separate file https://gitlab.freedesktop.org/lumag/msm/-/commit/25035306871e [18/42] drm/msm/dpu: split MSM8998 catalog entry to the separate file https://gitlab.freedesktop.org/lumag/msm/-/commit/1c611c481e8d [19/42] drm/msm/dpu: split SDM845 catalog entry to the separate file https://gitlab.freedesktop.org/lumag/msm/-/commit/9a4425f404c3 [20/42] drm/msm/dpu: duplicate sdm845 catalog entries https://gitlab.freedesktop.org/lumag/msm/-/commit/460c410f02e4 [21/42] drm/msm/dpu: duplicate sc7180 catalog entries https://gitlab.freedesktop.org/lumag/msm/-/commit/7ea3e251a84e [22/42] drm/msm/dpu: duplicate sm8150 catalog entries https://gitlab.freedesktop.org/lumag/msm/-/commit/8589ccd71067 [23/42] drm/msm/dpu: duplicate sm8250 catalog entries https://gitlab.freedesktop.org/lumag/msm/-/commit/586c11233ea8 [24/42] drm/msm/dpu: duplicate sm8350 catalog entries https://gitlab.freedesktop.org/lumag/msm/-/commit/9bea40825512 [25/42] drm/msm/dpu: expand sc8180x catalog https://gitlab.freedesktop.org/lumag/msm/-/commit/2861ce202cd8 [26/42] drm/msm/dpu: expand sc7180 catalog https://gitlab.freedesktop.org/lumag/msm/-/commit/02538790a8d4 [27/42] drm/msm/dpu: expand sm6115 catalog https://gitlab.freedesktop.org/lumag/msm/-/commit/5ce224840b9e [28/42] drm/msm/dpu: expand sm8550 catalog https://gitlab.freedesktop.org/lumag/msm/-/commit/463ba323aeb4 [29/42] drm/msm/dpu: use defined symbol for sc8280xp's maxwidth https://gitlab.freedesktop.org/lumag/msm/-/commit/8f41187a0649 [30/42] drm/msm/dpu: catalog: add comments regarding DPU_CTL_SPLIT_DISPLAY https://gitlab.freedesktop.org/lumag/msm/-/commit/5a7e3c008d35 [33/42] drm/msm/dpu: drop duplicate vig_sblk instances https://gitlab.freedesktop.org/lumag/msm/-/commit/d16b77dd8658 [35/42] drm/msm/dpu: inline IRQ_n_MASK defines https://gitlab.freedesktop.org/lumag/msm/-/commit/e5edf654536f [41/42] drm/msm/dpu: fetch DPU configuration from match data https://gitlab.freedesktop.org/lumag/msm/-/commit/dac76a0144d3 [42/42] drm/msm/dpu: drop unused macros from hw catalog https://gitlab.freedesktop.org/lumag/msm/-/commit/ac7e7c9c65ec Best regards,