mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-20 06:16:13 +00:00
tests: Instrument gem_seqno_wrap to run in simulation
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
204df66798
commit
00ab9a1313
@ -577,7 +577,7 @@ static void parse_options(int argc, char **argv)
|
|||||||
};
|
};
|
||||||
|
|
||||||
strcpy(options.cmd, "");
|
strcpy(options.cmd, "");
|
||||||
options.rounds = 50;
|
options.rounds = SLOW_QUICK(50, 2);
|
||||||
options.background = 0;
|
options.background = 0;
|
||||||
options.dontwrap = 0;
|
options.dontwrap = 0;
|
||||||
options.timeout = 20;
|
options.timeout = 20;
|
||||||
@ -647,8 +647,6 @@ int main(int argc, char **argv)
|
|||||||
int wcount = 0;
|
int wcount = 0;
|
||||||
int r = -1;
|
int r = -1;
|
||||||
|
|
||||||
drmtest_skip_on_simulation();
|
|
||||||
|
|
||||||
parse_options(argc, argv);
|
parse_options(argc, argv);
|
||||||
|
|
||||||
card_index = drm_get_card(0);
|
card_index = drm_get_card(0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user