commit | 6c320fef5835240bf414b54e697e517a160663f4 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Wed Jul 20 11:22:33 2011 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Mon Jul 25 09:43:22 2011 +1000 |
tree | 791f610df2eef6e7534fb23099a29a41dd508329 | |
parent | 70ad25ab735a016c48183875f657d90d592b773d [diff] |
drm/nouveau: pass flag to engine fini() method on suspend It may not be necessary to fail in certain cases (such as failing to idle) on module unload, whereas on suspend it's important to ensure a consistent state can be restored on resume. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>