All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH RESEND v3 0/3] drm/ttm: Small fixes / cleanups in prep for shrinking
@ 2023-04-04 20:06 ` Thomas Hellström
  0 siblings, 0 replies; 56+ messages in thread
From: Thomas Hellström @ 2023-04-04 20:06 UTC (permalink / raw)
  To: dri-devel
  Cc: Thomas Hellström, intel-gfx, intel-xe, Christian Koenig,
	Matthew Auld

I collected the, from my POW, uncontroversial patches from V1 of the TTM
shrinker series, some corrected after the initial patch submission, one
patch added from the Xe RFC ("drm/ttm: Don't print error message if
eviction was interrupted"). It would be nice to have these reviewed and
merged while reworking the rest.

v2:
- Simplify __ttm_pool_free().
- Fix the TTM_TT_FLAG bit numbers.
- Keep all allocation orders for TTM pages at or below PMD order

v3:
- Rename __tm_pool_free() to ttm_pool_free_range(). Document.
- Compile-fix.

Thomas Hellström (3):
  drm/ttm/pool: Fix ttm_pool_alloc error path
  drm/ttm: Reduce the number of used allocation orders for TTM pages
  drm/ttm: Make the call to ttm_tt_populate() interruptible when
    faulting

 drivers/gpu/drm/ttm/ttm_bo_vm.c |  13 +++-
 drivers/gpu/drm/ttm/ttm_pool.c  | 111 ++++++++++++++++++++------------
 2 files changed, 80 insertions(+), 44 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2023-04-17  8:02 UTC | newest]

Thread overview: 56+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-04 20:06 [Intel-gfx] [PATCH RESEND v3 0/3] drm/ttm: Small fixes / cleanups in prep for shrinking Thomas Hellström
2023-04-04 20:06 ` Thomas Hellström
2023-04-04 20:06 ` [Intel-xe] " Thomas Hellström
2023-04-04 20:06 ` [Intel-gfx] [PATCH RESEND v3 1/3] drm/ttm/pool: Fix ttm_pool_alloc error path Thomas Hellström
2023-04-04 20:06   ` Thomas Hellström
2023-04-04 20:06   ` [Intel-xe] " Thomas Hellström
2023-04-04 20:06 ` [Intel-gfx] [PATCH RESEND v3 2/3] drm/ttm: Reduce the number of used allocation orders for TTM pages Thomas Hellström
2023-04-04 20:06   ` Thomas Hellström
2023-04-04 20:06   ` [Intel-xe] " Thomas Hellström
2023-04-11  9:51   ` [Intel-gfx] " Daniel Vetter
2023-04-11  9:51     ` Daniel Vetter
2023-04-11  9:51     ` [Intel-xe] " Daniel Vetter
2023-04-11 12:11     ` [Intel-gfx] " Christian König
2023-04-11 12:11       ` Christian König
2023-04-11 12:11       ` [Intel-xe] " Christian König
2023-04-11 13:45       ` [Intel-gfx] " Daniel Vetter
2023-04-11 13:45         ` Daniel Vetter
2023-04-11 13:45         ` [Intel-xe] " Daniel Vetter
2023-04-12  9:08         ` [Intel-gfx] " Daniel Vetter
2023-04-12  9:08           ` Daniel Vetter
2023-04-12  9:08           ` [Intel-xe] " Daniel Vetter
2023-04-12 14:17           ` [Intel-gfx] " Christian König
2023-04-12 14:17             ` Christian König
2023-04-12 14:17             ` [Intel-xe] " Christian König
2023-04-13  8:48             ` [Intel-gfx] " Daniel Vetter
2023-04-13  8:48               ` Daniel Vetter
2023-04-13  8:48               ` [Intel-xe] " Daniel Vetter
2023-04-13  9:45               ` [Intel-gfx] " Christian König
2023-04-13  9:45                 ` Christian König
2023-04-13  9:45                 ` [Intel-xe] " Christian König
2023-04-13 13:13                 ` [Intel-gfx] " Daniel Vetter
2023-04-13 13:13                   ` Daniel Vetter
2023-04-13 13:13                   ` [Intel-xe] " Daniel Vetter
2023-04-14 10:11                   ` [Intel-gfx] " Christian König
2023-04-14 10:11                     ` Christian König
2023-04-14 10:11                     ` [Intel-xe] " Christian König
2023-04-17  8:02                     ` [Intel-gfx] " Thomas Hellström
2023-04-17  8:02                       ` Thomas Hellström
2023-04-17  8:02                       ` [Intel-xe] " Thomas Hellström
2023-04-04 20:06 ` [Intel-gfx] [PATCH RESEND v3 3/3] drm/ttm: Make the call to ttm_tt_populate() interruptible when faulting Thomas Hellström
2023-04-04 20:06   ` Thomas Hellström
2023-04-04 20:06   ` [Intel-xe] " Thomas Hellström
2023-04-04 20:09 ` [Intel-xe] ✓ CI.Patch_applied: success for drm/ttm: Small fixes / cleanups in prep for shrinking Patchwork
2023-04-04 20:10 ` [Intel-xe] ✓ CI.KUnit: " Patchwork
2023-04-04 20:14 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-04-04 20:34 ` [Intel-xe] ○ CI.BAT: info " Patchwork
2023-04-04 23:13 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/ttm: Small fixes / cleanups in prep for shrinking (rev3) Patchwork
2023-04-04 23:13 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2023-04-04 23:23 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2023-04-05  9:24 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2023-04-05 12:32 ` [Intel-gfx] [PATCH RESEND v3 0/3] drm/ttm: Small fixes / cleanups in prep for shrinking Christian König
2023-04-05 12:32   ` Christian König
2023-04-05 12:32   ` [Intel-xe] " Christian König
2023-04-05 12:36   ` [Intel-gfx] " Thomas Hellström
2023-04-05 12:36     ` Thomas Hellström
2023-04-05 12:36     ` [Intel-xe] " Thomas Hellström

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.