Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157280
b: refs/heads/master
c: e6890f6
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Sep 9, 2009
1 parent a754a67 commit 3cc2f7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 7c8460db30dfd085ef3837c8fb02ecf2e718b983
refs/heads/master: e6890f6f3dc2d9024a08b1a149d9bd5208eea350
6 changes: 1 addition & 5 deletions trunk/drivers/gpu/drm/i915/i915_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -4232,15 +4232,11 @@ int
i915_gem_leavevt_ioctl(struct drm_device *dev, void *data,
struct drm_file *file_priv)
{
int ret;

if (drm_core_check_feature(dev, DRIVER_MODESET))
return 0;

ret = i915_gem_idle(dev);
drm_irq_uninstall(dev);

return ret;
return i915_gem_idle(dev);
}

void
Expand Down

0 comments on commit 3cc2f7e

Please sign in to comment.