diff options
Diffstat (limited to 'drivers/gpu/drm/i915/i915_reg.h')
-rw-r--r-- | drivers/gpu/drm/i915/i915_reg.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h index 0dfcbad4eb7b..6caa748fa00f 100644 --- a/drivers/gpu/drm/i915/i915_reg.h +++ b/drivers/gpu/drm/i915/i915_reg.h | |||
@@ -2261,6 +2261,8 @@ | |||
2261 | #define BLC_PWM_CPU_CTL2 0x48250 | 2261 | #define BLC_PWM_CPU_CTL2 0x48250 |
2262 | #define BLC_PWM_CPU_CTL 0x48254 | 2262 | #define BLC_PWM_CPU_CTL 0x48254 |
2263 | 2263 | ||
2264 | #define HSW_BLC_PWM2_CTL 0x48350 | ||
2265 | |||
2264 | /* PCH CTL1 is totally different, all but the below bits are reserved. CTL2 is | 2266 | /* PCH CTL1 is totally different, all but the below bits are reserved. CTL2 is |
2265 | * like the normal CTL from gen4 and earlier. Hooray for confusing naming. */ | 2267 | * like the normal CTL from gen4 and earlier. Hooray for confusing naming. */ |
2266 | #define BLC_PWM_PCH_CTL1 0xc8250 | 2268 | #define BLC_PWM_PCH_CTL1 0xc8250 |
@@ -2269,6 +2271,12 @@ | |||
2269 | #define BLM_PCH_POLARITY (1 << 29) | 2271 | #define BLM_PCH_POLARITY (1 << 29) |
2270 | #define BLC_PWM_PCH_CTL2 0xc8254 | 2272 | #define BLC_PWM_PCH_CTL2 0xc8254 |
2271 | 2273 | ||
2274 | #define UTIL_PIN_CTL 0x48400 | ||
2275 | #define UTIL_PIN_ENABLE (1 << 31) | ||
2276 | |||
2277 | #define PCH_GTC_CTL 0xe7000 | ||
2278 | #define PCH_GTC_ENABLE (1 << 31) | ||
2279 | |||
2272 | /* TV port control */ | 2280 | /* TV port control */ |
2273 | #define TV_CTL 0x68000 | 2281 | #define TV_CTL 0x68000 |
2274 | /** Enables the TV encoder */ | 2282 | /** Enables the TV encoder */ |
@@ -5009,7 +5017,14 @@ | |||
5009 | #define LCPLL_CLK_FREQ_450 (0<<26) | 5017 | #define LCPLL_CLK_FREQ_450 (0<<26) |
5010 | #define LCPLL_CD_CLOCK_DISABLE (1<<25) | 5018 | #define LCPLL_CD_CLOCK_DISABLE (1<<25) |
5011 | #define LCPLL_CD2X_CLOCK_DISABLE (1<<23) | 5019 | #define LCPLL_CD2X_CLOCK_DISABLE (1<<23) |
5020 | #define LCPLL_POWER_DOWN_ALLOW (1<<22) | ||
5012 | #define LCPLL_CD_SOURCE_FCLK (1<<21) | 5021 | #define LCPLL_CD_SOURCE_FCLK (1<<21) |
5022 | #define LCPLL_CD_SOURCE_FCLK_DONE (1<<19) | ||
5023 | |||
5024 | #define D_COMP (MCHBAR_MIRROR_BASE_SNB + 0x5F0C) | ||
5025 | #define D_COMP_RCOMP_IN_PROGRESS (1<<9) | ||
5026 | #define D_COMP_COMP_FORCE (1<<8) | ||
5027 | #define D_COMP_COMP_DISABLE (1<<0) | ||
5013 | 5028 | ||
5014 | /* Pipe WM_LINETIME - watermark line time */ | 5029 | /* Pipe WM_LINETIME - watermark line time */ |
5015 | #define PIPE_WM_LINETIME_A 0x45270 | 5030 | #define PIPE_WM_LINETIME_A 0x45270 |