dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/i915: ttm for stolen region
@ 2022-04-11 19:24 Robert Beckett
  2022-04-11 19:24 ` [PATCH 1/5] drm/i915: instantiate ttm ranger manager for stolen memory Robert Beckett
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Robert Beckett @ 2022-04-11 19:24 UTC (permalink / raw)
  To: dri-devel, intel-gfx; +Cc: Robert Beckett, Thomas Hellström, Matthew Auld

This series refactors i915's stolen memory region to use ttm.

Robert Beckett (5):
  drm/i915: instantiate ttm ranger manager for stolen memory
  drm/i915: sanitize mem_flags for stolen buffers
  drm/i915: ttm move/clear logic fix
  drm/i915: ttm backend dont provide mmap_offset for kernel buffers
  drm/i915: stolen memory use ttm backend

 drivers/gpu/drm/i915/display/intel_fbc.c      |  78 ++--
 .../gpu/drm/i915/gem/i915_gem_object_types.h  |   2 -
 drivers/gpu/drm/i915/gem/i915_gem_stolen.c    | 405 +++++-------------
 drivers/gpu/drm/i915/gem/i915_gem_stolen.h    |  21 +-
 drivers/gpu/drm/i915/gem/i915_gem_ttm.c       |  32 +-
 drivers/gpu/drm/i915/gem/i915_gem_ttm.h       |   7 +
 drivers/gpu/drm/i915/gem/i915_gem_ttm_move.c  |  33 +-
 drivers/gpu/drm/i915/gt/intel_rc6.c           |   4 +-
 drivers/gpu/drm/i915/gt/selftest_reset.c      |  16 +-
 drivers/gpu/drm/i915/i915_debugfs.c           |   7 +-
 drivers/gpu/drm/i915/i915_drv.h               |   5 -
 drivers/gpu/drm/i915/intel_region_ttm.c       |  67 ++-
 drivers/gpu/drm/i915/intel_region_ttm.h       |   8 +-
 drivers/gpu/drm/i915/selftests/mock_region.c  |   3 +-
 14 files changed, 310 insertions(+), 378 deletions(-)

-- 
2.25.1


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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-11 19:24 [PATCH 0/5] drm/i915: ttm for stolen region Robert Beckett
2022-04-11 19:24 ` [PATCH 1/5] drm/i915: instantiate ttm ranger manager for stolen memory Robert Beckett
2022-04-11 19:24 ` [PATCH 2/5] drm/i915: sanitize mem_flags for stolen buffers Robert Beckett
2022-04-11 19:24 ` [PATCH 3/5] drm/i915: ttm move/clear logic fix Robert Beckett
2022-04-11 19:24 ` [PATCH 4/5] drm/i915: ttm backend dont provide mmap_offset for kernel buffers Robert Beckett
2022-04-11 19:24 ` [PATCH 5/5] drm/i915: stolen memory use ttm backend Robert Beckett

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