diff options
| author | Chunming Zhou <[email protected]> | 2015-08-19 08:41:19 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2015-08-25 14:38:41 +0000 |
| commit | 4ce9891ee17c6e064cc334e3297f7e992d47f3a6 (patch) | |
| tree | 402cc36ef6e4db0fc0158ae9cdcee6e9e7ff2445 /drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c | |
| parent | drm/amdgpu: modify amdgpu_fence_wait_any() to amdgpu_fence_wait_multiple() (diff) | |
| download | kernel-4ce9891ee17c6e064cc334e3297f7e992d47f3a6.tar.gz kernel-4ce9891ee17c6e064cc334e3297f7e992d47f3a6.zip | |
drm/amdgpu: improve sa_bo->fence by kernel fence
Signed-off-by: Chunming Zhou <[email protected]>
Reviewed-by: Christian K?nig <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c index 7cb711fc1ee2..ee68eebfded1 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c @@ -234,7 +234,7 @@ int amdgpu_sync_rings(struct amdgpu_sync *sync, */ void amdgpu_sync_free(struct amdgpu_device *adev, struct amdgpu_sync *sync, - struct amdgpu_fence *fence) + struct fence *fence) { unsigned i; |
