From: John Harrison Date: Fri, 29 May 2015 16:44:07 +0000 (+0100) Subject: drm/i915: Update intel_ring_begin() to take a request structure X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~36^2~188 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fb9de1a2ea1968b57c906c6770794f1e7744828;p=pandora-kernel.git drm/i915: Update intel_ring_begin() to take a request structure Now that everything above has been converted to use requests, intel_ring_begin() can be updated to take a request instead of a ring. This also means that it no longer needs to lazily allocate a request if no-one happens to have done it earlier. For: VIZ-5115 Signed-off-by: John Harrison Reviewed-by: Tomas Elf Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed