Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
To: "Jouni Högander" <jouni.hogander@intel.com>,
	intel-xe@lists.freedesktop.org
Cc: Jani Nikula <jani.nikula@intel.com>,
	Rodrigo Vivi <rodrigo.vivi@intel.com>
Subject: Re: [Intel-xe] [PATCH v3 00/12] Frontbuffer tracking refactoring
Date: Tue, 12 Sep 2023 18:13:13 +0200	[thread overview]
Message-ID: <0dd3d826-2d1a-6e99-5859-90aab350da2e@linux.intel.com> (raw)
In-Reply-To: <20230912064709.2802305-1-jouni.hogander@intel.com>

For the series:
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>

On 2023-09-12 08:46, Jouni Högander wrote:
> 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
> 

  parent reply	other threads:[~2023-09-12 16:15 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Maarten Lankhorst [this message]
2023-09-13  9:44   ` [Intel-xe] [PATCH v3 00/12] Frontbuffer tracking refactoring Hogander, Jouni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0dd3d826-2d1a-6e99-5859-90aab350da2e@linux.intel.com \
    --to=maarten.lankhorst@linux.intel.com \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=jani.nikula@intel.com \
    --cc=jouni.hogander@intel.com \
    --cc=rodrigo.vivi@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox