intel: Enable Xe KMD support by default
Xe KMD landed on drm-next, uAPI is now stable and we can remove the build time parameter to enable support to it but platforms older than Lunar lake will have experimental support with Xe KMD. Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20418>
This commit is contained in:

committed by
Marge Bot

parent
97aec40111
commit
31920cb60c
@@ -1525,11 +1525,6 @@ if with_any_intel and ['x86', 'x86_64'].contains(host_machine.cpu_family())
|
||||
pre_args += '-DSUPPORT_INTEL_INTEGRATED_GPUS'
|
||||
endif
|
||||
|
||||
if get_option('intel-xe-kmd').enabled()
|
||||
pre_args += '-DINTEL_XE_KMD_SUPPORTED'
|
||||
endif
|
||||
|
||||
|
||||
if with_gallium_i915 and host_machine.cpu_family().startswith('x86') == false
|
||||
error('Intel "i915" Gallium driver requires x86 or x86_64 CPU family')
|
||||
endif
|
||||
|
Reference in New Issue
Block a user