Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-xe] [PATCH v3 00/12] Frontbuffer tracking refactoring
@ 2023-09-12  6:46 Jouni Högander
  2023-09-12  6:46 ` [Intel-xe] [PATCH v3 01/12] drm/i915/display: Move releasing gem object away from fb tracking Jouni Högander
                   ` (19 more replies)
  0 siblings, 20 replies; 26+ messages in thread
From: Jouni Högander @ 2023-09-12  6:46 UTC (permalink / raw)
  To: intel-xe; +Cc: Jani Nikula, Rodrigo Vivi, Jouni Högander

These patches are cleaning up all #ifdefs added into
intel_frontbuffer.[ch] for Xe build. I915 part of the refactoring is
already merged into drm-tip and these patches are implementing or
adding empty defines for Xe.

v3:
  - drop reference counting from xe frontbuffer set implementation
v2:
  - xe_bo get/put handling changed

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

Jouni Högander (12):
  drm/i915/display: Move releasing gem object away from fb tracking
  drm/i915: Ignore set frontbuffer return value on release
  fixup! drm/i915/display: Remaining changes to make xe compile
  drm/xe: Add macro to get i915 device from xe_bo
  fixup! drm/i915/display: Remaining changes to make xe compile
  drm/xe: Add frontbuffer setter/getter for xe_bo
  fixup! drm/i915/display: Remaining changes to make xe compile
  drm/xe: Add i915_active.h compatibility header
  drm/xe/display: Include i916_active header
  drm/xe: Add struct i915_active for Xe
  fixup! drm/i915/display: Remaining changes to make xe compile
  drm/xe: Add empty define for i915_ggtt_clear_scanout

 .../gpu/drm/i915/display/intel_frontbuffer.c  | 29 +++----------------
 .../gpu/drm/i915/display/intel_frontbuffer.h  |  2 --
 drivers/gpu/drm/i915/gem/i915_gem_object.h    |  1 +
 .../drm/xe/compat-i915-headers/i915_active.h  | 22 ++++++++++++++
 .../compat-i915-headers/i915_active_types.h   | 13 +++++++++
 .../gpu/drm/xe/compat-i915-headers/i915_vma.h |  2 ++
 drivers/gpu/drm/xe/xe_bo.h                    |  3 ++
 drivers/gpu/drm/xe/xe_bo_types.h              |  3 ++
 8 files changed, 48 insertions(+), 27 deletions(-)
 create mode 100644 drivers/gpu/drm/xe/compat-i915-headers/i915_active.h

-- 
2.34.1


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

end of thread, other threads:[~2023-09-27 12:34 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-12  6:46 [Intel-xe] [PATCH v3 00/12] Frontbuffer tracking refactoring Jouni Högander
2023-09-12  6:46 ` [Intel-xe] [PATCH v3 01/12] drm/i915/display: Move releasing gem object away from fb tracking Jouni Högander
2023-09-12  6:46 ` [Intel-xe] [PATCH v3 02/12] drm/i915: Ignore set frontbuffer return value on release Jouni Högander
2023-09-26 13:17   ` Jani Nikula
2023-09-26 13:32     ` Hogander, Jouni
2023-09-12  6:47 ` [Intel-xe] [PATCH v3 03/12] fixup! drm/i915/display: Remaining changes to make xe compile Jouni Högander
2023-09-12  6:47 ` [Intel-xe] [PATCH v3 04/12] drm/xe: Add macro to get i915 device from xe_bo Jouni Högander
2023-09-12  6:47 ` [Intel-xe] [PATCH v3 05/12] fixup! drm/i915/display: Remaining changes to make xe compile Jouni Högander
2023-09-12  6:47 ` [Intel-xe] [PATCH v3 06/12] drm/xe: Add frontbuffer setter/getter for xe_bo Jouni Högander
2023-09-12  6:47 ` [Intel-xe] [PATCH v3 07/12] fixup! drm/i915/display: Remaining changes to make xe compile Jouni Högander
2023-09-12  6:47 ` [Intel-xe] [PATCH v3 08/12] drm/xe: Add i915_active.h compatibility header Jouni Högander
2023-09-12  6:47 ` [Intel-xe] [PATCH v3 09/12] drm/xe/display: Include i916_active header Jouni Högander
2023-09-27 12:18   ` Jani Nikula
2023-09-27 12:34     ` Hogander, Jouni
2023-09-12  6:47 ` [Intel-xe] [PATCH v3 10/12] drm/xe: Add struct i915_active for Xe Jouni Högander
2023-09-12  6:47 ` [Intel-xe] [PATCH v3 11/12] fixup! drm/i915/display: Remaining changes to make xe compile Jouni Högander
2023-09-12  6:47 ` [Intel-xe] [PATCH v3 12/12] drm/xe: Add empty define for i915_ggtt_clear_scanout Jouni Högander
2023-09-12  6:50 ` [Intel-xe] ✓ CI.Patch_applied: success for Frontbuffer tracking refactoring (rev8) Patchwork
2023-09-12  6:50 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-09-12  6:51 ` [Intel-xe] ✓ CI.KUnit: success " Patchwork
2023-09-12  6:58 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-09-12  6:59 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-09-12  7:00 ` [Intel-xe] ✗ CI.checksparse: warning " Patchwork
2023-09-12  7:35 ` [Intel-xe] ✓ CI.BAT: success " Patchwork
2023-09-12 16:13 ` [Intel-xe] [PATCH v3 00/12] Frontbuffer tracking refactoring Maarten Lankhorst
2023-09-13  9:44   ` Hogander, Jouni

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