mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 12:52:55 +00:00
lib/intel_io: rename mmio setup functions
Makes their intent a bit clearer. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -2277,9 +2277,9 @@ int main(int argc, char **argv)
|
||||
do_self_tests();
|
||||
|
||||
if (argc == 2)
|
||||
intel_map_file(argv[1]);
|
||||
intel_mmio_use_dump_file(argv[1]);
|
||||
else
|
||||
intel_get_mmio(pci_dev);
|
||||
intel_mmio_use_pci_bar(pci_dev);
|
||||
|
||||
if (IS_VALLEYVIEW(devid)) {
|
||||
printf("Valleyview audio registers:\n\n");
|
||||
|
||||
Reference in New Issue
Block a user