From: Ben Widawsky Date: Fri, 6 Dec 2013 22:10:48 +0000 (-0800) Subject: drm/i915: Don't unconditionally try to deref aliasing ppgtt X-Git-Tag: v3.15-rc1~51^2~62^2~80^2~53 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f425321e02a1b6c5e90b70f8fab7c140fcaeefb;p=pandora-kernel.git drm/i915: Don't unconditionally try to deref aliasing ppgtt Since the beginning, the functions which try to properly reference the aliasing PPGTT have deferences a potentially null aliasing_ppgtt member. Since the accessors are meant to be global, this will not do. Introduced originally in: commit a70a3148b0c61cb7c588ea650db785b261b378a3 Author: Ben Widawsky Date: Wed Jul 31 16:59:56 2013 -0700 drm/i915: Make proper functions for VMs Signed-off-by: Ben Widawsky Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed