diff options
| author | Kevin Wang <[email protected]> | 2020-08-17 06:55:11 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2020-08-17 18:06:28 +0000 |
| commit | 736b17297857cf533649a4161d1369e3cde0d922 (patch) | |
| tree | e4499feeac35416b723afb701452520859653343 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
| parent | drm/amdkfd: fix the wrong sdma instance query for renoir (diff) | |
| download | kernel-736b17297857cf533649a4161d1369e3cde0d922.tar.gz kernel-736b17297857cf533649a4161d1369e3cde0d922.zip | |
drm/amdgpu: fix amdgpu_bo_release_notify() comment error
fix amdgpu_bo_release_notify() comment error.
Signed-off-by: Kevin Wang <[email protected]>
Reviewed-by: Christian König <[email protected]>
Reviewed-by: Dennis Li <[email protected]>
Acked-by: Nirmoy Das <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c index a3cf38d25fc1..3080b5644121 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c @@ -1302,7 +1302,7 @@ void amdgpu_bo_move_notify(struct ttm_buffer_object *bo, } /** - * amdgpu_bo_move_notify - notification about a BO being released + * amdgpu_bo_release_notify - notification about a BO being released * @bo: pointer to a buffer object * * Wipes VRAM buffers whose contents should not be leaked before the |
