drm/i915: Move the decision to use the breadcrumb tasklet to the backend
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 29 Mar 2019 15:49:12 +0000 (15:49 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 3 Apr 2019 13:16:53 +0000 (14:16 +0100)
commit4c6ce5c99084411391ba892a821f61cf42c79157
tree8dd4641f4044cd854bd46b224863fa0a05a82fb0
parent640cde65b48ae6c773f00cbbdece7e67945b3f34
drm/i915: Move the decision to use the breadcrumb tasklet to the backend

Use the engine->flags to store whether we want to kick the submission
tasklet on receipt of a breadcrumb interrupt, so that this decision can
be made by the submission backend and not dependent on a limited feature
test within the interrupt handler. This should make it easier to adapt to
different submission backends.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Xiaolin Zhang <xiaolin.zhang@intel.com>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190329154912.13781-1-chris@chris-wilson.co.uk
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
drivers/gpu/drm/i915/i915_irq.c
drivers/gpu/drm/i915/intel_engine_types.h
drivers/gpu/drm/i915/intel_guc_submission.c