* [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
* RE: [PATCH] drm/amdgpu: fix amdgpu_bo_release_notify() comment error
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
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Li, Dennis @ 2020-08-17 8:36 UTC (permalink / raw)
To: Wang, Kevin(Yang), amd-gfx@lists.freedesktop.org
Cc: Kuehling, Felix, Wang, Kevin(Yang), Koenig, Christian
[AMD Official Use Only - Internal Distribution Only]
Reviewed-by: Dennis Li <Dennis.Li@amd.com>
-----Original Message-----
From: amd-gfx <amd-gfx-bounces@lists.freedesktop.org> On Behalf Of Kevin Wang
Sent: Monday, August 17, 2020 3:36 PM
To: amd-gfx@lists.freedesktop.org
Cc: Kuehling, Felix <Felix.Kuehling@amd.com>; Wang, Kevin(Yang) <Kevin1.Wang@amd.com>; Koenig, Christian <Christian.Koenig@amd.com>
Subject: [PATCH] drm/amdgpu: fix amdgpu_bo_release_notify() comment error
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://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.freedesktop.org%2Fmailman%2Flistinfo%2Famd-gfx&data=02%7C01%7CDennis.Li%40amd.com%7C2c67e088110b4b1a4e9f08d8428033ca%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637332465681957370&sdata=wbSpFkp1XpgMw7eogSPgplu8ySGiIGAFVRSdlD%2BtYHo%3D&reserved=0
_______________________________________________
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
* Re: [PATCH] drm/amdgpu: fix amdgpu_bo_release_notify() comment error
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
3 siblings, 0 replies; 5+ messages in thread
From: Nirmoy @ 2020-08-17 8:41 UTC (permalink / raw)
To: amd-gfx
Acked-by: Nirmoy Das <nirmoy.das@amd.com>
On 8/17/20 9:35 AM, Kevin Wang wrote:
> 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
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] drm/amdgpu: fix amdgpu_bo_release_notify() comment error
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
3 siblings, 0 replies; 5+ messages in thread
From: Christian König @ 2020-08-17 10:04 UTC (permalink / raw)
To: Kevin Wang, amd-gfx; +Cc: Felix.Kuehling
Am 17.08.20 um 09:35 schrieb Kevin Wang:
> fix amdgpu_bo_release_notify() comment error.
>
> Signed-off-by: Kevin Wang <kevin1.wang@amd.com>
Reviewed-by: Christian König <christian.koenig@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
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] drm/amdgpu: fix amdgpu_bo_release_notify() comment error
2020-08-17 7:35 [PATCH] drm/amdgpu: fix amdgpu_bo_release_notify() comment error Kevin Wang
` (2 preceding siblings ...)
2020-08-17 10:04 ` Christian König
@ 2020-08-18 11:02 ` Christian König
3 siblings, 0 replies; 5+ messages in thread
From: Christian König @ 2020-08-18 11:02 UTC (permalink / raw)
To: Kevin Wang, amd-gfx; +Cc: Felix.Kuehling, Christian.Koenig
Am 17.08.20 um 09:35 schrieb Kevin Wang:
> fix amdgpu_bo_release_notify() comment error.
>
> Signed-off-by: Kevin Wang <kevin1.wang@amd.com>
Reviewed-by: Christian König <christian.koenig@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
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
^ permalink raw reply [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