diff options
| author | Christian König <[email protected]> | 2015-11-03 13:53:28 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2015-11-16 16:05:49 +0000 |
| commit | 16ae42feb0ce6cc80473d35dd82a1cd07e2e7178 (patch) | |
| tree | b064649a776e9136deabcaa9caadfa628ad1e42a /drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c | |
| parent | drm/amdgpu: use fence_is_later() for vm_flush as well v2 (diff) | |
| download | kernel-16ae42feb0ce6cc80473d35dd82a1cd07e2e7178.tar.gz kernel-16ae42feb0ce6cc80473d35dd82a1cd07e2e7178.zip | |
drm/amdgpu: use common fence for amdgpu_vm_fence
Just cleanup the function parameters.
Signed-off-by: Christian König <[email protected]>
Reviewed-by: Chunming Zhou <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c index e65987743871..3902e7a9f8cc 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c @@ -216,7 +216,7 @@ int amdgpu_ib_schedule(struct amdgpu_device *adev, unsigned num_ibs, } if (ib->vm) - amdgpu_vm_fence(adev, ib->vm, ib->fence); + amdgpu_vm_fence(adev, ib->vm, &ib->fence->base); amdgpu_ring_unlock_commit(ring); return 0; |
