From 574d62db398af45a8cb1d38fd77dd50bd645149b Mon Sep 17 00:00:00 2001 From: Paulo Zanoni Date: Fri, 4 Apr 2014 13:24:53 -0300 Subject: [PATCH] tools/intel_reg_dumper: use haswell_debug_regs on BDW too Instead of using an older set of registers. Signed-off-by: Paulo Zanoni --- tools/intel_reg_dumper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/intel_reg_dumper.c b/tools/intel_reg_dumper.c index 4d3d2c7..4bc299c 100644 --- a/tools/intel_reg_dumper.c +++ b/tools/intel_reg_dumper.c @@ -2959,7 +2959,7 @@ int main(int argc, char** argv) power_well = power_well_get(); - if (IS_HASWELL(devid)) { + if (IS_HASWELL(devid) || IS_BROADWELL(devid)) { intel_dump_regs(haswell_debug_regs); } else if (IS_GEN5(devid) || IS_GEN6(devid) || IS_IVYBRIDGE(devid)) { intel_dump_regs(ironlake_debug_regs); -- 2.7.4