From: John Harrison Date: Fri, 29 May 2015 16:44:08 +0000 (+0100) Subject: drm/i915: Update intel_logical_ring_begin() to take a request structure X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~36^2~187 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d616a293a1071d19066808abccb40930f0ae5a0;p=pandora-kernel.git drm/i915: Update intel_logical_ring_begin() to take a request structure Now that everything above has been converted to use requests, intel_logical_ring_begin() can be updated to take a request instead of a ringbuf/context pair. This also means that it no longer needs to lazily allocate a request if no-one happens to have done it earlier. Note that this change makes the execlist signature the same as the legacy version. Thus the two functions could be merged into a ring->begin() wrapper if required. For: VIZ-5115 Signed-off-by: John Harrison Reviewed-by: Tomas Elf Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed