linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/4] drm/msm/mdss: rework UBWC setup
@ 2022-12-08  0:08 Dmitry Baryshkov
  2022-12-08  0:08 ` [RFC PATCH 1/4] drm/msm/mdss: convert UBWC setup to use match data Dmitry Baryshkov
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Dmitry Baryshkov @ 2022-12-08  0:08 UTC (permalink / raw)
  To: Rob Clark, Sean Paul, Abhinav Kumar
  Cc: Stephen Boyd, David Airlie, Daniel Vetter, Bjorn Andersson,
	linux-arm-msm, dri-devel, freedreno

The commit 92bab9142456 ("drm/msm: less magic numbers in
msm_mdss_enable") reworked the static UBWC setup to replace magic
numbers with calulating written values from the SoC/device parameters.
This simplified adding new platforms.
However I did not estimate that the values would still be cryptic and
would be C&P-sted instead of being determined from the vendor DT. Some
of the platform (sc8180x) completely missed this setup step.

This series attempts to rework the static UBWC setup to be both
manageable and hopefully easier to write.

The series (being an RFC) depends on three pending platforms series
(sc8280xp, sm8350 and sm8450) with minor fixes applied on top of them
(e.g. to fix the hbb on sm8350).

Dmitry Baryshkov (4):
  drm/msm/mdss: convert UBWC setup to use match data
  drm/msm/mdss: correct the ubwc version for sm6115 platform
  drm/msm/mdss: add data for sc8180xp
  drm/msm/mdss: add the sdm845 data for completeness

 drivers/gpu/drm/msm/msm_mdss.c | 173 ++++++++++++++++++++-------------
 1 file changed, 107 insertions(+), 66 deletions(-)

-- 
2.35.1


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2023-01-13 22:23 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-08  0:08 [RFC PATCH 0/4] drm/msm/mdss: rework UBWC setup Dmitry Baryshkov
2022-12-08  0:08 ` [RFC PATCH 1/4] drm/msm/mdss: convert UBWC setup to use match data Dmitry Baryshkov
2023-01-09 19:53   ` Abhinav Kumar
2023-01-09 20:17     ` Dmitry Baryshkov
2023-01-09 20:32       ` Abhinav Kumar
2023-01-09 21:11         ` Dmitry Baryshkov
2023-01-09 21:52           ` Abhinav Kumar
2023-01-11  8:44         ` Marijn Suijten
2023-01-11 15:11           ` Dmitry Baryshkov
2023-01-11 22:21             ` Marijn Suijten
2023-01-13 19:09               ` Abhinav Kumar
2022-12-08  0:08 ` [RFC PATCH 2/4] drm/msm/mdss: correct the ubwc version for sm6115 platform Dmitry Baryshkov
2023-01-13 19:47   ` Abhinav Kumar
2023-01-13 21:16     ` Dmitry Baryshkov
2023-01-13 21:39       ` Abhinav Kumar
2022-12-08  0:08 ` [RFC PATCH 3/4] drm/msm/mdss: add data for sc8180xp Dmitry Baryshkov
2023-01-13 20:18   ` Abhinav Kumar
2022-12-08  0:08 ` [RFC PATCH 4/4] drm/msm/mdss: add the sdm845 data for completeness Dmitry Baryshkov
2023-01-13 22:23   ` Abhinav Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).