aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
diff options
context:
space:
mode:
authorJammy Zhou <[email protected]>2015-05-13 14:52:42 +0000
committerAlex Deucher <[email protected]>2015-06-04 01:03:36 +0000
commit86c2b79062be6a328014d90d1e4ef6a0afae02ad (patch)
treea0cf5fad9c33ce8ef426843997b9cf7a77974f62 /drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
parentdrm/amdgpu: switch to amdgpu folder for firmware files v2 (diff)
downloadkernel-86c2b79062be6a328014d90d1e4ef6a0afae02ad.tar.gz
kernel-86c2b79062be6a328014d90d1e4ef6a0afae02ad.zip
drm/amdgpu: rewording some left radeons
Signed-off-by: Jammy Zhou <[email protected]> Reviewed-by: Christian König <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
index fc63855ed517..be4d53508680 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
@@ -193,13 +193,13 @@ static bool amdgpu_fence_activity(struct amdgpu_ring *ring)
* xchg of the current process.
*
* More over for this to go in infinite loop there need to be
- * continuously new fence signaled ie radeon_fence_read needs
+ * continuously new fence signaled ie amdgpu_fence_read needs
* to return a different value each time for both the currently
* polling process and the other process that xchg the last_seq
* btw atomic read and xchg of the current process. And the
* value the other process set as last seq must be higher than
* the seq value we just read. Which means that current process
- * need to be interrupted after radeon_fence_read and before
+ * need to be interrupted after amdgpu_fence_read and before
* atomic xchg.
*
* To be even more safe we count the number of time we loop and