diff options
author | Chunming Zhou <david1.zhou@amd.com> | 2015-08-19 04:41:19 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-08-25 10:38:41 -0400 |
commit | 4ce9891ee17c6e064cc334e3297f7e992d47f3a6 (patch) | |
tree | 402cc36ef6e4db0fc0158ae9cdcee6e9e7ff2445 /drivers/gpu/drm/amd/amdgpu/amdgpu_semaphore.c | |
parent | 1aa4051b7f5474cca6009c13868c59d78d06f983 (diff) |
drm/amdgpu: improve sa_bo->fence by kernel fence
Signed-off-by: Chunming Zhou <david1.zhou@amd.com>
Reviewed-by: Christian K?nig <christian.koenig@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_semaphore.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_semaphore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_semaphore.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_semaphore.c index d6d41a42ab65..ff3ca52ec6fe 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_semaphore.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_semaphore.c | |||
@@ -87,7 +87,7 @@ bool amdgpu_semaphore_emit_wait(struct amdgpu_ring *ring, | |||
87 | 87 | ||
88 | void amdgpu_semaphore_free(struct amdgpu_device *adev, | 88 | void amdgpu_semaphore_free(struct amdgpu_device *adev, |
89 | struct amdgpu_semaphore **semaphore, | 89 | struct amdgpu_semaphore **semaphore, |
90 | struct amdgpu_fence *fence) | 90 | struct fence *fence) |
91 | { | 91 | { |
92 | if (semaphore == NULL || *semaphore == NULL) { | 92 | if (semaphore == NULL || *semaphore == NULL) { |
93 | return; | 93 | return; |