intel_reg_dumper: make Haswell dump useful
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Fri, 1 Mar 2013 18:46:25 +0000 (15:46 -0300)
committerPaulo Zanoni <paulo.r.zanoni@intel.com>
Fri, 22 Mar 2013 17:45:06 +0000 (14:45 -0300)
commit5c0ce0f2a9d7957b45bac3cfbab6a003a024cb9c
tree2ab89ec508bc184871d22bdbe85164b35de1c213
parent2fadf695ff54f282d88ced849d260de8cd201b15
intel_reg_dumper: make Haswell dump useful

It was previously printing ironlake_debug_regs and haswell_debug_regs.
Since ironlake_debug_regs contains a lot of registers that don't exist
on Haswell, running intel_reg_dumper on Haswell caused "unclaimed
register" messages. Now I've copied the existing registers from
ironlake_debug_regs to haswell_debug_regs, so we won't print the
registers that don't exist anymore.

Also removed DP_TP_STATUS_A since it doesn't exist.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
lib/intel_reg.h
tools/intel_reg_dumper.c