projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbcf750
)
i965/gen7: Reduce GT1 WM thread count according to updated BSpec.
author
Eric Anholt
<eric@anholt.net>
Fri, 27 Jul 2012 18:34:07 +0000
(11:34 -0700)
committer
Eric Anholt
<eric@anholt.net>
Fri, 27 Jul 2012 18:42:19 +0000
(11:42 -0700)
Acked-by: Kenneth Graunke <kenneth@whitecape.org>
https://bugs.freedesktop.org/show_bug.cgi?id=52382
src/mesa/drivers/dri/i965/brw_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_context.c
b/src/mesa/drivers/dri/i965/brw_context.c
index e23e22443bbb8ec3c20a54eaba844842a588c94c..a5711e4a58dfa15e32e96d4605e0595bb973c0a7 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_context.c
+++ b/
src/mesa/drivers/dri/i965/brw_context.c
@@
-238,7
+238,7
@@
brwCreateContext(int api,
/* WM maximum threads is number of EUs times number of threads per EU. */
if (intel->gen >= 7) {
if (intel->gt == 1) {
- brw->max_wm_threads =
86
;
+ brw->max_wm_threads =
48
;
brw->max_vs_threads = 36;
brw->max_gs_threads = 36;
brw->urb.size = 128;