summaryrefslogtreecommitdiff
path: root/lib/intel_reg.h
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni.dodonov@intel.com>2011-12-19 16:25:53 -0200
committerEugeni Dodonov <eugeni.dodonov@intel.com>2012-01-03 15:18:06 -0200
commit47a5bc505cb972cc94f1fbd9882d4e5c2e72ac43 (patch)
tree58fc0e90eea57954a19c36b86c0be45b8ab81fa5 /lib/intel_reg.h
parent1649ab350f60b664a51fc4a7fd9c225bb72eb0a8 (diff)
tools/intel_reg_dumper: retrieve rc6 residency values
This allows to check if rc6 works, and how long have we been in each state. Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
Diffstat (limited to 'lib/intel_reg.h')
-rw-r--r--lib/intel_reg.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/intel_reg.h b/lib/intel_reg.h
index 933a83aa..4e2c735d 100644
--- a/lib/intel_reg.h
+++ b/lib/intel_reg.h
@@ -3502,4 +3502,10 @@ typedef enum {
#define PORT_DBG_DRRS_HW_STATE_LOW (1<<30)
#define PORT_DBG_DRRS_HW_STATE_HIGH (2<<30)
+/* RC6 residence counters
+ */
+#define RC6_RESIDENCY_TIME 0x138108
+#define RC6p_RESIDENCY_TIME 0x13810C
+#define RC6pp_RESIDENCY_TIME 0x138110
+
#endif /* _I810_REG_H */