From: John Harrison Date: Fri, 29 May 2015 16:43:40 +0000 (+0100) Subject: drm/i915: Update ppgtt_init_ring() & context_enable() to take requests X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~36^2~215 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3dd6b9681e4116bce4dd1145cb162a5a48bac8e;p=pandora-kernel.git drm/i915: Update ppgtt_init_ring() & context_enable() to take requests The final step in removing the OLR from i915_gem_init_hw() is to pass the newly allocated request structure in to each step rather than passing a ring structure. This patch updates both i915_ppgtt_init_ring() and i915_gem_context_enable() to take request pointers. For: VIZ-5115 Signed-off-by: John Harrison Reviewed-by: Tomas Elf Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed