diff options
Diffstat (limited to 'src/intel/tools/aub_write.c')
-rw-r--r-- | src/intel/tools/aub_write.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/tools/aub_write.c b/src/intel/tools/aub_write.c index dcbde639214..c4d1cbbbfb7 100644 --- a/src/intel/tools/aub_write.c +++ b/src/intel/tools/aub_write.c @@ -172,7 +172,7 @@ aub_file_init(struct aub_file *aub, FILE *file, FILE *debug, uint16_t pci_id, co aub->verbose_log_file = debug; aub->file = file; aub->pci_id = pci_id; - fail_if(!gen_get_device_info(pci_id, &aub->devinfo), + fail_if(!gen_get_device_info_from_pci_id(pci_id, &aub->devinfo), "failed to identify chipset=0x%x\n", pci_id); aub->addr_bits = aub->devinfo.gen >= 8 ? 48 : 32; |