Re: [PATCH] drm/i915: Remove unused live_context_for_engine

2025-01-27 Thread Rodrigo Vivi
On Sat, Jan 25, 2025 at 12:38:46AM +, li...@treblig.org wrote: > From: "Dr. David Alan Gilbert" > > The last use of live_context_for_engine() was removed in 2021 by > commit 99919be74aa3 ("drm/i915/gem: Zap the i915_gem_object_blt code") > > Remove it. > Reviewed-by: Rodrigo Vivi > Signe

[PATCH] drm/i915: Remove unused live_context_for_engine

2025-01-26 Thread linux
From: "Dr. David Alan Gilbert" The last use of live_context_for_engine() was removed in 2021 by commit 99919be74aa3 ("drm/i915/gem: Zap the i915_gem_object_blt code") Remove it. Signed-off-by: Dr. David Alan Gilbert --- .../gpu/drm/i915/gem/selftests/mock_context.c | 38 --- .