aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-12-04 18:48:40 -0500
committerChris Wilson <chris@chris-wilson.co.uk>2010-12-04 19:37:39 -0500
commitf7746f0e1f271fbc64b57c29873c47f73e28e5a0 (patch)
treeee244eb2c964c907a896aa936eb8ab33b8fa263f /drivers/gpu
parent1ec14ad3132702694f2e1a90b30641cf111183b9 (diff)
drm/i915: Enable self-refresh for Ironlake
We disabled this a while ago as it was inexplicably broken. However, it now appears to work... Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/i915/intel_display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
index 0b6272a2edfc..83446b55f731 100644
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -3456,7 +3456,7 @@ static void ironlake_update_wm(struct drm_device *dev,
3456 * display plane is used. 3456 * display plane is used.
3457 */ 3457 */
3458 tmp = 0; 3458 tmp = 0;
3459 if (enabled == 1 && /* XXX disabled due to buggy implmentation? */ 0) { 3459 if (enabled == 1) {
3460 unsigned long line_time_us; 3460 unsigned long line_time_us;
3461 int small, large, plane_fbc; 3461 int small, large, plane_fbc;
3462 int sr_clock, entries; 3462 int sr_clock, entries;