Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH 0/4] Do not access i915_gem_object members from frontbuffer tracking
@ 2023-05-29  6:27 Jouni Högander
  2023-05-29  6:27 ` [Intel-gfx] [PATCH 1/4] drm/i915: Add macros to get i915 device from i915_gem_object Jouni Högander
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Jouni Högander @ 2023-05-29  6:27 UTC (permalink / raw)
  To: intel-gfx; +Cc: Jani Nikula, Rodrigo Vivi

We are preparing for Xe driver. Binary objects will have differing
implementation in Xe driver. Due this we want to remove direct
accesses to i915_gem_object members and leave details to binary object
implementation.

Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>

Jouni Högander (4):
  drm/i915: Add macros to get i915 device from i915_gem_object
  drm/i915: Add getter/setter for i915_gem_object->frontbuffer
  drm/i915/display: Remove i915_gem_object_types.h from
    intel_frontbuffer.h
  drm/i915: Add function to clear scanout flag for vmas

 .../gpu/drm/i915/display/intel_frontbuffer.c  | 44 +++++-------
 .../gpu/drm/i915/display/intel_frontbuffer.h  | 28 --------
 drivers/gpu/drm/i915/gem/i915_gem_object.c    | 70 ++++++++++++++++++-
 drivers/gpu/drm/i915/gem/i915_gem_object.h    |  6 ++
 .../gpu/drm/i915/gem/i915_gem_object_types.h  |  3 +
 drivers/gpu/drm/i915/i915_vma.c               | 22 +++++-
 drivers/gpu/drm/i915/i915_vma.h               |  2 +
 7 files changed, 116 insertions(+), 59 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-07-27  6:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-29  6:27 [Intel-gfx] [PATCH 0/4] Do not access i915_gem_object members from frontbuffer tracking Jouni Högander
2023-05-29  6:27 ` [Intel-gfx] [PATCH 1/4] drm/i915: Add macros to get i915 device from i915_gem_object Jouni Högander
2023-05-29  6:27 ` [Intel-gfx] [PATCH 2/4] drm/i915: Add getter/setter for i915_gem_object->frontbuffer Jouni Högander
2023-07-26 14:27   ` Nirmoy Das
2023-07-27  6:45     ` Hogander, Jouni
2023-05-29  6:27 ` [Intel-gfx] [PATCH 3/4] drm/i915/display: Remove i915_gem_object_types.h from intel_frontbuffer.h Jouni Högander
2023-05-29  6:27 ` [Intel-gfx] [PATCH 4/4] drm/i915: Add function to clear scanout flag for vmas Jouni Högander
2023-05-29  7:59 ` [Intel-gfx] ✗ Fi.CI.BUILD: warning for Do not access i915_gem_object members from frontbuffer tracking Patchwork
2023-05-29  7:59 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2023-05-29  8:16 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2023-05-29 11:52 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork

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