diff options
| author | Jiri Slaby (SUSE) <[email protected]> | 2024-02-16 06:53:24 +0000 |
|---|---|---|
| committer | Rodrigo Vivi <[email protected]> | 2024-02-19 20:36:28 +0000 |
| commit | 95f4e97f5e00f2cc56821ada09cd92bfca62184a (patch) | |
| tree | 0a7a360f316f81b10383433c3305ab4ab3b70f6c /drivers/gpu/drm/i915/i915_request.c | |
| parent | drm/i915: remove intel_gvt_irq::pending_events (diff) | |
| download | kernel-95f4e97f5e00f2cc56821ada09cd92bfca62184a.tar.gz kernel-95f4e97f5e00f2cc56821ada09cd92bfca62184a.zip | |
drm/i915: remove execute_cb::signal
execute_cb::signal is not used since commit 5ac545b8b014
(drm/i915/request: Remove the hook from await_execution). Drop it.
Found by https://github.com/jirislaby/clang-struct.
Signed-off-by: Jiri Slaby (SUSE) <[email protected]>
Cc: Jani Nikula <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
Cc: Rodrigo Vivi <[email protected]>
Cc: Tvrtko Ursulin <[email protected]>
Cc: [email protected]
Acked-by: Jani Nikula <[email protected]>
Signed-off-by: Rodrigo Vivi <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/i915/i915_request.c')
| -rw-r--r-- | drivers/gpu/drm/i915/i915_request.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_request.c b/drivers/gpu/drm/i915/i915_request.c index f59081066a19..519e096c607c 100644 --- a/drivers/gpu/drm/i915/i915_request.c +++ b/drivers/gpu/drm/i915/i915_request.c @@ -52,7 +52,6 @@ struct execute_cb { struct irq_work work; struct i915_sw_fence *fence; - struct i915_request *signal; }; static struct kmem_cache *slab_requests; |
