Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next
Merge in the upstream tree to bring in the mainline fixes. Conflicts: drivers/gpu/drm/exynos/exynos_drm_fbdev.c drivers/gpu/drm/nouveau/nouveau_sgdma.c
This commit is contained in:
@@ -562,10 +562,16 @@ retry:
|
||||
return ret;
|
||||
|
||||
spin_lock(&glob->lru_lock);
|
||||
|
||||
if (unlikely(list_empty(&bo->ddestroy))) {
|
||||
spin_unlock(&glob->lru_lock);
|
||||
return 0;
|
||||
}
|
||||
|
||||
ret = ttm_bo_reserve_locked(bo, interruptible,
|
||||
no_wait_reserve, false, 0);
|
||||
|
||||
if (unlikely(ret != 0) || list_empty(&bo->ddestroy)) {
|
||||
if (unlikely(ret != 0)) {
|
||||
spin_unlock(&glob->lru_lock);
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user