projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d219702
)
drm/xe: Disable 32bits build
author
Lucas De Marchi
<lucas.demarchi@intel.com>
Thu, 21 Dec 2023 22:28:04 +0000
(14:28 -0800)
committer
Dave Airlie
<airlied@redhat.com>
Fri, 22 Dec 2023 01:17:15 +0000
(11:17 +1000)
Add a dependency on CONFIG_64BIT since currently the xe driver doesn't
build on 32bits. It may be enabled again after all the issues are fixed.
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20231221222809.4123220-2-lucas.demarchi@intel.com
drivers/gpu/drm/xe/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/xe/Kconfig
b/drivers/gpu/drm/xe/Kconfig
index 90c676d14c509a6c30607f89d9b236ad1a5a2227..1cced50d8d8c9dadcb40f7ebe75cf7474170772b 100644
(file)
--- a/
drivers/gpu/drm/xe/Kconfig
+++ b/
drivers/gpu/drm/xe/Kconfig
@@
-1,7
+1,7
@@
# SPDX-License-Identifier: GPL-2.0-only
config DRM_XE
tristate "Intel Xe Graphics"
- depends on DRM && PCI && MMU && (m || (y && KUNIT=y))
+ depends on DRM && PCI && MMU && (m || (y && KUNIT=y))
&& 64BIT
select INTERVAL_TREE
# we need shmfs for the swappable backing store, and in particular
# the shmem_readpage() which depends upon tmpfs