intel: Add Meson parameter to enable Xe KMD support
The plan is to compile all the Xe files but in run time it will fail to detect the KMD loaded and it will fall back to software rendering(if build). Compiling Xe files makes sure newer commits don't break Xe even if developers don't have Xe enabled in their build folder. Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21368>
This commit is contained in:
parent
ee510e2c50
commit
7d34ec4691
2 changed files with 10 additions and 0 deletions
|
|
@ -630,3 +630,9 @@ option(
|
|||
'the default driconf file is hardcoded into Mesa. ' +
|
||||
'Requires expat.'
|
||||
)
|
||||
option (
|
||||
'intel-xe-kmd',
|
||||
type : 'feature',
|
||||
value : 'disabled',
|
||||
description: 'Enable Intel Xe KMD support.'
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue