intel: Rename genx10 field in gen_device_info struct to verx10
Commands used to do the changes: export SEARCH_PATH="src/intel src/gallium/drivers/iris src/mesa/drivers/dri/i965" grep -E "info\)*(.|->)genx10" -rIl $SEARCH_PATH | xargs sed -ie "s/info\()*\)\(\.\|->\)genx10/info\1\2verx10/g" Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9936>
This commit is contained in:
@@ -337,7 +337,7 @@ main(UNUSED int argc, UNUSED char **argv)
|
||||
if (devinfo->gen == 10)
|
||||
continue;
|
||||
|
||||
devinfo->genx10 = devinfo->gen * 10;
|
||||
devinfo->verx10 = devinfo->gen * 10;
|
||||
fail |= run_tests(devinfo);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user