mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-04 22:28:04 +02:00
intel: Correct the word decoding for gen2 3DSTATE_LOAD_STATE_IMMEDIATE_1
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
75830a0d2c
commit
8cf3475eb5
1 changed files with 1 additions and 1 deletions
|
|
@ -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++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue