drm/i915: take struct mutex around fb unref
authorJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 11 Feb 2009 21:28:14 +0000 (13:28 -0800)
committerDave Airlie <airlied@redhat.com>
Fri, 20 Feb 2009 02:21:13 +0000 (12:21 +1000)
commit496818f08a78476abdb307e241911536221239fc
tree0d1fd0c3723ddcc5220d6ee8dff161e74f9d59d2
parent43565a0648e664744ac9201c199681451355edcc
drm/i915: take struct mutex around fb unref

Need to do this in case the unref ends up doing a free.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/i915/intel_display.c