summaryrefslogtreecommitdiff
path: root/lib/intel_reg.h
diff options
context:
space:
mode:
authorPaulo Zanoni <paulo.r.zanoni@intel.com>2013-04-04 14:33:59 -0300
committerPaulo Zanoni <paulo.r.zanoni@intel.com>2013-04-09 13:52:54 -0300
commitb0c63a781dd597288c3a240b10996f4b313cbbd4 (patch)
tree1759b228af22d33a1e19630334f7d370fd2516ac /lib/intel_reg.h
parentd6dd0bcb1c99cc7be5819851565128f5dc6651f0 (diff)
intel_reg_dumper: improve the dumping of backlight registers
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@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 32e1fc34..e0752617 100644
--- a/lib/intel_reg.h
+++ b/lib/intel_reg.h
@@ -3475,11 +3475,17 @@ typedef enum {
#define HDMID 0xe1160
#define PCH_LVDS 0xe1180
+/* Since IVB, the old _CTL2 is now _CTL and the old _CTL is now _DATA. */
#define BLC_PWM_CPU_CTL2 0x48250
+#define BLC_PWM2_CPU_CTL2 0x48350
#define PWM_ENABLE (1 << 31)
#define PWM_PIPE_A (0 << 29)
#define PWM_PIPE_B (1 << 29)
#define BLC_PWM_CPU_CTL 0x48254
+#define BLC_PWM2_CPU_CTL 0x48354
+#define BLC_MISC_CTL 0x48360
+
+#define UTIL_PIN_CTL 0x48400
#define BLC_PWM_PCH_CTL1 0xc8250
#define PWM_PCH_ENABLE (1 << 31)