From 3d883c3d2576a460dd56dcb04b22d98022f3057b Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 14 Apr 2010 22:25:57 +0100 Subject: [PATCH] decode: CLEAR_PARAMETERS has a fixed length bias of 5. Signed-off-by: Chris Wilson --- tools/intel_decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/intel_decode.c b/tools/intel_decode.c index d279439..f50dd91 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" }, -- 2.7.4