projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe64a0c
)
r600g: reduce number of ps thread on caicos
author
Dave Airlie
<airlied@redhat.com>
Fri, 4 Dec 2015 02:08:12 +0000
(
02:08
+0000)
committer
Dave Airlie
<airlied@redhat.com>
Sun, 6 Dec 2015 23:59:02 +0000
(09:59 +1000)
this allows tess apps to start
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/drivers/r600/evergreen_state.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r600/evergreen_state.c
b/src/gallium/drivers/r600/evergreen_state.c
index 662bef72d80372e757fd30f485129d31a84e917a..571ea860917b03c721ea6e48cc16d6e76f144c50 100644
(file)
--- a/
src/gallium/drivers/r600/evergreen_state.c
+++ b/
src/gallium/drivers/r600/evergreen_state.c
@@
-2820,7
+2820,7
@@
void evergreen_init_atom_start_cs(struct r600_context *rctx)
num_ls_stack_entries = 42;
break;
case CHIP_CAICOS:
- num_ps_threads =
128
;
+ num_ps_threads =
96
;
num_vs_threads = 10;
num_gs_threads = 10;
num_es_threads = 10;