commit | e3d8affb0d2d95f2da61e30ce86b33177feb91e8 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Jan 04 18:57:57 2010 +0000 |
committer | Eric Anholt <eric@anholt.net> | Wed Jan 06 09:40:11 2010 -0800 |
tree | ad420c55427985894e5d86cd90c3c25ae287626b | |
parent | 9ea8d05932c082a7ccbd9dc2e10687c88a70bd13 [diff] |
drm/i915: Permit pinning whilst the device is 'suspended' As pinning (allocating and binding GTT memory) does not actually invoke GPU commands, it is safe, and indeed is attempted, during resumption from suspension: [drm:intel_init_clock_gating] *ERROR* failed to pin power context: -16 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reported-by: Hugh Dickins <hugh.dickins@tiscali.co.uk> Cc: stable@kernel.org Signed-off-by: Eric Anholt <eric@anholt.net>