OSDN Git Service

i915: suspend/resume support
authorJesse Barnes <jesse.barnes@intel.com>
Fri, 26 Oct 2007 23:10:02 +0000 (16:10 -0700)
committerJesse Barnes <jesse.barnes@intel.com>
Fri, 26 Oct 2007 23:10:02 +0000 (16:10 -0700)
commit1e2a2bababf3fbaa0a665983856761c2284dba30
tree0ccf3d1c302c6b4438b411cc7e990fd564815841
parent6707ab862656d766a4c78b85e5584a29d2434126
i915:  suspend/resume support

Add suspend/resume support to the i915 driver.  Moves some of the
initialization into the driver load routine, and fixes up places where we
assumed no dev_private existed in some of the cleanup paths.  This allows
us to suspend/resume properly even if X isn't running.
linux-core/i915_drv.c
shared-core/i915_dma.c
shared-core/i915_drv.h