mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 22:02:57 +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:
@@ -137,7 +137,7 @@ int main(int argc, char **argv)
|
||||
int fd;
|
||||
int devid;
|
||||
|
||||
drmtest_skip_on_simulation();
|
||||
igt_skip_on_simulation();
|
||||
|
||||
if (argc != 1) {
|
||||
fprintf(stderr, "usage: %s\n", argv[0]);
|
||||
@@ -172,7 +172,7 @@ int main(int argc, char **argv)
|
||||
|
||||
store_dword_loop(1);
|
||||
store_dword_loop(2);
|
||||
if (!drmtest_run_in_simulation()) {
|
||||
if (!igt_run_in_simulation()) {
|
||||
store_dword_loop(3);
|
||||
store_dword_loop(5);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user