From a1baf3050e3b329cf52064ec92c1dbd8bde3aab0 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Tue, 4 Jun 2013 11:36:23 +0100 Subject: lib: Use INSTDONE_I965 and INSTDONE_1 for gen6 The GEN6_INSTDONE_1 and GEN6_INSTDONE_2 registers are just the old INSTDONE_I965 and INSTDONE_1 registers but renamed. Let's use the old names (this is what the kernel does). Reviewed-by: Kenneth Graunke Signed-off-by: Damien Lespiau --- tools/intel_reg_dumper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/intel_reg_dumper.c b/tools/intel_reg_dumper.c index 8d8aa91c..805b665c 100644 --- a/tools/intel_reg_dumper.c +++ b/tools/intel_reg_dumper.c @@ -2003,8 +2003,8 @@ static struct reg_debug gen6_fences[] = { static struct reg_debug ironlake_debug_regs[] = { DEFINEREG(PGETBL_CTL), - DEFINEREG(GEN6_INSTDONE_1), - DEFINEREG(GEN6_INSTDONE_2), + DEFINEREG(INSTDONE_I965), + DEFINEREG(INSTDONE_1), DEFINEREG2(CPU_VGACNTRL, i830_debug_vgacntrl), DEFINEREG(DIGITAL_PORT_HOTPLUG_CNTRL), -- cgit v1.2.3