From b0c63a781dd597288c3a240b10996f4b313cbbd4 Mon Sep 17 00:00:00 2001 From: Paulo Zanoni Date: Thu, 4 Apr 2013 14:33:59 -0300 Subject: intel_reg_dumper: improve the dumping of backlight registers Signed-off-by: Paulo Zanoni --- lib/intel_reg.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/intel_reg.h') 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) -- cgit v1.2.3