Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307365
b: refs/heads/master
c: 523bcb2
h: refs/heads/master
i:
  307363: 0b435a2
v: v3
  • Loading branch information
Daniel Vetter committed May 5, 2012
1 parent f5a982a commit fbc74c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 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: 5ccce180fe6d484454650d8b2a71fde22d311013
refs/heads/master: 523bcb28c3fb92baecda6daa60560f67eb4a6177
10 changes: 0 additions & 10 deletions trunk/drivers/gpu/drm/i915/i915_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -904,21 +904,11 @@ int i915_reset(struct drm_device *dev)
intel_modeset_init_hw(dev);

drm_irq_uninstall(dev);
drm_mode_config_reset(dev);
drm_irq_install(dev);
} else {
mutex_unlock(&dev->struct_mutex);
}

/*
* Perform a full modeset as on later generations, e.g. Ironlake, we may
* need to retrain the display link and cannot just restore the register
* values.
*/
mutex_lock(&dev->mode_config.mutex);
drm_helper_resume_force_mode(dev);
mutex_unlock(&dev->mode_config.mutex);

return 0;
}

Expand Down

0 comments on commit fbc74c3

Please sign in to comment.