s/drmtest_/igt_/

Requested-by: Chris Wilson <chris@chris-wilson.co.uk>
Acked-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2013-08-12 12:17:35 +02:00
parent 814b135541
commit 1caaf0a6b6
81 changed files with 395 additions and 395 deletions
+2 -2
View File
@@ -96,7 +96,7 @@ int main(int argc, char **argv)
int count;
drm_intel_bo *sample_batch_bo;
drmtest_skip_on_simulation();
igt_skip_on_simulation();
fd = drm_open_any();
@@ -162,7 +162,7 @@ int main(int argc, char **argv)
// leak buffers
//drm_intel_bo_unreference(batch_bo);
drmtest_progress("gem_cs_prefetch: ", i, count);
igt_progress("gem_cs_prefetch: ", i, count);
}
printf("Test suceeded, cleanup up - this might take a while.\n");