Skip to content

Commit

Permalink
drm/i915: Enable self-refresh for Ironlake
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Chris Wilson committed Dec 5, 2010
1 parent 1ec14ad commit f7746f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -3456,7 +3456,7 @@ static void ironlake_update_wm(struct drm_device *dev,
* display plane is used.
*/
tmp = 0;
if (enabled == 1 && /* XXX disabled due to buggy implmentation? */ 0) {
if (enabled == 1) {
unsigned long line_time_us;
int small, large, plane_fbc;
int sr_clock, entries;
Expand Down

0 comments on commit f7746f0

Please sign in to comment.