]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/xe: Disable 32bits build
authorLucas De Marchi <lucas.demarchi@intel.com>
Thu, 21 Dec 2023 22:28:04 +0000 (14:28 -0800)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 22 Dec 2023 23:30:40 +0000 (15:30 -0800)
commit0e209fa7bf66e8a5b8a9efdc4d4926dcb441af18
tree5c593bff309ff20bc2d7132f7425a76347a5db3d
parent0eb16fd26795639d5420b58bb12d11c7705e6dfa
drm/xe: Disable 32bits build

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.

Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://lore.kernel.org/r/20231221222809.4123220-2-lucas.demarchi@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/Kconfig