summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.c
diff options
context:
space:
mode:
authorBen Widawsky2013-04-09 03:43:55 +0200
committerDaniel Vetter2013-04-18 09:43:15 +0200
commit5963cf049a044f41be7dc90c83756fb245f038b4 (patch)
tree09cc0a87e6241ac7fe72b29c1b566a96085b0aac /drivers/gpu/drm/i915/i915_gem_gtt.c
parentdrm/i915: Abstract PPGTT enabling (diff)
downloadkernel-qcow2-linux-5963cf049a044f41be7dc90c83756fb245f038b4.tar.gz
kernel-qcow2-linux-5963cf049a044f41be7dc90c83756fb245f038b4.tar.xz
kernel-qcow2-linux-5963cf049a044f41be7dc90c83756fb245f038b4.zip
drm/i915: NULL aliasing_ppgtt on cleanup
This will allow us to carry on if we've cleaned up the PPGTT. The usage for this is coming up - it simplifies handling a failed PPGTT init. Signed-off-by: Ben Widawsky <ben@bwidawsk.net> [danvet: Spill the secrets about failing ppgtt init.] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_gem_gtt.c')
-rw-r--r--drivers/gpu/drm/i915/i915_gem_gtt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_gem_gtt.c b/drivers/gpu/drm/i915/i915_gem_gtt.c
index c56de21af910..d32912e07bad 100644
--- a/drivers/gpu/drm/i915/i915_gem_gtt.c
+++ b/drivers/gpu/drm/i915/i915_gem_gtt.c
@@ -316,6 +316,7 @@ void i915_gem_cleanup_aliasing_ppgtt(struct drm_device *dev)
return;
ppgtt->cleanup(ppgtt);
+ dev_priv->mm.aliasing_ppgtt = NULL;
}
void i915_ppgtt_bind_object(struct i915_hw_ppgtt *ppgtt,