intel: Correct the word decoding for gen2 3DSTATE_LOAD_STATE_IMMEDIATE_1
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>main
parent
75830a0d2c
commit
8cf3475eb5
|
@ -1714,7 +1714,7 @@ decode_3d_1d(struct drm_intel_decode *ctx)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
instr_out(ctx, i,
|
instr_out(ctx, i,
|
||||||
"S%d: 0x%08x\n", i, data[i]);
|
"S%d: 0x%08x\n", word, data[i]);
|
||||||
}
|
}
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue