[Intel-gfx] [PATCH] intel_gpu_dump: Fix the length of CONSTANT_BUFFER

Xiang, Haihao haihao.xiang at intel.com
Wed Sep 2 07:11:34 CEST 2009


---
 tools/intel_gpu_dump.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tools/intel_gpu_dump.c b/tools/intel_gpu_dump.c
index bb2637d..2ab418c 100644
--- a/tools/intel_gpu_dump.c
+++ b/tools/intel_gpu_dump.c
@@ -1521,6 +1521,7 @@ decode_3d_965(uint32_t *data, int count, uint32_t hw_offset, int *failures)
 			(data[1] >> 4) & 0x1f, data[1] & 0x7);
 	return len;
     case 0x6002:
+    len = (data[0] & 0x000000ff) + 2;
 	instr_out(data, hw_offset, 0, "CONSTANT_BUFFER: %s\n",
 			(data[0] >> 8) & 1 ? "valid" : "invalid");
 	instr_out(data, hw_offset, 1, "offset: 0x%08x, length: 0x%08x\n",
-- 
1.5.6.3




More information about the Intel-gfx mailing list