commit | 086c486a75fe64440cb1e76de47b3838215246b1 | [log] [tgz] |
---|---|---|
author | Mark Janes <mark.a.janes@intel.com> | Thu Jul 25 15:57:30 2019 -0700 |
committer | Mark Janes <mark.a.janes@intel.com> | Thu Aug 01 16:39:56 2019 -0700 |
tree | e5a808f4953f30752630e1af7fe03fbf3beac9d3 | |
parent | d594d2a0524ff8d7c14b4842119936163bfa9318 [diff] |
intel/device: rename gen_get_device_info Rename the original device info initialization routine so callers don't mistakenly call the wrong one: gen_get_device_info_from_fd: Queries kernel for full device info, including topology details. gen_get_device_info_from_pci_id: Partially initializes device info based on PCI ID lookup, when the kernel is not available. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>