Skip to content
Commit 68c84342 authored by Shaohua Li's avatar Shaohua Li Committed by Eric Anholt
Browse files

drm/i915: fix scheduling while holding the new active list spinlock

regression caused by commit 5e118f41

:
i915_gem_object_move_to_inactive() should be called in task context,
as it calls fput();

Signed-off-by: default avatarShaohua <Li&lt;shaohua.li@intel.com>
[anholt: Add more detail to the comment about the lock break that's added]
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
parent 280b713b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment