mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 21:32:56 +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:
@@ -220,14 +220,14 @@ static void run(int object_size)
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
drmtest_subtest_init(argc, argv);
|
||||
igt_subtest_init(argc, argv);
|
||||
|
||||
drmtest_subtest("normal")
|
||||
igt_subtest("normal")
|
||||
run(OBJECT_SIZE);
|
||||
drmtest_subtest("no-prefault") {
|
||||
drmtest_disable_prefault();
|
||||
igt_subtest("no-prefault") {
|
||||
igt_disable_prefault();
|
||||
run(OBJECT_SIZE);
|
||||
drmtest_enable_prefault();
|
||||
igt_enable_prefault();
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user