commit | 5f00cac921b1219bc9daf00d169385b4cb3916ce | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Nov 12 15:00:51 2019 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Nov 12 16:11:37 2019 +0000 |
tree | 0d1cb8062c744ca23139c3ca289eb309737ccca1 | |
parent | 0d9ef19bddc88ec06ea1e32f0dda25cb82063386 [diff] |
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: a4e7ccdac38e ("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