aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2016-08-16 08:43:17 -0400
committerAlex Deucher <alexander.deucher@amd.com>2016-08-22 13:47:24 -0400
commit99e124f402d6d649498e2aa3cbcf4563a37fea0e (patch)
tree516453a5e70e3c46a6d4bdb00e56368fc37bb95c /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parent6369f6f133f8388dbb9aa4040b06c5ac32a2fe8b (diff)
drm/amdgpu: cleanup amdgpu_vm_bo_update params
Make it more obvious what we are doing here. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index e30a0d6353cd..3cc2629eb158 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -928,7 +928,7 @@ int amdgpu_vm_clear_invalids(struct amdgpu_device *adev, struct amdgpu_vm *vm,
928 struct amdgpu_sync *sync); 928 struct amdgpu_sync *sync);
929int amdgpu_vm_bo_update(struct amdgpu_device *adev, 929int amdgpu_vm_bo_update(struct amdgpu_device *adev,
930 struct amdgpu_bo_va *bo_va, 930 struct amdgpu_bo_va *bo_va,
931 struct ttm_mem_reg *mem); 931 bool clear);
932void amdgpu_vm_bo_invalidate(struct amdgpu_device *adev, 932void amdgpu_vm_bo_invalidate(struct amdgpu_device *adev,
933 struct amdgpu_bo *bo); 933 struct amdgpu_bo *bo);
934struct amdgpu_bo_va *amdgpu_vm_bo_find(struct amdgpu_vm *vm, 934struct amdgpu_bo_va *amdgpu_vm_bo_find(struct amdgpu_vm *vm,