summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-04-14 22:25:57 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2010-04-14 22:25:57 +0100
commit3d883c3d2576a460dd56dcb04b22d98022f3057b (patch)
treef99aab2e9ee1fdb97d26cb816b6975ce0fb22d1e /tools
parent58eb041970a6bd3732aaeb61cf427d0db088a663 (diff)
decode: CLEAR_PARAMETERS has a fixed length bias of 5.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tools')
-rw-r--r--tools/intel_decode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/intel_decode.c b/tools/intel_decode.c
index d2794391..f50dd914 100644
--- a/tools/intel_decode.c
+++ b/tools/intel_decode.c
@@ -805,7 +805,7 @@ decode_3d_1d(uint32_t *data, int count,
} opcodes_3d_1d[] = {
{ 0x8e, 0, 3, 3, "3DSTATE_BUFFER_INFO" },
{ 0x86, 0, 4, 4, "3DSTATE_CHROMA_KEY" },
- { 0x9c, 0, 1, 1, "3DSTATE_CLEAR_PARAMETERS" },
+ { 0x9c, 0, 7, 7, "3DSTATE_CLEAR_PARAMETERS" },
{ 0x88, 0, 2, 2, "3DSTATE_CONSTANT_BLEND_COLOR" },
{ 0x99, 0, 2, 2, "3DSTATE_DEFAULT_DIFFUSE" },
{ 0x9a, 0, 2, 2, "3DSTATE_DEFAULT_SPECULAR" },