]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit98bf307a893c7f54dbfc127ed8468ec8dd7ebdc9
treeb8f8460a5519359f11fd46bacaf7838543c73dac
parent5b9979ffc5601bb1aeaf22f8c64fe01b34b439f2
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