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:
José Roberto de Souza
2024-01-04 11:55:18 -08:00
committed by Marge Bot
parent 97aec40111
commit 31920cb60c
4 changed files with 3 additions and 15 deletions

View File

@@ -710,11 +710,4 @@ option(
description : 'Build custom xmlconfig (driconf) support. If disabled, ' +
'the default driconf file is hardcoded into Mesa. ' +
'Requires expat.'
)
option (
'intel-xe-kmd',
type : 'feature',
value : 'disabled',
description: 'Enable Intel Xe KMD support.'
)
)