mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-07-03 12:46:23 +00:00
tests: disable gem_exec_bad_domains/conflicting-write-domain
Kernel checks have been eased in commit c1f093e09c4ceb583b04d11e767bb3201812e4d2 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Dec 3 11:49:07 2012 +0000 drm/i915: Remove check for conflicting relocation write-domains
This commit is contained in:
parent
c0dbf04b05
commit
3084263782
@ -210,6 +210,8 @@ int main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0 /* kernel checks have been eased, doesn't reject conflicting write domains
|
||||||
|
any more */
|
||||||
if (drmtest_run_subtest("conflicting-write-domain")) {
|
if (drmtest_run_subtest("conflicting-write-domain")) {
|
||||||
BEGIN_BATCH(4);
|
BEGIN_BATCH(4);
|
||||||
OUT_BATCH(0);
|
OUT_BATCH(0);
|
||||||
@ -225,6 +227,7 @@ int main(int argc, char **argv)
|
|||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
if (drmtest_run_subtest("double-write-domain"))
|
if (drmtest_run_subtest("double-write-domain"))
|
||||||
multi_write_domain(fd);
|
multi_write_domain(fd);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user