From: Ben Widawsky Date: Tue, 29 Apr 2014 02:29:25 +0000 (-0700) Subject: drm/i915: Support 64b execbuf X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~56^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bcb144c83d4df12c8150352fa876aeff289e39c;p=pandora-kernel.git drm/i915: Support 64b execbuf Previously, our code only had a 32b offset value for where the batchbuffer starts. With full PPGTT, and 64b canonical GPU address space, that is an insufficient value. The code to expand is pretty straight forward, and only one platform needs to do anything with the extra bits. Signed-off-by: Ben Widawsky Reviewed-by: Chris Wilson Reviewed-by: Rafael Barbalho Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed