diff options
| author | Chris Wilson <[email protected]> | 2019-04-11 13:05:14 +0000 |
|---|---|---|
| committer | Chris Wilson <[email protected]> | 2019-04-11 19:48:51 +0000 |
| commit | 292ad25c22d96583b76ce714b7a06941d54bd939 (patch) | |
| tree | 9c3b62c8baf5527490d437615d04e622e11f2a38 /drivers/gpu/drm/i915/intel_ringbuffer.h | |
| parent | drm/i915: Disable read only ppgtt support for gen11 (diff) | |
| download | kernel-292ad25c22d96583b76ce714b7a06941d54bd939.tar.gz kernel-292ad25c22d96583b76ce714b7a06941d54bd939.zip | |
drm/i915/guc: Implement reset locally
Before causing guc and execlists to diverge further (breaking guc in the
process), take a copy of the current reset procedure and make it local to
the guc submission backend
Signed-off-by: Chris Wilson <[email protected]>
Reviewed-by: Mika Kuoppala <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/i915/intel_ringbuffer.h')
| -rw-r--r-- | drivers/gpu/drm/i915/intel_ringbuffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_ringbuffer.h b/drivers/gpu/drm/i915/intel_ringbuffer.h index 0dea6c7fd438..4b33e88eabb1 100644 --- a/drivers/gpu/drm/i915/intel_ringbuffer.h +++ b/drivers/gpu/drm/i915/intel_ringbuffer.h @@ -165,7 +165,7 @@ void execlists_user_end(struct intel_engine_execlists *execlists); void execlists_cancel_port_requests(struct intel_engine_execlists * const execlists); -void +struct i915_request * execlists_unwind_incomplete_requests(struct intel_engine_execlists *execlists); static inline unsigned int |
