Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232802
b: refs/heads/master
c: 500f714
h: refs/heads/master
v: v3
  • Loading branch information
Chris Wilson committed Jan 25, 2011
1 parent 6fbd790 commit 0638767
Show file tree
Hide file tree
Showing 2 changed files with 3 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: eb03355660b44cf6b1ed2f895085b9de8f74efbc
refs/heads/master: 500f7147cf5bafd139056d521536b10c2bc2e154
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/i915/i915_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ static int i915_drm_thaw(struct drm_device *dev)
error = i915_gem_init_ringbuffer(dev);
mutex_unlock(&dev->struct_mutex);

drm_mode_config_reset(dev);
drm_irq_install(dev);

/* Resume the modeset for every activated CRTC */
Expand Down Expand Up @@ -542,6 +543,7 @@ int i915_reset(struct drm_device *dev, u8 flags)

mutex_unlock(&dev->struct_mutex);
drm_irq_uninstall(dev);
drm_mode_config_reset(dev);
drm_irq_install(dev);
mutex_lock(&dev->struct_mutex);
}
Expand Down

0 comments on commit 0638767

Please sign in to comment.