public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/9] drm: fdinfo memory stats
@ 2023-05-01 18:44 Rob Clark
  2023-05-01 18:44 ` [PATCH v3 1/9] drm/docs: Fix usage stats typos Rob Clark
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Rob Clark @ 2023-05-01 18:44 UTC (permalink / raw)
  To: dri-devel
  Cc: freedreno, Daniel Vetter, Tvrtko Ursulin, Boris Brezillon,
	Christopher Healy, Emil Velikov, Christian König, Rob Clark,
	Akhil P Oommen, Alex Deucher,
	open list:RADEON and AMDGPU DRM DRIVERS, Arunpravin Paneer Selvam,
	Chia-I Wu, Dmitry Baryshkov, Elliot Berman, Guchun Chen,
	Hawking Zhang, Jim Cromie, Konrad Dybcio,
	open list:DRM DRIVER FOR MSM ADRENO GPU, open list:DOCUMENTATION,
	open list, Marek Olšák, Mario Limonciello,
	Maximilian Luz, Michel Dänzer, Sean Paul, Shashank Sharma,
	Tvrtko Ursulin, YiPeng Chai

From: Rob Clark <robdclark@chromium.org>

Similar motivation to other similar recent attempt[1].  But with an
attempt to have some shared code for this.  As well as documentation.

It is probably a bit UMA-centric, I guess devices with VRAM might want
some placement stats as well.  But this seems like a reasonable start.

Basic gputop support: https://patchwork.freedesktop.org/series/116236/
And already nvtop support: https://github.com/Syllo/nvtop/pull/204

I've combined the separate series to add comm/cmdline override onto
the end of this, simply out of convenience (they would otherwise
conflict in a bunch of places).

v2: Extend things to allow for multiple regions other than just system
    "memory", make drm_show_memory_stats() a helper so that, drivers
    can use it or not based on their needs (but in either case, re-
    use drm_print_memory_stats()
v3: Docs fixes

[1] https://patchwork.freedesktop.org/series/112397/

Rob Clark (9):
  drm/docs: Fix usage stats typos
  drm: Add common fdinfo helper
  drm/msm: Switch to fdinfo helper
  drm/amdgpu: Switch to fdinfo helper
  drm: Add fdinfo memory stats
  drm/msm: Add memory stats to fdinfo
  drm/doc: Relax fdinfo string constraints
  drm/fdinfo: Add comm/cmdline override fields
  drm/msm: Wire up comm/cmdline override for fdinfo

 Documentation/gpu/drm-usage-stats.rst      | 101 ++++++++++----
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c    |   3 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_fdinfo.c |  16 +--
 drivers/gpu/drm/amd/amdgpu/amdgpu_fdinfo.h |   2 +-
 drivers/gpu/drm/drm_file.c                 | 147 +++++++++++++++++++++
 drivers/gpu/drm/msm/adreno/adreno_gpu.c    |  24 +++-
 drivers/gpu/drm/msm/msm_drv.c              |  15 ++-
 drivers/gpu/drm/msm/msm_gem.c              |  15 +++
 drivers/gpu/drm/msm/msm_gpu.c              |   2 -
 drivers/gpu/drm/msm/msm_gpu.h              |  10 ++
 include/drm/drm_drv.h                      |   7 +
 include/drm/drm_file.h                     |  51 +++++++
 include/drm/drm_gem.h                      |  30 +++++
 13 files changed, 376 insertions(+), 47 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2023-05-15 11:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-01 18:44 [PATCH v3 0/9] drm: fdinfo memory stats Rob Clark
2023-05-01 18:44 ` [PATCH v3 1/9] drm/docs: Fix usage stats typos Rob Clark
2023-05-01 18:44 ` [PATCH v3 2/9] drm: Add common fdinfo helper Rob Clark
2023-05-01 18:44 ` [PATCH v3 3/9] drm/msm: Switch to " Rob Clark
2023-05-01 18:44 ` [PATCH v3 4/9] drm/amdgpu: " Rob Clark
2023-05-01 18:44 ` [PATCH v3 5/9] drm: Add fdinfo memory stats Rob Clark
2023-05-15 11:46   ` Tvrtko Ursulin
2023-05-01 18:44 ` [PATCH v3 6/9] drm/msm: Add memory stats to fdinfo Rob Clark
2023-05-01 18:44 ` [PATCH v3 7/9] drm/doc: Relax fdinfo string constraints Rob Clark
2023-05-01 18:44 ` [PATCH v3 8/9] drm/fdinfo: Add comm/cmdline override fields Rob Clark
2023-05-01 18:44 ` [PATCH v3 9/9] drm/msm: Wire up comm/cmdline override for fdinfo Rob Clark

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox