mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-20 06:16:13 +00:00
gen8 rendercpy: temporarily disable
We don't yet have this working, and the excessive hangs are annoying. Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
parent
da4258529f
commit
e41928e6c9
@ -241,8 +241,10 @@ render_copyfunc_t get_render_copyfunc(int devid)
|
|||||||
copy = gen6_render_copyfunc;
|
copy = gen6_render_copyfunc;
|
||||||
else if (IS_GEN7(devid))
|
else if (IS_GEN7(devid))
|
||||||
copy = gen7_render_copyfunc;
|
copy = gen7_render_copyfunc;
|
||||||
else if (IS_GEN8(devid))
|
else if (IS_GEN8(devid)) {
|
||||||
copy = gen8_render_copyfunc;
|
fprintf(stderr, "Temporarily disabled\n");
|
||||||
|
//copy = gen8_render_copyfunc;
|
||||||
|
}
|
||||||
|
|
||||||
return copy;
|
return copy;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user