diff options
| author | Jason Ekstrand <jason@jlekstrand.net> | 2021-07-08 10:48:16 -0500 |
|---|---|---|
| committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2021-07-08 19:46:14 +0200 |
| commit | 5ac545b8b0145cfa8123f8e9ddc066da49eec261 (patch) | |
| tree | 4d92ea48dbe6faa981e7ff8a672a476a9f3ff28f /drivers/gpu/drm/i915/i915_request.h | |
| parent | drm/i915/gem: Remove engine auto-magic with FENCE_SUBMIT (v2) (diff) | |
| download | linux-5ac545b8b0145cfa8123f8e9ddc066da49eec261.tar.gz linux-5ac545b8b0145cfa8123f8e9ddc066da49eec261.zip | |
drm/i915/request: Remove the hook from await_execution
This was only ever used for FENCE_SUBMIT automatic engine selection
which was removed in the previous commit.
Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20210708154835.528166-12-jason@jlekstrand.net
Diffstat (limited to 'drivers/gpu/drm/i915/i915_request.h')
| -rw-r--r-- | drivers/gpu/drm/i915/i915_request.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/drm/i915/i915_request.h b/drivers/gpu/drm/i915/i915_request.h index 239964bec1fa..5deb65ec5fa5 100644 --- a/drivers/gpu/drm/i915/i915_request.h +++ b/drivers/gpu/drm/i915/i915_request.h @@ -352,9 +352,7 @@ int i915_request_await_object(struct i915_request *to, int i915_request_await_dma_fence(struct i915_request *rq, struct dma_fence *fence); int i915_request_await_execution(struct i915_request *rq, - struct dma_fence *fence, - void (*hook)(struct i915_request *rq, - struct dma_fence *signal)); + struct dma_fence *fence); void i915_request_add(struct i915_request *rq); |
