Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358055
b: refs/heads/master
c: 56e5a3f
h: refs/heads/master
i:
  358053: a53919e
  358051: 66fb21d
  358047: 5360f33
v: v3
  • Loading branch information
Paulo Zanoni authored and Daniel Vetter committed Jan 26, 2013
1 parent 965e3de commit 91ff8cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fa42e23c1055a4549c433ac56ff869e441c973c8
refs/heads/master: 56e5a3f043f0440cc0cce288e71134d1cb1b44a7
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/i915/intel_fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,8 @@ void intel_fb_restore_mode(struct drm_device *dev)

/* Be sure to shut off any planes that may be active */
list_for_each_entry(plane, &config->plane_list, head)
plane->funcs->disable_plane(plane);
if (plane->enabled)
plane->funcs->disable_plane(plane);

mutex_unlock(&dev->mode_config.mutex);
}

0 comments on commit 91ff8cc

Please sign in to comment.