Comment 13 for bug 190153

Revision history for this message
Timo Aaltonen (tjaalton) wrote :

perhaps its this commit:

commit ba8bbcf6ff4650712f64c0ef61139c73898e2165
Author: Jesse Barnes <email address hidden>
Date: Thu Nov 22 14:14:14 2007 +1000

    i915: add 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.

    Signed-off-by: Dave Airlie <email address hidden>