* [PATCH 0/5] drm/msm/adreno: Introduce/rework device hw catalog
@ 2023-12-05 22:03 Rob Clark
0 siblings, 0 replies; only message in thread
From: Rob Clark @ 2023-12-05 22:03 UTC (permalink / raw)
To: dri-devel
Cc: freedreno, linux-arm-msm, Rob Clark, Akhil P Oommen,
Bjorn Andersson, Dmitry Baryshkov, Douglas Anderson,
Joel Fernandes (Google), Johan Hovold, Konrad Dybcio, open list,
open list:SUSPEND TO RAM, Marijn Suijten, Rafael J. Wysocki,
Sean Paul, Stephen Boyd
From: Rob Clark <robdclark@chromium.org>
Split the single flat gpulist table into per-gen tables that exist in
their own per-gen files, and start moving more info into the device
table. This at least gets all the big tables of register settings out
of the heart of the a6xx_gpu code. Probably more could be moved, to
remove at least some of the per-gen if/else ladders, but this seemed
like a reasonably good start.
Rob Clark (5):
drm/msm/adreno: Split up giant device table
drm/msm/adreno: Split catalog into separate files
drm/msm/adreno: Move hwcg regs to a6xx hw catalog
drm/msm/adreno: Move hwcg table into a6xx specific info
drm/msm/adreno: Move CP_PROTECT settings to hw catalog
drivers/gpu/drm/msm/Makefile | 5 +
drivers/gpu/drm/msm/adreno/a2xx_catalog.c | 53 +
drivers/gpu/drm/msm/adreno/a3xx_catalog.c | 75 ++
drivers/gpu/drm/msm/adreno/a4xx_catalog.c | 51 +
drivers/gpu/drm/msm/adreno/a5xx_catalog.c | 145 +++
drivers/gpu/drm/msm/adreno/a6xx_catalog.c | 1118 ++++++++++++++++++++
drivers/gpu/drm/msm/adreno/a6xx_gpu.c | 817 +-------------
drivers/gpu/drm/msm/adreno/a6xx_gpu.h | 11 +
drivers/gpu/drm/msm/adreno/adreno_device.c | 559 +---------
drivers/gpu/drm/msm/adreno/adreno_gpu.h | 22 +-
10 files changed, 1506 insertions(+), 1350 deletions(-)
create mode 100644 drivers/gpu/drm/msm/adreno/a2xx_catalog.c
create mode 100644 drivers/gpu/drm/msm/adreno/a3xx_catalog.c
create mode 100644 drivers/gpu/drm/msm/adreno/a4xx_catalog.c
create mode 100644 drivers/gpu/drm/msm/adreno/a5xx_catalog.c
create mode 100644 drivers/gpu/drm/msm/adreno/a6xx_catalog.c
--
2.42.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-12-05 22:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-05 22:03 [PATCH 0/5] drm/msm/adreno: Introduce/rework device hw catalog Rob Clark
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox