diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c index 969de54b62da..c2a4b7215c46 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |||
@@ -341,8 +341,8 @@ static int amdgpu_bo_do_create(struct amdgpu_device *adev, | |||
341 | struct ttm_operation_ctx ctx = { | 341 | struct ttm_operation_ctx ctx = { |
342 | .interruptible = !kernel, | 342 | .interruptible = !kernel, |
343 | .no_wait_gpu = false, | 343 | .no_wait_gpu = false, |
344 | .allow_reserved_eviction = true, | 344 | .resv = resv, |
345 | .resv = resv | 345 | .flags = TTM_OPT_FLAG_ALLOW_RES_EVICT |
346 | }; | 346 | }; |
347 | struct amdgpu_bo *bo; | 347 | struct amdgpu_bo *bo; |
348 | enum ttm_bo_type type; | 348 | enum ttm_bo_type type; |