tools/intel_reg_dumper: use haswell_debug_regs on BDW too

Instead of using an older set of registers.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
This commit is contained in:
Paulo Zanoni 2014-04-04 13:24:53 -03:00
parent 1fd9fc0012
commit 574d62db39

View File

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