summaryrefslogtreecommitdiff
path: root/src/intel/compiler/test_eu_compact.cpp
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2021-02-27 15:38:53 -0800
committerJordan Justen <jordan.l.justen@intel.com>2021-03-01 22:00:08 -0800
commit18bc7d9d3f91515fb97773b2247414b3ede691fd (patch)
treedfd89aa778872340b5539155dfee8073725f6be0 /src/intel/compiler/test_eu_compact.cpp
parentd846901d9d874c1407fbce798286d23bb2d4e3cd (diff)
downloadmesa-18bc7d9d3f91515fb97773b2247414b3ede691fd.tar.gz
intel: Use devinfo genx10 field
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9329>
Diffstat (limited to 'src/intel/compiler/test_eu_compact.cpp')
-rw-r--r--src/intel/compiler/test_eu_compact.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/compiler/test_eu_compact.cpp b/src/intel/compiler/test_eu_compact.cpp
index f966ba43f04..748299307de 100644
--- a/src/intel/compiler/test_eu_compact.cpp
+++ b/src/intel/compiler/test_eu_compact.cpp
@@ -337,6 +337,7 @@ main(UNUSED int argc, UNUSED char **argv)
if (devinfo->gen == 10)
continue;
+ devinfo->genx10 = devinfo->gen * 10;
fail |= run_tests(devinfo);
}