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:
Daniel Vetter 2013-07-09 23:04:20 +02:00
parent d3221334d2
commit 037847a102

View File

@ -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),