drm/i915/display: Remove dead code around intel_atomic_helper->free_list
authorJouni Högander <jouni.hogander@intel.com>
Tue, 14 Nov 2023 13:41:41 +0000 (15:41 +0200)
committerJouni Högander <jouni.hogander@intel.com>
Mon, 18 Dec 2023 11:37:01 +0000 (13:37 +0200)
commit716c3cf21784479a1934b670ec67f320cbb5d308
tree06dd828ac8d2c898f7919cb03a78080c90c43139
parent5f23cea2d9ccc94c5de236312649fe85b89d6f26
drm/i915/display: Remove dead code around intel_atomic_helper->free_list

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 <jouni.hogander@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231114134141.2527694-1-jouni.hogander@intel.com
drivers/gpu/drm/i915/display/intel_display.c
drivers/gpu/drm/i915/display/intel_display_core.h
drivers/gpu/drm/i915/display/intel_display_driver.c
drivers/gpu/drm/i915/display/intel_display_types.h