Skip to content

drm/xe: Fix a memory leak.

Thomas Hellström requested to merge thomash/kernel:pfence_memleak into xe

I somehow recall having a previous MR for this, but anyway..

With the preempt-fence rework we no longer self-remove us from the engine, so we're leaking preempt fences. Fix that.

Signed-off-by: Thomas Hellström thomas.hellstrom@linux.intel.com

Merge request reports