Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Gustavo Sousa <gustavo.sousa@intel.com>
To: <apoorva.singh@intel.com>, <intel-xe@lists.freedesktop.org>
Cc: Apoorva Singh <apoorva.singh@intel.com>
Subject: Re: [PATCH] drm/xe/xe3lpg: Add Wa_16024792527
Date: Fri, 8 Nov 2024 16:14:30 -0300	[thread overview]
Message-ID: <173109327019.7597.979644287484911342@intel.com> (raw)
In-Reply-To: <20241107082158.1436637-1-apoorva.singh@intel.com>

Quoting apoorva.singh@intel.com (2024-11-07 05:21:58-03:00)
>From: Apoorva Singh <apoorva.singh@intel.com>
>
>Force Sampler Tile64 Overfetch via MMIO
>
>Signed-off-by: Apoorva Singh <apoorva.singh@intel.com>

Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com>

>---
> drivers/gpu/drm/xe/regs/xe_gt_regs.h | 2 ++
> drivers/gpu/drm/xe/xe_wa.c           | 6 ++++++
> 2 files changed, 8 insertions(+)
>
>diff --git a/drivers/gpu/drm/xe/regs/xe_gt_regs.h b/drivers/gpu/drm/xe/regs/xe_gt_regs.h
>index 0c9e4b2fafab..162f18e975da 100644
>--- a/drivers/gpu/drm/xe/regs/xe_gt_regs.h
>+++ b/drivers/gpu/drm/xe/regs/xe_gt_regs.h
>@@ -445,6 +445,8 @@
> 
> #define SAMPLER_MODE                                XE_REG_MCR(0xe18c, XE_REG_OPTION_MASKED)
> #define   ENABLE_SMALLPL                        REG_BIT(15)
>+#define   SMP_WAIT_FETCH_MERGING_COUNTER        REG_GENMASK(11, 10)
>+#define   SMP_FORCE_128B_OVERFETCH                REG_FIELD_PREP(SMP_WAIT_FETCH_MERGING_COUNTER, 1)
> #define   SC_DISABLE_POWER_OPTIMIZATION_EBB        REG_BIT(9)
> #define   SAMPLER_ENABLE_HEADLESS_MSG                REG_BIT(5)
> #define   INDIRECT_STATE_BASE_ADDR_OVERRIDE        REG_BIT(0)
>diff --git a/drivers/gpu/drm/xe/xe_wa.c b/drivers/gpu/drm/xe/xe_wa.c
>index 02cf647f86d8..570fe0376402 100644
>--- a/drivers/gpu/drm/xe/xe_wa.c
>+++ b/drivers/gpu/drm/xe/xe_wa.c
>@@ -607,6 +607,12 @@ static const struct xe_rtp_entry_sr engine_was[] = {
>                        FUNC(xe_rtp_match_first_render_or_compute)),
>           XE_RTP_ACTIONS(SET(ROW_CHICKEN4, DISABLE_TDL_PUSH))
>         },
>+        { XE_RTP_NAME("16024792527"),
>+          XE_RTP_RULES(GRAPHICS_VERSION(3000), GRAPHICS_STEP(A0, B0),
>+                       FUNC(xe_rtp_match_first_render_or_compute)),
>+          XE_RTP_ACTIONS(FIELD_SET(SAMPLER_MODE, SMP_WAIT_FETCH_MERGING_COUNTER,
>+                                   SMP_FORCE_128B_OVERFETCH))
>+        },
> 
>         {}
> };
>-- 
>2.34.1
>

  parent reply	other threads:[~2024-11-08 19:14 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-07  8:21 [PATCH] drm/xe/xe3lpg: Add Wa_16024792527 apoorva.singh
2024-11-07  8:48 ` ✓ CI.Patch_applied: success for drm/xe/xe3lpg: Add Wa_16024792527 (rev3) Patchwork
2024-11-07  8:48 ` ✓ CI.checkpatch: " Patchwork
2024-11-07  8:49 ` ✓ CI.KUnit: " Patchwork
2024-11-07  9:01 ` ✓ CI.Build: " Patchwork
2024-11-07  9:03 ` ✓ CI.Hooks: " Patchwork
2024-11-07  9:05 ` ✓ CI.checksparse: " Patchwork
2024-11-07  9:30 ` ✓ CI.BAT: " Patchwork
2024-11-08 14:57 ` ✗ CI.FULL: failure " Patchwork
2024-11-08 19:14 ` Gustavo Sousa [this message]
2024-11-27  6:22   ` [PATCH] drm/xe/xe3lpg: Add Wa_16024792527 Ghimiray, Himal Prasad
2024-11-13 16:28 ` ✓ CI.Patch_applied: success for drm/xe/xe3lpg: Add Wa_16024792527 (rev4) Patchwork
2024-11-13 16:29 ` ✓ CI.checkpatch: " Patchwork
2024-11-13 16:30 ` ✓ CI.KUnit: " Patchwork
2024-11-13 16:41 ` ✓ CI.Build: " Patchwork
2024-11-13 16:44 ` ✓ CI.Hooks: " Patchwork
2024-11-13 16:45 ` ✓ CI.checksparse: " Patchwork
2024-11-13 17:21 ` ✓ CI.BAT: " Patchwork
2024-11-14  1:34 ` ✗ CI.FULL: failure " Patchwork
2024-11-15  6:57 ` ✓ CI.Patch_applied: success for drm/xe/xe3lpg: Add Wa_16024792527 (rev5) Patchwork
2024-11-15  6:57 ` ✓ CI.checkpatch: " Patchwork
2024-11-15  6:58 ` ✓ CI.KUnit: " Patchwork
2024-11-15  7:07 ` ✗ CI.Build: failure " Patchwork
2024-11-18  4:53 ` ✓ CI.Patch_applied: success for drm/xe/xe3lpg: Add Wa_16024792527 (rev6) Patchwork
2024-11-18  4:53 ` ✓ CI.checkpatch: " Patchwork
2024-11-18  4:54 ` ✓ CI.KUnit: " Patchwork
2024-11-18  5:12 ` ✓ CI.Build: " Patchwork
2024-11-18  5:13 ` ✗ CI.Hooks: failure " Patchwork
2024-11-18  5:14 ` ✓ CI.checksparse: success " Patchwork
2024-11-18  5:34 ` ✗ CI.BAT: failure " Patchwork
2024-11-18  8:02 ` ✗ CI.FULL: " Patchwork
2024-11-22  5:33 ` ✓ CI.Patch_applied: success for drm/xe/xe3lpg: Add Wa_16024792527 (rev7) Patchwork
2024-11-22  5:33 ` ✓ CI.checkpatch: " Patchwork
2024-11-22  5:34 ` ✓ CI.KUnit: " Patchwork
2024-11-22  5:52 ` ✓ CI.Build: " Patchwork
2024-11-22  5:55 ` ✓ CI.Hooks: " Patchwork
2024-11-22  5:56 ` ✓ CI.checksparse: " Patchwork
2024-11-22  6:15 ` ✓ Xe.CI.BAT: " Patchwork
2024-11-22 21:28 ` ✗ Xe.CI.Full: failure " Patchwork
2024-11-27  6:13   ` Singh, Apoorva
  -- strict thread matches above, loose matches on Subject: below --
2024-11-07  8:14 [PATCH] drm/xe/xe3lpg: Add Wa_16024792527 apoorva.singh
2024-10-29 14:37 apoorva.singh
2024-10-30 16:34 ` Pottumuttu, Sai Teja
2024-11-06  6:05 ` Upadhyay, Tejas

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=173109327019.7597.979644287484911342@intel.com \
    --to=gustavo.sousa@intel.com \
    --cc=apoorva.singh@intel.com \
    --cc=intel-xe@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox