From 8cf3475eb5d887c361db372a644d0d1a11e137f8 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 7 Oct 2012 10:07:23 +0100 Subject: intel: Correct the word decoding for gen2 3DSTATE_LOAD_STATE_IMMEDIATE_1 Signed-off-by: Chris Wilson --- intel/intel_decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intel') diff --git a/intel/intel_decode.c b/intel/intel_decode.c index 19a8d368..a4b045ac 100644 --- a/intel/intel_decode.c +++ b/intel/intel_decode.c @@ -1714,7 +1714,7 @@ decode_3d_1d(struct drm_intel_decode *ctx) } } else { instr_out(ctx, i, - "S%d: 0x%08x\n", i, data[i]); + "S%d: 0x%08x\n", word, data[i]); } i++; } -- cgit v1.2.3