Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262562
b: refs/heads/master
c: e1c44ac
h: refs/heads/master
v: v3
  • Loading branch information
Joonyoung Shim authored and Dave Airlie committed Aug 4, 2011
1 parent 49c6a1d commit 197ea9a
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: 816985d4f96cda5159b6b65f3442964725030ae9
refs/heads/master: e1c44acc8cabda6b38864f25e809b306c4d2d790
3 changes: 3 additions & 0 deletions trunk/drivers/gpu/drm/drm_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,9 @@ int drm_irq_install(struct drm_device *dev)
mutex_lock(&dev->struct_mutex);
dev->irq_enabled = 0;
mutex_unlock(&dev->struct_mutex);
if (!drm_core_check_feature(dev, DRIVER_MODESET))
vga_client_register(dev->pdev, NULL, NULL, NULL);
free_irq(drm_dev_to_irq(dev), dev);
}

return ret;
Expand Down

0 comments on commit 197ea9a

Please sign in to comment.