drm/i915: Extract the actual workload submission mechanism from execbuffer
authorOscar Mateo <oscar.mateo@intel.com>
Thu, 3 Jul 2014 15:28:05 +0000 (16:28 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 8 Jul 2014 10:31:06 +0000 (12:31 +0200)
commit78382593e921c88371abd019aca8978db3248a8f
treeb8f8460a5519359f11fd46bacaf7838543c73dac
parent1b5d063fafeb01569ca988b1d4f45f64c67d2e5d
drm/i915: Extract the actual workload submission mechanism from execbuffer

So that we isolate the legacy ringbuffer submission mechanism, which becomes
a good candidate to be abstracted away. This is prep-work for Execlists (which
will its own workload submission mechanism).

No functional changes.

Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Oscar Mateo <oscar.mateo@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem_execbuffer.c