projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1a9abc
)
drm/xe: Enable 32bits build
author
Lucas De Marchi
<lucas.demarchi@intel.com>
Fri, 19 Jan 2024 00:16:12 +0000
(16:16 -0800)
committer
Lucas De Marchi
<lucas.demarchi@intel.com>
Tue, 20 Feb 2024 07:19:15 +0000
(23:19 -0800)
Now that all the issues with 32bits are fixed, enable it again.
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20240119001612.2991381-6-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 e36ae1f0d8859fc82f2e0a9ed06f8e7ee6387372..0e31dfb8989e929ba2786c56e26e2c3edf8d8d0c 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))
&& 64BIT
+ depends on DRM && PCI && MMU && (m || (y && KUNIT=y))
select INTERVAL_TREE
# we need shmfs for the swappable backing store, and in particular
# the shmem_readpage() which depends upon tmpfs