From: Ben Widawsky Date: Sun, 3 Nov 2013 04:07:12 +0000 (-0700) Subject: drm/i915/bdw: dispatch updates (64b related) X-Git-Tag: v3.13-rc1~76^2~7^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c7a0623c795b35349d8f19cd8e8a19ac5783008;p=pandora-kernel.git drm/i915/bdw: dispatch updates (64b related) The command to emit batch buffers has changed to address 48b addresses. It seemed reasonable that we could still use the old instruction where emitting 0 for length would do the right thing, but it seems to bother the simulator when the code does that. Now the second dword in the command has the upper 16b of the address of the batchbuffer. v2: Remove duplicated vfun assignment. v3: Squash in VECS support changes from Zhao Yakui v4: Make checkpatch happy. Signed-off-by: Ben Widawsky (v2) Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed