From: Ben Widawsky Date: Sat, 8 Mar 2014 19:58:17 +0000 (-0800) Subject: drm/i915: Correct PPGTT total size X-Git-Tag: v3.15-rc1~51^2~18^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a6c93fe802bd241c4287f116d0116aff0a4341a;p=pandora-kernel.git drm/i915: Correct PPGTT total size Our code allows have a PPGTT that is smaller than the maximum size for GEN6-GEN7. Though I don't think this actually ever occurs, the code may as well work properly and more importantly look correct by using the variable size instead of the HW max. Signed-off-by: Ben Widawsky Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed