Re: [PATCH v2] drm/i915/display: Remove dead code around intel_atomic_helper->free_list

2023-12-18 Thread Hogander, Jouni
On Wed, 2023-11-15 at 23:21 +0200, Ville Syrjälä wrote: > On Tue, Nov 14, 2023 at 03:41:41PM +0200, Jouni Högander wrote: > > After switching to directly using dma_fence instead of > > i915_sw_fence we > > have left some dead code around intel_atomic_helper->free_list. > > Remove that > > dead code

Re: [Intel-gfx] [PATCH v2] drm/i915/display: Remove dead code around intel_atomic_helper->free_list

2023-11-15 Thread Ville Syrjälä
On Tue, Nov 14, 2023 at 03:41:41PM +0200, Jouni Högander wrote: > After switching to directly using dma_fence instead of i915_sw_fence we > have left some dead code around intel_atomic_helper->free_list. Remove that > dead code. > > v2: Remove intel_atomic_state->freed as well > > Signed-off-by:

[Intel-gfx] [PATCH v2] drm/i915/display: Remove dead code around intel_atomic_helper->free_list

2023-11-14 Thread Jouni Högander
After switching to directly using dma_fence instead of i915_sw_fence we have left some dead code around intel_atomic_helper->free_list. Remove that dead code. v2: Remove intel_atomic_state->freed as well Signed-off-by: Jouni Högander --- drivers/gpu/drm/i915/display/intel_display.c | 20 --