commit | 68c84342171034120c8a1f6dfb8ef51b14250f11 | [log] [tgz] |
---|---|---|
author | Shaohua Li <shaohua.li@intel.com> | Wed Apr 08 10:58:23 2009 +0800 |
committer | Eric Anholt <eric@anholt.net> | Tue Apr 14 11:45:28 2009 -0700 |
tree | 14024d0556cd3c5d3bd46e396e9d2a3439e74d72 | |
parent | 280b713b5b0fd84cf2469098aee88acbb5de859c [diff] |
drm/i915: fix scheduling while holding the new active list spinlock regression caused by commit 5e118f4139feafe97e913df67b1f7c1e5083e535: i915_gem_object_move_to_inactive() should be called in task context, as it calls fput(); Signed-off-by: Shaohua Li<shaohua.li@intel.com> [anholt: Add more detail to the comment about the lock break that's added] Signed-off-by: Eric Anholt <eric@anholt.net>