mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-07-23 18:06:18 +00:00
tools/intel_reg_dumper: fix up END register
I'm full of fail ... Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
d3221334d2
commit
037847a102
@ -1962,7 +1962,7 @@ DEBUGSTRING(hsw_debug_util_pin_ctl)
|
||||
static struct reg_debug gen6_fences[] = {
|
||||
#define DEFINEFENCE_SNB(i) \
|
||||
{ FENCE_REG_SANDYBRIDGE_0 + (i) * 8, "FENCE START "#i, NULL, 0 }, \
|
||||
{ FENCE_REG_SANDYBRIDGE_0 + (i) * 8 + 4, "FENCE START "#i, NULL, 0 }
|
||||
{ FENCE_REG_SANDYBRIDGE_0 + (i) * 8 + 4, "FENCE END "#i, NULL, 0 }
|
||||
DEFINEFENCE_SNB(0),
|
||||
DEFINEFENCE_SNB(1),
|
||||
DEFINEFENCE_SNB(2),
|
||||
|
Loading…
x
Reference in New Issue
Block a user