]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Rely on direct submission to the queue
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 23 Mar 2020 09:28:38 +0000 (09:28 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 23 Mar 2020 11:51:39 +0000 (11:51 +0000)
commit700e7cb6260e2790d8b8b3e48c28e5ae09fd3af3
treebc2b0691858413ad3468f2f1db945217de67148c
parent148c989e4b0daaddf9686487f671b4c25a6d365a
drm/i915: Rely on direct submission to the queue

Drop the pretense of kicking the tasklet (used only for the defunct guc
submission backend, it should just take ownership of the submit!) and so
remove the bh-kicking from around submission.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200323092841.22240-5-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
drivers/gpu/drm/i915/gt/intel_lrc.c
drivers/gpu/drm/i915/i915_request.c