From: "Thomas Hellström" <thomas.hellstrom@linux.intel.com>
To: Simon Richter <Simon.Richter@hogyros.de>,
intel-xe@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
linux-kernel@vger.kernel.org
Cc: stable@vger.kernel.org
Subject: Re: [PATCH v4] Mark xe driver as BROKEN if kernel page size is not 4kB
Date: Mon, 04 Aug 2025 11:40:15 +0200 [thread overview]
Message-ID: <ccf7c5b0494e46bbf86d45927e6bd130115c50fb.camel@linux.intel.com> (raw)
In-Reply-To: <20250802024152.3021-1-Simon.Richter@hogyros.de>
On Sat, 2025-08-02 at 11:40 +0900, Simon Richter wrote:
> This driver, for the time being, assumes that the kernel page size is
> 4kB,
> so it fails on loong64 and aarch64 with 16kB pages, and ppc64el with
> 64kB
> pages.
>
> Signed-off-by: Simon Richter <Simon.Richter@hogyros.de>
> Cc: stable@vger.kernel.org
> ---
> drivers/gpu/drm/xe/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/xe/Kconfig b/drivers/gpu/drm/xe/Kconfig
> index 2bb2bc052120..714d5702dfd7 100644
> --- a/drivers/gpu/drm/xe/Kconfig
> +++ b/drivers/gpu/drm/xe/Kconfig
> @@ -5,6 +5,7 @@ config DRM_XE
> depends on KUNIT || !KUNIT
> depends on INTEL_VSEC || !INTEL_VSEC
> depends on X86_PLATFORM_DEVICES || !(X86 && ACPI)
> + depends on PAGE_SIZE_4KB || COMPILE_TEST || BROKEN
> select INTERVAL_TREE
> # we need shmfs for the swappable backing store, and in
> particular
> # the shmem_readpage() which depends upon tmpfs
R-B still stands.
I've pushed this to drm-xe-next with a Fixes: tag which means it will
likely end up in Linus' tree the upcoming weekend.
Thanks,
Thomas
next prev parent reply other threads:[~2025-08-04 9:40 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-27 7:04 [PATCH v2 0/1] Mark xe driver as BROKEN if kernel page size is not 4kB Simon Richter
2025-07-27 7:04 ` [PATCH v2 1/1] " Simon Richter
2025-08-01 9:20 ` Thomas Hellström
2025-08-01 10:19 ` [PATCH v3] " Simon Richter
2025-08-01 14:39 ` Thomas Hellström
2025-08-01 14:56 ` Thomas Hellström
2025-08-01 15:13 ` Simon Richter
2025-08-02 2:40 ` [PATCH v4] " Simon Richter
2025-08-04 9:40 ` Thomas Hellström [this message]
2025-08-01 12:27 ` [PATCH v2 1/1] " Simon.Richter
2025-07-27 7:09 ` ✗ CI.checkpatch: warning for " Patchwork
2025-07-27 7:11 ` ✓ CI.KUnit: success " Patchwork
2025-07-27 7:51 ` ✓ Xe.CI.BAT: " Patchwork
2025-07-27 8:56 ` ✓ Xe.CI.Full: " Patchwork
2025-08-01 10:56 ` ✗ CI.checkpatch: warning for Mark xe driver as BROKEN if kernel page size is not 4kB (rev2) Patchwork
2025-08-01 10:57 ` ✓ CI.KUnit: success " Patchwork
2025-08-01 12:03 ` ✓ Xe.CI.BAT: " Patchwork
2025-08-01 13:41 ` ✓ Xe.CI.Full: " Patchwork
2025-08-02 2:48 ` ✗ CI.checkpatch: warning for Mark xe driver as BROKEN if kernel page size is not 4kB (rev3) Patchwork
2025-08-02 2:49 ` ✓ CI.KUnit: success " Patchwork
2025-08-02 3:51 ` ✓ Xe.CI.BAT: " Patchwork
2025-08-02 4:54 ` ✗ Xe.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=ccf7c5b0494e46bbf86d45927e6bd130115c50fb.camel@linux.intel.com \
--to=thomas.hellstrom@linux.intel.com \
--cc=Simon.Richter@hogyros.de \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
--cc=linux-kernel@vger.kernel.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.