aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2019-03-08 04:36:57 -0500
committerChris Wilson <chris@chris-wilson.co.uk>2019-03-08 05:57:12 -0500
commit7d6ce55887a44c15c6df29e883d0ea567c8ac55c (patch)
treef2ec48386d3287b48ac2c9b5846e1c3c6eaa7c23 /drivers/gpu/drm/i915/intel_ringbuffer.h
parentc6eeb4797eb94ad14bb34adfccbc6addad2cfd48 (diff)
drm/i915: Remove has-kernel-context
We can no longer assume execution ordering, and in particular we cannot assume which context will execute last. One side-effect of this is that we cannot determine if the kernel-context is resident on the GPU, so remove the routines that claimed to do so. 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/20190308093657.8640-4-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/gpu/drm/i915/intel_ringbuffer.h')
-rw-r--r--drivers/gpu/drm/i915/intel_ringbuffer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_ringbuffer.h b/drivers/gpu/drm/i915/intel_ringbuffer.h
index 84b7047e2df5..9ccbe63d46e3 100644
--- a/drivers/gpu/drm/i915/intel_ringbuffer.h
+++ b/drivers/gpu/drm/i915/intel_ringbuffer.h
@@ -935,7 +935,6 @@ void intel_engines_sanitize(struct drm_i915_private *i915, bool force);
935bool intel_engine_is_idle(struct intel_engine_cs *engine); 935bool intel_engine_is_idle(struct intel_engine_cs *engine);
936bool intel_engines_are_idle(struct drm_i915_private *dev_priv); 936bool intel_engines_are_idle(struct drm_i915_private *dev_priv);
937 937
938bool intel_engine_has_kernel_context(const struct intel_engine_cs *engine);
939void intel_engine_lost_context(struct intel_engine_cs *engine); 938void intel_engine_lost_context(struct intel_engine_cs *engine);
940 939
941void intel_engines_park(struct drm_i915_private *i915); 940void intel_engines_park(struct drm_i915_private *i915);