mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 05:13:47 +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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user