Hi Zack,

Reviewed-by: Christian König <[email protected]> for the entire series.

One nit pick is that I want to get rid of using ttm_manager_type() in drivers and use pointers to the members directly. But that's something for a later cleanup anyway.

Thanks,
Christian.

Am 12.04.22 um 05:35 schrieb Zack Rusin:
From: Zack Rusin <[email protected]>

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


Reply via email to