Re: [PATCH] drm/ttm: fix missing parameter change for ttm_bo_cleanup_refs

2018-01-19 Thread Christian König
Am 19.01.2018 um 07:42 schrieb Roger He: Missed in the patche: dc94777 drm/ttm: enable swapout for reserved BOs during allocation. don't unreserve the BO if it is not reserved by itself. Signed-off-by: Roger He Reviewed-by: Christian König . I already wondered if we shouldn't use "locked" so

[PATCH] drm/ttm: fix missing parameter change for ttm_bo_cleanup_refs

2018-01-18 Thread Roger He
Missed in the patche: dc94777 drm/ttm: enable swapout for reserved BOs during allocation. don't unreserve the BO if it is not reserved by itself. Signed-off-by: Roger He --- drivers/gpu/drm/ttm/ttm_bo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/ttm/ttm_b