intel_reg_dumper: improve the dumping of backlight registers

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
This commit is contained in:
Paulo Zanoni
2013-04-04 14:33:59 -03:00
parent d6dd0bcb1c
commit b0c63a781d
2 changed files with 154 additions and 8 deletions
+6
View File
@@ -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)