Skip to content

Commit dcd6a97

Browse files
committed
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
2 parents 7005cd3 + 0953e76 commit dcd6a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/ttm/ttm_bo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ static int ttm_bo_cleanup_refs_and_unlock(struct ttm_buffer_object *bo,
579579
* at this point the buffer should be dead, so
580580
* no new sync objects can be attached.
581581
*/
582-
sync_obj = driver->sync_obj_ref(&bo->sync_obj);
582+
sync_obj = driver->sync_obj_ref(bo->sync_obj);
583583
spin_unlock(&bdev->fence_lock);
584584

585585
atomic_set(&bo->reserved, 0);

0 commit comments

Comments
 (0)