Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH 0/3] Move stolen memory handling details into i915_gem_stolen
@ 2023-06-09  8:53 Jouni Högander
  2023-06-09  8:53 ` [Intel-gfx] [PATCH 1/3] drm/i915: Move stolen memory handling " Jouni Högander
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Jouni Högander @ 2023-06-09  8:53 UTC (permalink / raw)
  To: intel-gfx; +Cc: Jani Nikula, Rodrigo Vivi

We are preparing for Xe driver. Stolen memory handling will be
different in Xe driver. Due to this we want to remove all stolen
memory handling details away from FBC code.

Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>

Jouni Högander (3):
  drm/i915: Move stolen memory handling into i915_gem_stolen
  drm/i915/fbc: Make FBC check stolen at use time
  drm/i915/fbc: Moved fence related code away from intel_fbc

 drivers/gpu/drm/i915/display/intel_fbc.c   | 64 ++++++++++++----------
 drivers/gpu/drm/i915/gem/i915_gem_stolen.c | 37 +++++++++++++
 drivers/gpu/drm/i915/gem/i915_gem_stolen.h | 13 +++++
 drivers/gpu/drm/i915/gt/intel_gt_types.h   |  2 +
 drivers/gpu/drm/i915/i915_vma.h            |  5 ++
 5 files changed, 91 insertions(+), 30 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-06-09 17:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-09  8:53 [Intel-gfx] [PATCH 0/3] Move stolen memory handling details into i915_gem_stolen Jouni Högander
2023-06-09  8:53 ` [Intel-gfx] [PATCH 1/3] drm/i915: Move stolen memory handling " Jouni Högander
2023-06-09  8:53 ` [Intel-gfx] [PATCH 2/3] drm/i915/fbc: Make FBC check stolen at use time Jouni Högander
2023-06-09  8:53 ` [Intel-gfx] [PATCH 3/3] drm/i915/fbc: Moved fence related code away from intel_fbc Jouni Högander
2023-06-09  9:45 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Move stolen memory handling details into i915_gem_stolen Patchwork
2023-06-09  9:45 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2023-06-09 17:23 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox