From: John Harrison Date: Fri, 29 May 2015 16:44:09 +0000 (+0100) Subject: drm/i915: Add *_ring_begin() to request allocation X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~36^2~186 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccd98fe4996cd22094cde7b6a1f7c569f261b3e9;p=pandora-kernel.git drm/i915: Add *_ring_begin() to request allocation Now that the *_ring_begin() functions no longer call the request allocation code, it is finally safe for the request allocation code to call *_ring_begin(). This is important to guarantee that the space reserved for the subsequent i915_add_request() call does actually get reserved. v2: Renamed functions according to review feedback (Tomas Elf). For: VIZ-5115 Signed-off-by: John Harrison Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed