drm/i915: remember to call i915_sw_fence_fini
authorMatthew Auld <matthew.auld@intel.com>
Fri, 24 Sep 2021 14:46:46 +0000 (15:46 +0100)
committerMatthew Auld <matthew.auld@intel.com>
Mon, 27 Sep 2021 14:04:22 +0000 (15:04 +0100)
commitd576b31bdece7b5034047cbe21170e948198d32f
treeed48a9154d4df97b1c1c3eadfd31f0b09669f74e
parent74af1e2c16749514fc8db4fc97e59ce897b73fc9
drm/i915: remember to call i915_sw_fence_fini

Seems to fix some object-debug splat which appeared while debugging
something unrelated.

v2: s/guc_blocked/guc_state.blocked/

Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Tested-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210924144646.4096402-1-matthew.auld@intel.com
drivers/gpu/drm/i915/gt/intel_context.c