From: Nick Hoath Date: Thu, 15 Jan 2015 13:10:39 +0000 (+0000) Subject: drm/i915: Subsume intel_ctx_submit_request in to drm_i915_gem_request X-Git-Tag: fixes-v4.0-rc1~91^2~8^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d3d8274bc45de4babb62d64562d92af984dd238;p=pandora-kernel.git drm/i915: Subsume intel_ctx_submit_request in to drm_i915_gem_request Move all remaining elements that were unique to execlists queue items in to the associated request. Issue: VIZ-4274 v2: Rebase. Fixed issue of overzealous freeing of request. v3: Removed re-addition of cleanup work queue (found by Daniel Vetter) v4: Rebase. v5: Actual removal of intel_ctx_submit_request. Update both tail and postfix pointer in __i915_add_request (found by Thomas Daniel) v6: Removed unrelated changes Signed-off-by: Nick Hoath Reviewed-by: Thomas Daniel [danvet: Reformat comment with strange linebreaks.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed