From: Nirmoy Das <nirmoy.das@intel.com>
To: Matthew Auld <matthew.auld@intel.com>, <intel-xe@lists.freedesktop.org>
Cc: Vitasta Wattal <vitasta.wattal@intel.com>,
Matt Roper <matthew.d.roper@intel.com>
Subject: Re: [PATCH v2] drm/xe/bmg: improve cache flushing behaviour
Date: Mon, 7 Oct 2024 10:05:28 +0200 [thread overview]
Message-ID: <ca7b58e8-1723-43e1-b6da-01081068bec7@intel.com> (raw)
In-Reply-To: <20241007074541.33937-2-matthew.auld@intel.com>
On 10/7/2024 9:45 AM, Matthew Auld wrote:
> The BSpec says that EN_L3_RW_CCS_CACHE_FLUSH must be toggled
> on for manual global invalidation to take effect and actually flush
> device cache, however this also turns on flushing for things like
> pipecontrol, which occurs between submissions for compute/render. This
> sounds like massive overkill for our needs, where we already have the
> manual flushing on the display side with the global invalidation. Some
> observations on BMG:
>
> 1. Disabling l2 caching for host writes and stubbing out the driver
> global invalidation but keeping EN_L3_RW_CCS_CACHE_FLUSH enabled, has
> no impact on wb-transient-vs-display IGT, which makes sense since the
> pipecontrol is now flushing the device cache after the render copy.
> Without EN_L3_RW_CCS_CACHE_FLUSH the test then fails, which is also
> expected since device cache is now dirty and display engine can't see
> the writes.
>
> 2. Disabling EN_L3_RW_CCS_CACHE_FLUSH, but keeping the driver global
> invalidation also has no impact on wb-transient-vs-display. This
> suggests that the global invalidation still works as expected and is
> flushing the device cache without EN_L3_RW_CCS_CACHE_FLUSH turned on.
>
> With that drop EN_L3_RW_CCS_CACHE_FLUSH. This helps some workloads since
> we no longer flush the device cache between submissions as part of
> pipecontrol.
>
> Edit: We now also have clarification from HW side that BSpec was indeed
> wrong here.
>
> v2:
> - Rebase and update commit message.
>
> BSpec: 71718
> Signed-off-by: Matthew Auld <matthew.auld@intel.com>
> Cc: Vitasta Wattal <vitasta.wattal@intel.com>
> Cc: Matt Roper <matthew.d.roper@intel.com>
> Cc: Nirmoy Das <nirmoy.das@intel.com>
Reviewed-by: Nirmoy Das <nirmoy.das@intel.com>
> ---
> drivers/gpu/drm/xe/regs/xe_gt_regs.h | 3 ---
> drivers/gpu/drm/xe/xe_gt.c | 1 -
> 2 files changed, 4 deletions(-)
>
> diff --git a/drivers/gpu/drm/xe/regs/xe_gt_regs.h b/drivers/gpu/drm/xe/regs/xe_gt_regs.h
> index fb80042cbe0d..e98b7b91116d 100644
> --- a/drivers/gpu/drm/xe/regs/xe_gt_regs.h
> +++ b/drivers/gpu/drm/xe/regs/xe_gt_regs.h
> @@ -401,9 +401,6 @@
>
> #define XE2_GLOBAL_INVAL XE_REG(0xb404)
>
> -#define SCRATCH1LPFC XE_REG(0xb474)
> -#define EN_L3_RW_CCS_CACHE_FLUSH REG_BIT(0)
> -
> #define XE2LPM_L3SQCREG2 XE_REG_MCR(0xb604)
>
> #define XE2LPM_L3SQCREG3 XE_REG_MCR(0xb608)
> diff --git a/drivers/gpu/drm/xe/xe_gt.c b/drivers/gpu/drm/xe/xe_gt.c
> index 2d5e78311b76..1c79660fb086 100644
> --- a/drivers/gpu/drm/xe/xe_gt.c
> +++ b/drivers/gpu/drm/xe/xe_gt.c
> @@ -108,7 +108,6 @@ static void xe_gt_enable_host_l2_vram(struct xe_gt *gt)
> return;
>
> if (!xe_gt_is_media_type(gt)) {
> - xe_mmio_write32(>->mmio, SCRATCH1LPFC, EN_L3_RW_CCS_CACHE_FLUSH);
> reg = xe_gt_mcr_unicast_read_any(gt, XE2_GAMREQSTRM_CTRL);
> reg |= CG_DIS_CNTLBUS;
> xe_gt_mcr_multicast_write(gt, XE2_GAMREQSTRM_CTRL, reg);
next prev parent reply other threads:[~2024-10-07 8:05 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-07 7:45 [PATCH v2] drm/xe/bmg: improve cache flushing behaviour Matthew Auld
2024-10-07 8:05 ` Nirmoy Das [this message]
2024-10-07 17:37 ` ✓ CI.Patch_applied: success for drm/xe/bmg: improve cache flushing behaviour (rev2) Patchwork
2024-10-07 17:37 ` ✓ CI.checkpatch: " Patchwork
2024-10-07 17:38 ` ✓ CI.KUnit: " Patchwork
2024-10-07 17:50 ` ✓ CI.Build: " Patchwork
2024-10-07 17:52 ` ✓ CI.Hooks: " Patchwork
2024-10-07 17:54 ` ✓ CI.checksparse: " Patchwork
2024-10-07 18:11 ` ✓ CI.BAT: " Patchwork
2024-10-08 7:46 ` ✗ CI.FULL: failure " Patchwork
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=ca7b58e8-1723-43e1-b6da-01081068bec7@intel.com \
--to=nirmoy.das@intel.com \
--cc=intel-xe@lists.freedesktop.org \
--cc=matthew.auld@intel.com \
--cc=matthew.d.roper@intel.com \
--cc=vitasta.wattal@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