diff options
author | Jason Ekstrand <[email protected]> | 2016-08-25 16:22:58 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-09-03 08:23:07 -0700 |
commit | 979d0aca6277975986f5f278cad0f37616c9d91f (patch) | |
tree | fdc374fbcc8f489c26d79420a34b58346d0a3ac8 /src/intel/tools/disasm.c | |
parent | 527f37199929932300acc1688d8160e1f3b1d753 (diff) |
intel: Rename brw_get_device_name/info to gen_get_device_name/info
Signed-off-by: Jason Ekstrand <[email protected]>
Reviewed-by: Jordan Justen <[email protected]>
Diffstat (limited to 'src/intel/tools/disasm.c')
-rw-r--r-- | src/intel/tools/disasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/tools/disasm.c b/src/intel/tools/disasm.c index 29c06413ab9..ddbfa9fe0fe 100644 --- a/src/intel/tools/disasm.c +++ b/src/intel/tools/disasm.c @@ -95,7 +95,7 @@ gen_disasm_create(int pciid) if (gd == NULL) return NULL; - dev_info = brw_get_device_info(pciid); + dev_info = gen_get_device_info(pciid); gd->devinfo.gen = dev_info->gen; gd->devinfo.is_cherryview = dev_info->is_cherryview; |