OSDN Git Service

Revert "drm/i915: Allocate context objects from stolen"
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 29 Jun 2015 17:28:35 +0000 (20:28 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 9 Jul 2015 07:40:16 +0000 (09:40 +0200)
commit52613921b31d8573a212a4b0854b390a18d9849c
treea13d6febb924442b7de4d1fbd00e28b0700d8d67
parent19ee835cdb0b5a8eb11a68f25a51b8039d564488
Revert "drm/i915: Allocate context objects from stolen"

Stolen gets trashed during hibernation, so storing contexts there
is not a very good idea. On my IVB machines this leads to a totally
dead GPU on resume. A reboot is required to resurrect it. So let's
not store contexts where they will get trampled.

This reverts commit 149c86e74fe44dcbac5e9f8d145c5fbc5dc21261.

Cc: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem_context.c