Mesa (master): intel/common: Build mi_builder_test for gen 12.5

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jan 11 21:12:32 UTC 2021


Module: Mesa
Branch: master
Commit: 231c27adaf443a5d261d6e0fae38ef32de95045d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=231c27adaf443a5d261d6e0fae38ef32de95045d

Author: Jordan Justen <jordan.l.justen at intel.com>
Date:   Tue Dec  8 16:20:26 2020 -0800

intel/common: Build mi_builder_test for gen 12.5

Signed-off-by: Jordan Justen <jordan.l.justen at intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8424>

---

 src/intel/common/meson.build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/intel/common/meson.build b/src/intel/common/meson.build
index 53c458f447d..4d08a627213 100644
--- a/src/intel/common/meson.build
+++ b/src/intel/common/meson.build
@@ -65,7 +65,8 @@ install_intel_gpu_tests = get_option('install-intel-gpu-tests')
 
 if install_intel_gpu_tests
   foreach g : [['70', 'gen7'], ['75', 'hsw'], ['80', 'gen8'],
-               ['90', 'gen9'], ['110', 'gen11'], ['120', 'gen12']]
+               ['90', 'gen9'], ['110', 'gen11'], ['120', 'gen12'],
+               ['125', 'gen125']]
     executable(
       'intel_ at 0@_mi_builder_test'.format(g[1]),
       files('tests/gen_mi_builder_test.cpp'),



More information about the mesa-commit mailing list