From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
To: intel-xe@lists.freedesktop.org
Cc: "Zbigniew Kempczyński" <zbigniew.kempczynski@intel.com>,
"Matthew Auld" <matthew.auld@intel.com>,
"Rodrigo Vivi" <rodrigo.vivi@intel.com>,
"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>
Subject: [PATCH 2/2] drm/xe: Use 64K pages for scanout buffers for Battlemage
Date: Wed, 21 Aug 2024 17:05:19 +0200 [thread overview]
Message-ID: <20240821150519.478168-3-maarten.lankhorst@linux.intel.com> (raw)
In-Reply-To: <20240821150519.478168-1-maarten.lankhorst@linux.intel.com>
From: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
Set BMG platform to use 64K pages for display.
Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
Cc: Matthew Auld <matthew.auld@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
---
drivers/gpu/drm/xe/xe_pci.c | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c
index 3c34b032ebf41..701a3f7a338c2 100644
--- a/drivers/gpu/drm/xe/xe_pci.c
+++ b/drivers/gpu/drm/xe/xe_pci.c
@@ -180,6 +180,13 @@ static const struct xe_graphics_desc graphics_xe2 = {
XE2_GFX_FEATURES,
};
+static const struct xe_graphics_desc graphics_bmg = {
+ .name = "Xe2_BMG",
+
+ XE2_GFX_FEATURES,
+ .vram_flags = XE_VRAM_FLAGS_DISPLAY_NEED64K_CCS,
+};
+
static const struct xe_media_desc media_xem = {
.name = "Xe_M",
.ver = 12,
@@ -361,7 +368,7 @@ static const struct gmdid_map graphics_ip_map[] = {
{ 1270, &graphics_xelpg },
{ 1271, &graphics_xelpg },
{ 1274, &graphics_xelpg }, /* Xe_LPG+ */
- { 2001, &graphics_xe2 },
+ { 2001, &graphics_bmg },
{ 2004, &graphics_xe2 },
};
--
2.45.2
next prev parent reply other threads:[~2024-08-21 15:05 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-21 15:05 [PATCH 0/2] Set 64k physical alignment on display buffers for CCS Maarten Lankhorst
2024-08-21 15:05 ` [PATCH 1/2] drm/xe: Align 64k scanout buffers physically when required Maarten Lankhorst
2024-08-21 15:05 ` Maarten Lankhorst [this message]
2024-08-21 15:11 ` ✓ CI.Patch_applied: success for Set 64k physical alignment on display buffers for CCS Patchwork
2024-08-21 15:11 ` ✗ CI.checkpatch: warning " Patchwork
2024-08-21 15:12 ` ✓ CI.KUnit: success " Patchwork
2024-08-21 15:24 ` ✓ CI.Build: " Patchwork
2024-08-21 15:26 ` ✓ CI.Hooks: " Patchwork
2024-08-21 15:27 ` ✓ CI.checksparse: " Patchwork
2024-08-21 15:50 ` ✗ CI.BAT: failure " Patchwork
2024-08-21 17:33 ` ✗ CI.FULL: " 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=20240821150519.478168-3-maarten.lankhorst@linux.intel.com \
--to=maarten.lankhorst@linux.intel.com \
--cc=intel-xe@lists.freedesktop.org \
--cc=matthew.auld@intel.com \
--cc=rodrigo.vivi@intel.com \
--cc=zbigniew.kempczynski@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