Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179322
b: refs/heads/master
c: d8e2920
h: refs/heads/master
v: v3
  • Loading branch information
Rafael J. Wysocki authored and Eric Anholt committed Jan 12, 2010
1 parent a5ca0ad commit 09dcdf0
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: a59e385eacd920222756a23c113444fe3063cf81
refs/heads/master: d8e292093a3a78a7967757e90abbe64869e4cb7c
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 @@ -464,6 +464,11 @@ static struct drm_driver driver = {
.lastclose = i915_driver_lastclose,
.preclose = i915_driver_preclose,
.postclose = i915_driver_postclose,

/* Used in place of i915_pm_ops for non-DRIVER_MODESET */
.suspend = i915_suspend,
.resume = i915_resume,

.device_is_agp = i915_driver_device_is_agp,
.enable_vblank = i915_enable_vblank,
.disable_vblank = i915_disable_vblank,
Expand Down

0 comments on commit 09dcdf0

Please sign in to comment.