Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155266
b: refs/heads/master
c: 354ff96
h: refs/heads/master
v: v3
  • Loading branch information
Zhao Yakui authored and Eric Anholt committed Jul 10, 2009
1 parent 155406a commit fc82681
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 883e860daf5c75a0035c33cb6f8881ee62d6efaf
refs/heads/master: 354ff96772540d2e836194bf14dd9c05c274055c
5 changes: 5 additions & 0 deletions trunk/drivers/gpu/drm/i915/i915_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

#include "drm_pciids.h"
#include <linux/console.h>
#include "drm_crtc_helper.h"

static unsigned int i915_modeset = -1;
module_param_named(modeset, i915_modeset, int, 0400);
Expand Down Expand Up @@ -115,6 +116,10 @@ static int i915_resume(struct drm_device *dev)

drm_irq_install(dev);
}
if (drm_core_check_feature(dev, DRIVER_MODESET)) {
/* Resume the modeset for every activated CRTC */
drm_helper_resume_force_mode(dev);
}

return ret;
}
Expand Down

0 comments on commit fc82681

Please sign in to comment.