All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] make stolen resource centric
@ 2017-12-06 18:17 Matthew Auld
  2017-12-06 18:17   ` Matthew Auld
                   ` (11 more replies)
  0 siblings, 12 replies; 21+ messages in thread
From: Matthew Auld @ 2017-12-06 18:17 UTC (permalink / raw)
  To: intel-gfx

Continuation of Paulo' stolen series[1], addressing the feedback from Joonas and
Chris.

[1] https://patchwork.freedesktop.org/series/30923/

Joonas Lahtinen (1):
  x86/early-quirks: Extend Intel graphics stolen memory placement to
    64bit

Matthew Auld (9):
  x86/early-quirks: replace the magical increment start values
  x86/early-quirks: reverse the if ladders
  drm/i915: nuke the duplicated stolen discovery
  drm/i915: make dsm struct resource centric
  drm/i915: make reserved struct resource centric
  drm/i915: make mappable struct resource centric
  drm/i915: give stolen_usable_size a more suitable home
  drm/i915: prefer resource_size_t for everything stolen
  drm/i915: prefer stolen_usable_size for the range sanity check

 arch/x86/kernel/early-quirks.c                |  92 +++++----
 drivers/char/agp/intel-gtt.c                  |  14 +-
 drivers/gpu/drm/i915/gvt/gvt.h                |   2 +-
 drivers/gpu/drm/i915/i915_debugfs.c           |   4 +-
 drivers/gpu/drm/i915/i915_drv.c               |   2 +-
 drivers/gpu/drm/i915/i915_drv.h               |  35 +++-
 drivers/gpu/drm/i915/i915_gem.c               |   8 +-
 drivers/gpu/drm/i915/i915_gem_execbuffer.c    |   2 +-
 drivers/gpu/drm/i915/i915_gem_gtt.c           |  92 +++------
 drivers/gpu/drm/i915/i915_gem_gtt.h           |  19 +-
 drivers/gpu/drm/i915/i915_gem_stolen.c        | 264 ++++++++------------------
 drivers/gpu/drm/i915/i915_gpu_error.c         |   2 +-
 drivers/gpu/drm/i915/i915_vma.c               |   2 +-
 drivers/gpu/drm/i915/intel_display.c          |   5 +-
 drivers/gpu/drm/i915/intel_fbc.c              |  13 +-
 drivers/gpu/drm/i915/intel_fbdev.c            |   3 +-
 drivers/gpu/drm/i915/intel_overlay.c          |   4 +-
 drivers/gpu/drm/i915/intel_pm.c               |  31 +--
 drivers/gpu/drm/i915/selftests/i915_gem_gtt.c |   4 +-
 drivers/gpu/drm/i915/selftests/mock_gtt.c     |   4 +-
 include/drm/i915_drm.h                        |   3 +
 include/drm/intel-gtt.h                       |   3 +-
 22 files changed, 236 insertions(+), 372 deletions(-)

-- 
2.14.3

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

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

end of thread, other threads:[~2017-12-07 14:04 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-06 18:17 [PATCH 00/10] make stolen resource centric Matthew Auld
2017-12-06 18:17 ` [PATCH 01/10] x86/early-quirks: Extend Intel graphics stolen memory placement to 64bit Matthew Auld
2017-12-06 18:17   ` Matthew Auld
2017-12-06 18:43   ` Chris Wilson
2017-12-06 18:17 ` [PATCH 02/10] x86/early-quirks: replace the magical increment start values Matthew Auld
2017-12-06 18:17   ` Matthew Auld
2017-12-06 18:17 ` [PATCH 03/10] x86/early-quirks: reverse the if ladders Matthew Auld
2017-12-06 18:17 ` [PATCH 04/10] drm/i915: nuke the duplicated stolen discovery Matthew Auld
2017-12-06 18:17 ` [PATCH 05/10] drm/i915: make dsm struct resource centric Matthew Auld
2017-12-06 18:30   ` Chris Wilson
2017-12-07 14:03     ` Ville Syrjälä
2017-12-06 18:17 ` [PATCH 06/10] drm/i915: make reserved " Matthew Auld
2017-12-06 18:17 ` [PATCH 07/10] drm/i915: make mappable " Matthew Auld
2017-12-06 18:17 ` [PATCH 08/10] drm/i915: give stolen_usable_size a more suitable home Matthew Auld
2017-12-06 18:32   ` Chris Wilson
2017-12-06 18:17 ` [PATCH 09/10] drm/i915: prefer resource_size_t for everything stolen Matthew Auld
2017-12-06 18:39   ` Chris Wilson
2017-12-06 18:17 ` [PATCH 10/10] drm/i915: prefer stolen_usable_size for the range sanity check Matthew Auld
2017-12-06 18:41   ` Chris Wilson
2017-12-06 18:39 ` ✓ Fi.CI.BAT: success for make stolen resource centric (rev5) Patchwork
2017-12-06 19:55 ` ✓ 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.