mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 21:02:59 +00:00
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:
@@ -81,7 +81,7 @@ int main(int argc, char **argv)
|
||||
batch = intel_batchbuffer_alloc(bufmgr, intel_get_drm_devid(fd));
|
||||
|
||||
count = 0;
|
||||
if (drmtest_run_in_simulation())
|
||||
if (igt_run_in_simulation())
|
||||
count = 2;
|
||||
if (argc > 1)
|
||||
count = atoi(argv[1]);
|
||||
@@ -130,7 +130,7 @@ int main(int argc, char **argv)
|
||||
for (i = 0; i < count; i++)
|
||||
check_bo(fd, bo[i]->handle, start_val[i]);
|
||||
|
||||
if (drmtest_run_in_simulation())
|
||||
if (igt_run_in_simulation())
|
||||
return 0;
|
||||
|
||||
printf("Cyclic blits, backward...\n");
|
||||
|
||||
Reference in New Issue
Block a user