forked from luck/tmp_suning_uos_patched
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Pull drm bugfix from Dave Airlie: "Just a single urgent regression fix, seeing a few wierd behaviours I'd like not to persist." * 'drm-next' of git://people.freedesktop.org/~airlied/linux: drm/ttm: fix delayed ttm_bo_cleanup_refs_and_unlock delayed handling
This commit is contained in:
commit
dcd6a97d1d
|
@ -579,7 +579,7 @@ static int ttm_bo_cleanup_refs_and_unlock(struct ttm_buffer_object *bo,
|
||||||
* at this point the buffer should be dead, so
|
* at this point the buffer should be dead, so
|
||||||
* no new sync objects can be attached.
|
* no new sync objects can be attached.
|
||||||
*/
|
*/
|
||||||
sync_obj = driver->sync_obj_ref(&bo->sync_obj);
|
sync_obj = driver->sync_obj_ref(bo->sync_obj);
|
||||||
spin_unlock(&bdev->fence_lock);
|
spin_unlock(&bdev->fence_lock);
|
||||||
|
|
||||||
atomic_set(&bo->reserved, 0);
|
atomic_set(&bo->reserved, 0);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user