diff options
-rw-r--r-- | drivers/gpu/drm/i915/i915_reg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h index 7aa6e97c2c72..acc99b21e0b6 100644 --- a/drivers/gpu/drm/i915/i915_reg.h +++ b/drivers/gpu/drm/i915/i915_reg.h | |||
@@ -1900,7 +1900,7 @@ | |||
1900 | /* PCH CTL1 is totally different, all but the below bits are reserved. CTL2 is | 1900 | /* PCH CTL1 is totally different, all but the below bits are reserved. CTL2 is |
1901 | * like the normal CTL from gen4 and earlier. Hooray for confusing naming. */ | 1901 | * like the normal CTL from gen4 and earlier. Hooray for confusing naming. */ |
1902 | #define BLC_PWM_PCH_CTL1 0xc8250 | 1902 | #define BLC_PWM_PCH_CTL1 0xc8250 |
1903 | #define BLM_PCH_PWM_ENABLE (1 << 30) | 1903 | #define BLM_PCH_PWM_ENABLE (1 << 31) |
1904 | #define BLM_PCH_OVERRIDE_ENABLE (1 << 30) | 1904 | #define BLM_PCH_OVERRIDE_ENABLE (1 << 30) |
1905 | #define BLM_PCH_POLARITY (1 << 29) | 1905 | #define BLM_PCH_POLARITY (1 << 29) |
1906 | #define BLC_PWM_PCH_CTL2 0xc8254 | 1906 | #define BLC_PWM_PCH_CTL2 0xc8254 |