]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Flush context free work on cleanup
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 12 Nov 2019 15:00:51 +0000 (15:00 +0000)
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
Mon, 18 Nov 2019 14:35:57 +0000 (16:35 +0200)
commit971dd81c44e0cbe4715ac57a449d2b46bf05962a
treed425e6c0721de14a112d0be9e15838596a0fb849
parent545e92a72955236691175d7db06725ed17ba34e4
drm/i915: Flush context free work on cleanup

Throw in a flush_work() to specifically flush the context cleanup work
before the module is unloaded.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=112248
Fixes: 06568f8e356d ("drm/i915: Move context management under GEM")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191112150051.1603-1-chris@chris-wilson.co.uk
(cherry picked from commit 5f00cac921b1219bc9daf00d169385b4cb3916ce)
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
drivers/gpu/drm/i915/gem/i915_gem_context.c