From: Sasha Levin <sashal@kernel.org>
To: stable@vger.kernel.org, kenneth@whitecape.org
Cc: Sasha Levin <sashal@kernel.org>
Subject: Re: [PATCH 6.14.y] drm/xe: Invalidate L3 read-only cachelines for geometry streams too
Date: Thu, 8 May 2025 12:19:22 -0400 [thread overview]
Message-ID: <20250507083323-d16daa69989f89d7@stable.kernel.org> (raw)
In-Reply-To: <20250505213335.243943-1-kenneth@whitecape.org>
[ Sasha's backport helper bot ]
Hi,
Summary of potential issues:
⚠️ Found matching upstream commit but patch is missing proper reference to it
Found matching upstream commit: e775278cd75f24a2758c28558c4e41b36c935740
Note: The patch differs from the upstream commit:
---
1: e775278cd75f2 ! 1: e3a6440ff115b drm/xe: Invalidate L3 read-only cachelines for geometry streams too
@@ Commit message
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
(cherry picked from commit 61672806b579dd5a150a042ec9383be2bbc2ae7e)
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
+ (cherry picked from commit e775278cd75f24a2758c28558c4e41b36c935740)
+ Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
## drivers/gpu/drm/xe/instructions/xe_gpu_commands.h ##
@@
@@ drivers/gpu/drm/xe/xe_ring_ops.c: static int emit_pipe_invalidate(u32 mask_flags
- flags &= ~mask_flags;
+ flags1 &= ~mask_flags;
-- return emit_pipe_control(dw, i, 0, flags, LRC_PPHWSP_FLUSH_INVAL_SCRATCH_ADDR, 0);
+- return emit_pipe_control(dw, i, 0, flags, LRC_PPHWSP_SCRATCH_ADDR, 0);
+ if (flags1 & PIPE_CONTROL_VF_CACHE_INVALIDATE)
+ flags0 |= PIPE_CONTROL0_L3_READ_ONLY_CACHE_INVALIDATE;
+
+ return emit_pipe_control(dw, i, flags0, flags1,
-+ LRC_PPHWSP_FLUSH_INVAL_SCRATCH_ADDR, 0);
++ LRC_PPHWSP_SCRATCH_ADDR, 0);
}
static int emit_store_imm_ppgtt_posted(u64 addr, u64 value,
---
Results of testing on various branches:
| Branch | Patch Apply | Build Test |
|---------------------------|-------------|------------|
| stable/linux-6.14.y | Success | Success |
prev parent reply other threads:[~2025-05-08 16:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-22 6:24 FAILED: patch "[PATCH] drm/xe: Invalidate L3 read-only cachelines for geometry" failed to apply to 6.14-stable tree gregkh
2025-05-05 21:33 ` [PATCH 6.14.y] drm/xe: Invalidate L3 read-only cachelines for geometry streams too Kenneth Graunke
2025-05-08 16:19 ` Sasha Levin [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=20250507083323-d16daa69989f89d7@stable.kernel.org \
--to=sashal@kernel.org \
--cc=kenneth@whitecape.org \
--cc=stable@vger.kernel.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.