Commit ea81a173 authored by Alex Xie's avatar Alex Xie Committed by Alex Deucher

drm/amdgpu: fix errors in comments.

Signed-off-by: default avatarAlex Xie <AlexBin.Xie@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 67fb56a6
...@@ -480,9 +480,8 @@ void amdgpu_doorbell_get_kfd_info(struct amdgpu_device *adev, ...@@ -480,9 +480,8 @@ void amdgpu_doorbell_get_kfd_info(struct amdgpu_device *adev,
/* /*
* amdgpu_wb_*() * amdgpu_wb_*()
* Writeback is the the method by which the the GPU updates special pages * Writeback is the method by which GPU updates special pages in memory
* in memory with the status of certain GPU events (fences, ring pointers, * with the status of certain GPU events (fences, ring pointers,etc.).
* etc.).
*/ */
/** /**
...@@ -508,7 +507,7 @@ static void amdgpu_wb_fini(struct amdgpu_device *adev) ...@@ -508,7 +507,7 @@ static void amdgpu_wb_fini(struct amdgpu_device *adev)
* *
* @adev: amdgpu_device pointer * @adev: amdgpu_device pointer
* *
* Disables Writeback and frees the Writeback memory (all asics). * Initialize writeback and allocates writeback memory (all asics).
* Used at driver startup. * Used at driver startup.
* Returns 0 on success or an -error on failure. * Returns 0 on success or an -error on failure.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment