dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] drm/ttm: Introduce TTM res manager debugfs helpers
@ 2022-04-12  3:35 Zack Rusin
  2022-04-12  3:35 ` [PATCH v2 1/5] drm/ttm: Add common debugfs code for resource managers Zack Rusin
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Zack Rusin @ 2022-04-12  3:35 UTC (permalink / raw)
  To: dri-devel
  Cc: David Airlie, krastevm, Huang Rui, Christian Koenig, mombasawalam

From: Zack Rusin <zackr@vmware.com>

v2: Switch to using ttm_resource_manager's directly in the debugfs
callbacks

This series introduces generic TTM resource manager debugfs helpers and
refactors TTM drivers which have been using hand rolled out versions
of those to use the new code.

Zack Rusin (5):
  drm/ttm: Add common debugfs code for resource managers
  drm/vmwgfx: Add debugfs entries for various ttm resource managers
  drm/amdgpu: Use TTM builtin resource manager debugfs code
  drm/qxl: Use TTM builtin resource manager debugfs code
  drm/radeon: Use TTM builtin resource manager debugfs code

 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 86 +++++--------------------
 drivers/gpu/drm/qxl/qxl_ttm.c           | 39 ++---------
 drivers/gpu/drm/radeon/radeon_ttm.c     | 36 ++---------
 drivers/gpu/drm/ttm/ttm_resource.c      | 34 ++++++++++
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c     | 18 ++++++
 include/drm/ttm/ttm_resource.h          |  4 ++
 6 files changed, 84 insertions(+), 133 deletions(-)

-- 
2.32.0


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

end of thread, other threads:[~2022-04-19  6:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-12  3:35 [PATCH v2 0/5] drm/ttm: Introduce TTM res manager debugfs helpers Zack Rusin
2022-04-12  3:35 ` [PATCH v2 1/5] drm/ttm: Add common debugfs code for resource managers Zack Rusin
2022-04-12  3:35 ` [PATCH v2 2/5] drm/vmwgfx: Add debugfs entries for various ttm " Zack Rusin
2022-04-12  3:35 ` [PATCH v2 3/5] drm/amdgpu: Use TTM builtin resource manager debugfs code Zack Rusin
2022-04-12  3:35 ` [PATCH v2 4/5] drm/qxl: " Zack Rusin
2022-04-12  3:35 ` [PATCH v2 5/5] drm/radeon: " Zack Rusin
2022-04-12  9:15 ` [PATCH v2 0/5] drm/ttm: Introduce TTM res manager debugfs helpers Christian König
2022-04-18 20:09   ` Zack Rusin
2022-04-19  6:16     ` Christian König

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