Commit dcd6a97d1d821335051cbf35b1e2be54955d6276
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
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
Showing 1 changed file Side-by-side Diff
drivers/gpu/drm/ttm/ttm_bo.c
... | ... | @@ -579,7 +579,7 @@ |
579 | 579 | * at this point the buffer should be dead, so |
580 | 580 | * no new sync objects can be attached. |
581 | 581 | */ |
582 | - sync_obj = driver->sync_obj_ref(&bo->sync_obj); | |
582 | + sync_obj = driver->sync_obj_ref(bo->sync_obj); | |
583 | 583 | spin_unlock(&bdev->fence_lock); |
584 | 584 | |
585 | 585 | atomic_set(&bo->reserved, 0); |