mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-12 00:43:04 +00:00
test/gem_concurrent_blt: remove hack for testing igt_fork
Oops, this shouldn't have been committed ... Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=68830 Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -274,8 +274,6 @@ static void run_forked(struct access_mode *mode,
|
||||
igt_fork_signal_helper();
|
||||
|
||||
igt_fork(child, 16) {
|
||||
igt_fail(6);
|
||||
|
||||
/* recreate process local variables */
|
||||
bufmgr = drm_intel_bufmgr_gem_init(fd, 4096);
|
||||
drm_intel_bufmgr_gem_enable_reuse(bufmgr);
|
||||
|
||||
Reference in New Issue
Block a user