Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Andi Shyti <andi.shyti@linux.intel.com>
To: Jonathan Cavitt <jonathan.cavitt@intel.com>
Cc: chris.p.wilson@linux.intel.com, intel-gfx@lists.freedesktop.org,
	matthew.d.roper@intel.com, nirmoy.das@intel.com
Subject: Re: [Intel-gfx] [PATCH 0/3] drm/i915: Fix Wa_22016122933 implementation
Date: Thu, 10 Aug 2023 14:34:57 +0200	[thread overview]
Message-ID: <ZNTZcahC8n2/nNpd@ashyti-mobl2.lan> (raw)
In-Reply-To: <20230801153242.2445478-1-jonathan.cavitt@intel.com>

Hi Jonathan,

pushed in drm-intel-gt-next.

I added two links to the commit logs: the first one refers to
this series, while the second refers to the series sent to CI
which includes the rebase conflict fix.

Hope this is fine.

Thanks,
Andi

On Tue, Aug 01, 2023 at 08:32:39AM -0700, Jonathan Cavitt wrote:
> WA_22016122933 was recently applied to all MeteorLake engines, which is
> simultaneously too broad (should only apply to Media engines) and too
> specific (should apply to all platforms that use the same media engine
> as MeteorLake).  Correct this for all current use cases.
> 
> There are two additional changes that deserve special attention:
> 
> 
> First, the usage of the workaround in i915_coherent_map_type required
> a more invasive change to check the gt, which was split into its own
> patch.
> 
> Second, the addition of write barriers during ct_read and
> gsc_fw_load_prepare were found to be unconditional, so the workaround
> tags were removed as the usages were not platform dependent.
> 
> v2:
> - Refactor i915_coherent_map_type to intel_gt_coherent_map_type and move
>   it to the gt folder as it now takes an intel_gt instead of a
>   drm_i915_private.
> 
> v3:
> - Remove additional gt requirement from shmem_create_from_object.
>   Instead of passing a gt to check if the workaround applies in
>   intel_gt_coherent_map_type, only check if the object is lmem to
>   determine the map type to use.
> 
> v4:
> - Fix formatting warnings.
> - Add this cover letter and all missing revision notes.
> - Add missing acks and reviews to commit messages.
> - Fix contributor ordering in commit messages.
> 
> Jonathan Cavitt (3):
>   drm/i915/gt: Simplify shmem_create_from_object map_type selection
>   drm/i915: Make i915_coherent_map_type GT-centric
>   drm/i915/gt: Apply workaround 22016122933 correctly
> 
>  drivers/gpu/drm/i915/display/intel_hdcp_gsc.c    |  3 ++-
>  drivers/gpu/drm/i915/gem/i915_gem_object.h       |  4 ----
>  drivers/gpu/drm/i915/gem/i915_gem_pages.c        | 15 ---------------
>  .../drm/i915/gem/selftests/i915_gem_migrate.c    | 12 ++++++------
>  drivers/gpu/drm/i915/gt/intel_engine_pm.c        |  2 +-
>  drivers/gpu/drm/i915/gt/intel_gt.c               | 16 ++++++++++++++++
>  drivers/gpu/drm/i915/gt/intel_gt.h               |  9 +++++++++
>  drivers/gpu/drm/i915/gt/intel_gtt.c              |  4 ++--
>  drivers/gpu/drm/i915/gt/intel_lrc.c              | 13 +++++++------
>  drivers/gpu/drm/i915/gt/intel_ring.c             |  3 ++-
>  drivers/gpu/drm/i915/gt/selftest_context.c       |  5 +++--
>  drivers/gpu/drm/i915/gt/selftest_hangcheck.c     |  4 ++--
>  drivers/gpu/drm/i915/gt/selftest_lrc.c           |  6 +++---
>  drivers/gpu/drm/i915/gt/shmem_utils.c            |  3 +--
>  drivers/gpu/drm/i915/gt/uc/intel_gsc_fw.c        |  7 +------
>  drivers/gpu/drm/i915/gt/uc/intel_guc.c           | 11 ++++++-----
>  drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c        |  4 ----
>  drivers/gpu/drm/i915/gt/uc/intel_huc_fw.c        |  3 +--
>  drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c         |  3 ++-
>  drivers/gpu/drm/i915/pxp/intel_pxp_gsccs.c       |  3 ++-
>  drivers/gpu/drm/i915/pxp/intel_pxp_tee.c         |  5 ++++-
>  drivers/gpu/drm/i915/selftests/igt_spinner.c     |  2 +-
>  22 files changed, 71 insertions(+), 66 deletions(-)
> 
> -- 
> 2.25.1

      parent reply	other threads:[~2023-08-10 12:35 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-01 15:32 [Intel-gfx] [PATCH 0/3] drm/i915: Fix Wa_22016122933 implementation Jonathan Cavitt
2023-08-01 15:32 ` [Intel-gfx] [PATCH 1/3] drm/i915/gt: Simplify shmem_create_from_object map_type selection Jonathan Cavitt
2023-08-01 15:32 ` [Intel-gfx] [PATCH 2/3] drm/i915: Make i915_coherent_map_type GT-centric Jonathan Cavitt
2023-08-01 15:32 ` [Intel-gfx] [PATCH 3/3] drm/i915/gt: Apply workaround 22016122933 correctly Jonathan Cavitt
2023-08-01 17:22 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: Fix Wa_22016122933 implementation Patchwork
2023-08-01 17:40 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
2023-08-01 18:59 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: Fix Wa_22016122933 implementation (rev2) Patchwork
2023-08-01 19:09 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2023-08-01 23:45 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2023-08-10 12:34 ` Andi Shyti [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=ZNTZcahC8n2/nNpd@ashyti-mobl2.lan \
    --to=andi.shyti@linux.intel.com \
    --cc=chris.p.wilson@linux.intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jonathan.cavitt@intel.com \
    --cc=matthew.d.roper@intel.com \
    --cc=nirmoy.das@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