anv/grl: Set INTEL_FORCE_PROBE=* when running intel_clc

In order to build grl, we need to get the device_info struct from the
PCI ID, but for pre-production platforms we don't want to enable them
unless INTEL_FORCE_PROBE is set.

Setting it when running intel_clc allows us to get the device_info
struct when the pre-production hardware is not ready to be enabled by
default.

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29273>
This commit is contained in:
Jordan Justen
2024-05-16 15:46:57 -07:00
committed by Marge Bot
parent 2217cff68a
commit aa152ef431

View File

@@ -140,7 +140,8 @@ foreach t : [['125', 'gfx125', 'dg2']]
'-I' + join_paths(meson.current_source_dir(), 'include'),
],
env: ['MESA_SHADER_CACHE_DISABLE=true',
'MESA_SPIRV_LOG_LEVEL=error'],
'MESA_SPIRV_LOG_LEVEL=error',
'INTEL_FORCE_PROBE=*'],
depends : dep_prog_intel_clc
)
endforeach