summaryrefslogtreecommitdiff
path: root/tools/intel_gpu_time.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-22 22:23:04 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-22 22:23:04 +0100
commit2d4656fb699dd9bc5329b69b2955a6e4c3753971 (patch)
treee3cbe968b421e749ad2c893e093c71ed45b1d494 /tools/intel_gpu_time.c
parentc03c6ceb293fd667a6b582377c182dfc3b6d0f32 (diff)
lib/intel_io: rename mmio setup functions
Makes their intent a bit clearer. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tools/intel_gpu_time.c')
-rw-r--r--tools/intel_gpu_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/intel_gpu_time.c b/tools/intel_gpu_time.c
index 4096f1c5..56d65fe0 100644
--- a/tools/intel_gpu_time.c
+++ b/tools/intel_gpu_time.c
@@ -67,7 +67,7 @@ int main(int argc, char **argv)
static struct rusage rusage;
int status;
- intel_get_mmio(intel_get_pci_device());
+ intel_mmio_use_pci_bar(intel_get_pci_device());
if (argc == 1) {
fprintf(stderr, "usage: %s cmd [args...]\n", argv[0]);