[Intel-gfx] [Intel gfx][i-g-t PATCH 4/4] Revert "gen8 rendercpy: temporarily disable"
Xiang, Haihao
haihao.xiang at intel.com
Fri Dec 6 09:54:47 CET 2013
From: "Xiang, Haihao" <haihao.xiang at intel.com>
This reverts commit e41928e6c9bb3f24833a827903f1afeda83592d6.
Now the case no longer causes GPU hang on GEN
---
lib/rendercopy_i830.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/lib/rendercopy_i830.c b/lib/rendercopy_i830.c
index 5dd67b2..73edcfa 100644
--- a/lib/rendercopy_i830.c
+++ b/lib/rendercopy_i830.c
@@ -241,10 +241,8 @@ render_copyfunc_t get_render_copyfunc(int devid)
copy = gen6_render_copyfunc;
else if (IS_GEN7(devid))
copy = gen7_render_copyfunc;
- else if (IS_GEN8(devid)) {
- fprintf(stderr, "Temporarily disabled\n");
- //copy = gen8_render_copyfunc;
- }
+ else if (IS_GEN8(devid))
+ copy = gen8_render_copyfunc;
return copy;
}
--
1.7.9.5
More information about the Intel-gfx
mailing list