linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/msm/a6xx: add A640/A650 hwcg
@ 2020-06-29 23:49 Jonathan Marek
  2020-06-29 23:49 ` [PATCH 1/2] drm/msm/a6xx: hwcg tables in gpulist Jonathan Marek
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jonathan Marek @ 2020-06-29 23:49 UTC (permalink / raw)
  To: freedreno
  Cc: Akhil P Oommen, AngeloGioacchino Del Regno, Bjorn Andersson,
	Brian Masney, Daniel Vetter, David Airlie,
	open list:DRM DRIVER FOR MSM ADRENO GPU, Eric Anholt,
	Jordan Crouse, open list:DRM DRIVER FOR MSM ADRENO GPU,
	open list, Rob Clark, Sean Paul, Sharat Masetty, Shawn Guo,
	Wambui Karuga

Initialize hardware clock-gating registers on A640 and A650 GPUs.

I put the hwcg tables in adreno_device.c, but maybe it makes more
sense to keep them in a6xx_gpu.c? (this would allow switching a5xx
to use the gpulist too.. it isn't possible to include both a6xx.xml.h
and a5xx.xml.h in adreno_device.c)

Jonathan Marek (2):
  drm/msm/a6xx: hwcg tables in gpulist
  drm/msm/a6xx: add A640/A650 hwcg

 drivers/gpu/drm/msm/adreno/a6xx.xml.h      |   8 +
 drivers/gpu/drm/msm/adreno/a6xx_gpu.c      | 140 ++-----------
 drivers/gpu/drm/msm/adreno/adreno_device.c | 219 +++++++++++++++++++++
 drivers/gpu/drm/msm/adreno/adreno_gpu.h    |   7 +
 4 files changed, 251 insertions(+), 123 deletions(-)

-- 
2.26.1


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

end of thread, other threads:[~2020-06-30  3:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-29 23:49 [PATCH 0/2] drm/msm/a6xx: add A640/A650 hwcg Jonathan Marek
2020-06-29 23:49 ` [PATCH 1/2] drm/msm/a6xx: hwcg tables in gpulist Jonathan Marek
2020-06-29 23:49 ` [PATCH 2/2] drm/msm/a6xx: add A640/A650 hwcg Jonathan Marek
2020-06-30  3:36 ` [PATCH 0/2] " Rob Clark

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).