From: Chris Wilson Date: Sun, 7 Oct 2012 09:07:23 +0000 (+0100) Subject: intel: Correct the word decoding for gen2 3DSTATE_LOAD_STATE_IMMEDIATE_1 X-Git-Tag: freedesktop-libdrm-2.4.41~25 X-Git-Url: https://git.ti.com/gitweb?p=glsdk%2Flibdrm.git;a=commitdiff_plain;h=8cf3475eb5d887c361db372a644d0d1a11e137f8 intel: Correct the word decoding for gen2 3DSTATE_LOAD_STATE_IMMEDIATE_1 Signed-off-by: Chris Wilson --- 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++; }