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>
This commit is contained in:
Jordan Justen
2021-02-27 15:38:53 -08:00
parent d846901d9d
commit 18bc7d9d3f
24 changed files with 125 additions and 156 deletions
+1
View File
@@ -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);
}