diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-09-07 15:54:59 -0400 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-09-10 18:13:51 -0400 |
commit | 021357acc8ea85273a9882b3fe89935629f51b12 (patch) | |
tree | 0b3203f90289d2f7e31b299d6804a8aa61fe407d /drivers/gpu/drm/i915/i915_reg.h | |
parent | 8c4223bee91b771782f2ec07f2c85d81cdff3ed5 (diff) |
drm/i915: Use the real FDI frequency for determining b/w
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_reg.h')
-rw-r--r-- | drivers/gpu/drm/i915/i915_reg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h index d0b4b2375d56..fbf58e0f2588 100644 --- a/drivers/gpu/drm/i915/i915_reg.h +++ b/drivers/gpu/drm/i915/i915_reg.h | |||
@@ -2398,6 +2398,7 @@ | |||
2398 | #define RR_HW_HIGH_POWER_FRAMES_MASK 0xff00 | 2398 | #define RR_HW_HIGH_POWER_FRAMES_MASK 0xff00 |
2399 | 2399 | ||
2400 | #define FDI_PLL_BIOS_0 0x46000 | 2400 | #define FDI_PLL_BIOS_0 0x46000 |
2401 | #define FDI_PLL_FB_CLOCK_MASK 0xff | ||
2401 | #define FDI_PLL_BIOS_1 0x46004 | 2402 | #define FDI_PLL_BIOS_1 0x46004 |
2402 | #define FDI_PLL_BIOS_2 0x46008 | 2403 | #define FDI_PLL_BIOS_2 0x46008 |
2403 | #define DISPLAY_PORT_PLL_BIOS_0 0x4600c | 2404 | #define DISPLAY_PORT_PLL_BIOS_0 0x4600c |