Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131137
b: refs/heads/master
c: e806b49
h: refs/heads/master
i:
  131135: d388d67
v: v3
  • Loading branch information
Eric Anholt authored and Dave Airlie committed Feb 8, 2009
1 parent 87df535 commit 543dfe0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9b8d5a124f133fe9a75397d20b874844a2e3d7e9
refs/heads/master: e806b4957412bf472d826bd8cc571da041248799
3 changes: 3 additions & 0 deletions trunk/drivers/gpu/drm/i915/i915_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -3273,6 +3273,9 @@ i915_gem_lastclose(struct drm_device *dev)
{
int ret;

if (drm_core_check_feature(dev, DRIVER_MODESET))
return;

ret = i915_gem_idle(dev);
if (ret)
DRM_ERROR("failed to idle hardware: %d\n", ret);
Expand Down

0 comments on commit 543dfe0

Please sign in to comment.