From: John Harrison Date: Mon, 24 Nov 2014 18:49:27 +0000 (+0000) Subject: drm/i915: Convert i915_gem_ring_throttle to use requests X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~75^2~43^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54fb2411dd0b4d7d91e9d77536ac84295607a93b;p=pandora-kernel.git drm/i915: Convert i915_gem_ring_throttle to use requests Convert the throttle code to use the request structure rather than extracting a ring/seqno pair from it and using those. This is in preparation for __wait_seqno() becoming __wait_request(). For: VIZ-4377 Signed-off-by: John Harrison Reviewed-by: Thomas Daniel Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed