projects
/
profile
/
extras
/
intel-gpu-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb77707
)
decode: fix gen6 PS binding table update bit
author
Chris Wilson
<chris@chris-wilson.co.uk>
Wed, 2 Mar 2011 14:48:20 +0000
(14:48 +0000)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Wed, 2 Mar 2011 14:48:20 +0000
(14:48 +0000)
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
tools/intel_decode.c
patch
|
blob
|
history
diff --git
a/tools/intel_decode.c
b/tools/intel_decode.c
index
6a9f55c
..
b477f52
100644
(file)
--- a/
tools/intel_decode.c
+++ b/
tools/intel_decode.c
@@
-1787,7
+1787,7
@@
decode_3d_965(uint32_t *data, int count, uint32_t hw_offset, uint32_t devid, int
"GS mod %d, PS mod %d\n",
(data[0] & (1 << 8)) != 0,
(data[0] & (1 << 9)) != 0,
- (data[0] & (1 << 1
0
)) != 0);
+ (data[0] & (1 << 1
2
)) != 0);
instr_out(data, hw_offset, 1, "VS binding table\n");
instr_out(data, hw_offset, 2, "GS binding table\n");
instr_out(data, hw_offset, 3, "WM binding table\n");