intel: Rename gen_get_device prefix to intel_get_device
export SEARCH_PATH="src/intel src/gallium/drivers/iris src/mesa/drivers/dri/i965" grep -E "gen_get_device" -rIl $SEARCH_PATH | xargs sed -ie "s/gen_get_device/intel_get_device/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/10241>
This commit is contained in:
@@ -77,7 +77,7 @@ void validation_test::SetUp()
|
||||
struct gen_info info = GetParam();
|
||||
int devid = intel_device_name_to_pci_device_id(info.name);
|
||||
|
||||
gen_get_device_info_from_pci_id(devid, &devinfo);
|
||||
intel_get_device_info_from_pci_id(devid, &devinfo);
|
||||
|
||||
brw_init_codegen(&devinfo, p, p);
|
||||
}
|
||||
|
Reference in New Issue
Block a user