commit | fbd41a7e5843be27386c48b3d0816e93e7865d5d | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Tue Jul 20 11:58:00 2010 -0700 |
committer | Eric Anholt <eric@anholt.net> | Mon Jul 26 11:27:46 2010 -0700 |
tree | 17a851e7577e5be3ad4423fb669f6752d5d7e014 | |
parent | aebf0dafee1a0a22b3d25db8107c6479db4aaebe [diff] |
drm/i915: fix deadlock in fb teardown At module unload time we'll tear down the fbdev state. We do so under the struct mutex, so we shouldn't try to use the unlocked variant of the GEM object unreference function or we may deadlock. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Eric Anholt <eric@anholt.net>