drm/ttm: fix fence locking in ttm_buffer_object_transfer
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 18 Dec 2012 21:25:11 +0000 (22:25 +0100)
committerDave Airlie <airlied@redhat.com>
Tue, 8 Jan 2013 08:35:31 +0000 (18:35 +1000)
Noticed while reviewing the fence locking in the radeon pageflip
handler.

v2: Instead of grabbing the bdev->fence_lock in object_transfer just
move the single callsite of that function a few lines, so that it is
protected by the fence_lock. Suggested by Jerome Glisse.

v3: Fix typo in commit message.

Reviewed-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found