drm/i915: Avoid memory leak with more than 16 workarounds on a list
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>
Fri, 13 Nov 2020 13:25:10 +0000 (13:25 +0000)
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>
Mon, 16 Nov 2020 10:54:47 +0000 (10:54 +0000)
commit77c296966e866a795742a46fc52a218771894867
tree1d792963f462463f1ac68cd2821bdf11e49b186f
parent31b05212360cbf3af3c2e1b7f42e176e0eebedb5
drm/i915: Avoid memory leak with more than 16 workarounds on a list

I forgot to free the old list when growing past 16 entries.

Luckily, as much as I checked, none of the current platforms has more than
16 workarounds on a single list.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Fixes: 452420d22d5b ("drm/i915: Fuse per-context workaround handling with the common framework")
Reported-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20201113132510.2298483-1-tvrtko.ursulin@linux.intel.com
drivers/gpu/drm/i915/gt/intel_workarounds.c