commit | 3cf2667b9f8b2c2fe298a427deb399e52321da6b | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Mon Feb 04 13:37:21 2013 +0000 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Feb 20 01:33:41 2013 +0100 |
tree | b3cd41100e401550711daf7f852c7f7f618c0b6d | |
parent | f43f627d2f17e95c78647eeddf968d12f5c286b1 [diff] |
fb: add support for drivers not needing VT switch at suspend/resume time Use the new PM routines to indicate whether we need to VT switch at suspend and resume time. When a new driver is bound, set its flag accordingly, and when unbound, remove it from the PM's console tracking list. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>