All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Hogander, Jouni" <jouni.hogander@intel.com>
To: "intel-gfx@lists.freedesktop.org" <intel-gfx@lists.freedesktop.org>
Subject: Re: [Intel-gfx] [PATCH v3 00/10] Clean-up Xe FBC additions
Date: Fri, 2 Jun 2023 10:46:32 +0000	[thread overview]
Message-ID: <230b8cc4820a928620b4986df716b1e5052c288b.camel@intel.com> (raw)
In-Reply-To: <20230602103928.1012470-1-jouni.hogander@intel.com>

Hello,

Sent this to wrong mailing list. Please ignore. Full set now sent
to intel-xe@lists.freedesktop.org. Sorry for the inconvenience.

BR,

Jouni Högander
On Fri, 2023-06-02 at 13:39 +0300, Jouni Högander wrote:
> This patch set cleans up Xe FBC additions. All stolen memory details
> are
> moved to i915_gem_stolen header and source files. Also some fence
> handling
> details are move away from FBC code. This allows removing all ifdefs
> added
> into fbc code.
> 
> v3:
>   - Move all the ifdef removals to fixup patch
>   - Revert as necessary instead of modifying
>   - intel_gt_fence_count -> intel_gt_legacy_fencing_support
>   - Add !WARN_ON(1) to i915_gem_stolen defines that are not supposed
> to be
>     used in case of Xe
> v2: add missing intel_gt_types.h header
> 
> Cc: Jani Nikula <jani.nikula@intel.com>
> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
> 
> Jouni Högander (10):
>   Revert "drm/i915/display: Make FBC check stolen at use time."
>   Revert "drm/i915/fbc: set compressed_fb to NULL on error"
>   Revert "drm/i915/display: Implement FBC support"
>   fixup! drm/i915/display: Remaining changes to make xe compile
>   drm/i915: Move stolen memory handling into i915_gem_stolen
>   drm/xe: Xe stolen memory handling for fbc support
>   drm/xe: Add i915_gem.h compatibility header
>   drm/i915/fbc: Make FBC check stolen at use time
>   drm/i915/fbc: Moved fence related code away from intel_fbc
>   drm/xe: Add Xe implementation for fence checks used by fbc code
> 
>  drivers/gpu/drm/i915/display/intel_fbc.c      | 139 ++++------------
> --
>  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 +
>  .../gpu/drm/xe/compat-i915-headers/i915_drv.h |   3 +
>  .../gpu/drm/xe/compat-i915-headers/i915_gem.h |   9 ++
>  .../xe/compat-i915-headers/i915_gem_stolen.h  |  79 ++++++++++
>  .../gpu/drm/xe/compat-i915-headers/i915_vma.h |   2 +
>  .../xe/compat-i915-headers/intel_gt_types.h   |  11 ++
>  10 files changed, 188 insertions(+), 112 deletions(-)
>  create mode 100644 drivers/gpu/drm/xe/compat-i915-headers/i915_gem.h
>  create mode 100644 drivers/gpu/drm/xe/compat-i915-
> headers/i915_gem_stolen.h
>  create mode 100644 drivers/gpu/drm/xe/compat-i915-
> headers/intel_gt_types.h
> 


      parent reply	other threads:[~2023-06-02 10:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-02 10:39 [Intel-gfx] [PATCH v3 00/10] Clean-up Xe FBC additions Jouni Högander
2023-06-02 10:39 ` [Intel-gfx] [PATCH v3 01/10] Revert "drm/i915/display: Make FBC check stolen at use time." Jouni Högander
2023-06-02 10:39 ` [Intel-gfx] [PATCH v3 02/10] Revert "drm/i915/fbc: set compressed_fb to NULL on error" Jouni Högander
2023-06-02 10:46 ` Hogander, Jouni [this message]

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=230b8cc4820a928620b4986df716b1e5052c288b.camel@intel.com \
    --to=jouni.hogander@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.