[Intel-gfx] [PATCH v4 0/4] Do not access i915_gem_object members from frontbuffer tracking
Jouni Högander
jouni.hogander at intel.com
Thu Jul 27 06:41:38 UTC 2023
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 at intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
Cc: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Cc: Nirmoy Das <nirmoy.das at intel.com>
v4:
- Fix intel_frontbuffer_get return value
- s/front_ret/cur/
v3:
- Move gem object frontbuffer getter/setter into header file
- operate on and return pointer in defined macros
v2: desribe i915_ggtt_clear_scanout function parameter
Cc: Jani Nikula <jani.nikula at intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
Cc: Maarten Lankhorst <maarten.lankhorst at 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 | 46 +++++--------
.../gpu/drm/i915/display/intel_frontbuffer.h | 28 --------
drivers/gpu/drm/i915/gem/i915_gem_object.c | 4 +-
drivers/gpu/drm/i915/gem/i915_gem_object.h | 67 +++++++++++++++++++
.../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, 112 insertions(+), 60 deletions(-)
--
2.34.1
More information about the Intel-gfx
mailing list