public inbox for amd-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu: fix amdgpu_bo_release_notify() comment error
@ 2020-08-17  7:35 Kevin Wang
  2020-08-17  8:36 ` Li, Dennis
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Kevin Wang @ 2020-08-17  7:35 UTC (permalink / raw)
  To: amd-gfx; +Cc: Felix.Kuehling, Kevin Wang, Christian.Koenig

fix amdgpu_bo_release_notify() comment error.

Signed-off-by: Kevin Wang <kevin1.wang@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
index 3d95b3edb635..4cb750ed6851 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
@@ -1301,7 +1301,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
-- 
2.17.1

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-08-18 11:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-17  7:35 [PATCH] drm/amdgpu: fix amdgpu_bo_release_notify() comment error Kevin Wang
2020-08-17  8:36 ` Li, Dennis
2020-08-17  8:41 ` Nirmoy
2020-08-17 10:04 ` Christian König
2020-08-18 11:02 ` Christian König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox