From: Oscar Mateo Date: Thu, 24 Jul 2014 16:04:21 +0000 (+0100) Subject: drm/i915: Abstract the legacy workload submission mechanism away X-Git-Tag: fixes-against-v3.18-rc2~73^2~73^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a83014d3f8b936778a9bc9b3d4137769bb26d9eb;p=pandora-kernel.git drm/i915: Abstract the legacy workload submission mechanism away As suggested by Daniel Vetter. The idea, in subsequent patches, is to provide an alternative to these vfuncs for the Execlists submission mechanism. v2: Splitted into two and reordered to illustrate our intentions, instead of showing it off. Also, remove the add_request vfunc and added the stop_ring one. Signed-off-by: Oscar Mateo Reviewed-by: Damien Lespiau [danvet: - Make checkpatch happy. - Be grumpy about the excessive vtable. - Ditch gt->is_ring_initialized.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed