All of lore.kernel.org
 help / color / mirror / Atom feed
* ppGTT the recursive wars
@ 2019-07-12 11:27 Chris Wilson
  2019-07-12 11:27 ` [PATCH 1/4] drm/i915/gtt: Recursive cleanup for gen8 Chris Wilson
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Chris Wilson @ 2019-07-12 11:27 UTC (permalink / raw)
  To: intel-gfx

Doing more with less!

We restore and succesfully generalise a recently lost optimisation to
avoid updating page directories to be removed, all while using less i$
and hopefully more predictable branches. Mircoptimisations, but less
code for the win.

We even add some debug traces for the next poor soul to be trapped here.

drivers/gpu/drm/i915/Kconfig.debug  |  15 +
drivers/gpu/drm/i915/i915_gem_gtt.c | 586 +++++++++++++++---------------------
drivers/gpu/drm/i915/i915_gem_gtt.h |  92 +-----
3 files changed, 259 insertions(+), 434 deletions(-)


_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2019-07-16 15:45 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-12 11:27 ppGTT the recursive wars Chris Wilson
2019-07-12 11:27 ` [PATCH 1/4] drm/i915/gtt: Recursive cleanup for gen8 Chris Wilson
2019-07-12 13:03   ` Abdiel Janulgue
2019-07-12 11:27 ` [PATCH 2/4] drm/i915/gtt: Recursive ppgtt clear " Chris Wilson
2019-07-12 15:16   ` Abdiel Janulgue
2019-07-12 11:27 ` [PATCH 3/4] drm/i915/gtt: Recursive ppgtt alloc " Chris Wilson
2019-07-16 15:28   ` Abdiel Janulgue
2019-07-16 15:28   ` Abdiel Janulgue
2019-07-12 11:27 ` [PATCH 4/4] drm/i915/gtt: Tidy up ppgtt insertion " Chris Wilson
2019-07-16 15:30   ` Abdiel Janulgue
2019-07-16 15:45     ` Chris Wilson
2019-07-12 15:32 ` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] drm/i915/gtt: Recursive cleanup " Patchwork
2019-07-12 15:34 ` ✗ Fi.CI.SPARSE: " Patchwork
2019-07-12 15:52 ` ✓ Fi.CI.BAT: success " Patchwork
2019-07-14  5:07 ` ✓ Fi.CI.IGT: " Patchwork

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.