All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] drm/amdgpu: fix sdma doorbell comments typo
@ 2018-10-11 12:08 Frank.Min
       [not found] ` <1539259704-15025-1-git-send-email-Frank.Min-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Frank.Min @ 2018-10-11 12:08 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Frank.Min

Change-Id: I0a3dff9f01a90717e0c32b7fa81a5e891bd1d52d
Signed-off-by: Frank.Min <Frank.Min@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index c21d9b9..6317f35 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -432,7 +432,7 @@ typedef enum _AMDGPU_DOORBELL64_ASSIGNMENT
 	 * default non-graphics QWORD index is 0xe0 - 0xFF inclusive
 	 */
 
-	/* sDMA engines  reserved from 0xe0 -oxef  */
+	/* sDMA engines  reserved from 0xe0 -0xef  */
 	AMDGPU_DOORBELL64_sDMA_ENGINE0            = 0xE0,
 	AMDGPU_DOORBELL64_sDMA_HI_PRI_ENGINE0     = 0xE1,
 	AMDGPU_DOORBELL64_sDMA_ENGINE1            = 0xE8,
-- 
2.7.4

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

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

* Re: [PATCH 1/2] drm/amdgpu: fix sdma doorbell comments typo
       [not found] ` <1539259704-15025-1-git-send-email-Frank.Min-5C7GfCeVMHo@public.gmane.org>
@ 2018-10-11 14:10   ` Alex Deucher
  2018-10-12  4:09   ` Huang, Ray
  1 sibling, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2018-10-11 14:10 UTC (permalink / raw)
  To: Min, Frank; +Cc: amd-gfx list

On Thu, Oct 11, 2018 at 8:10 AM Frank.Min <Frank.Min@amd.com> wrote:
>
> Change-Id: I0a3dff9f01a90717e0c32b7fa81a5e891bd1d52d
> Signed-off-by: Frank.Min <Frank.Min@amd.com>

This patch is:
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>

> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> index c21d9b9..6317f35 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> @@ -432,7 +432,7 @@ typedef enum _AMDGPU_DOORBELL64_ASSIGNMENT
>          * default non-graphics QWORD index is 0xe0 - 0xFF inclusive
>          */
>
> -       /* sDMA engines  reserved from 0xe0 -oxef  */
> +       /* sDMA engines  reserved from 0xe0 -0xef  */
>         AMDGPU_DOORBELL64_sDMA_ENGINE0            = 0xE0,
>         AMDGPU_DOORBELL64_sDMA_HI_PRI_ENGINE0     = 0xE1,
>         AMDGPU_DOORBELL64_sDMA_ENGINE1            = 0xE8,
> --
> 2.7.4
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* RE: [PATCH 1/2] drm/amdgpu: fix sdma doorbell comments typo
       [not found] ` <1539259704-15025-1-git-send-email-Frank.Min-5C7GfCeVMHo@public.gmane.org>
  2018-10-11 14:10   ` Alex Deucher
@ 2018-10-12  4:09   ` Huang, Ray
  1 sibling, 0 replies; 4+ messages in thread
From: Huang, Ray @ 2018-10-12  4:09 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Min, Frank

> -----Original Message-----
> From: amd-gfx [mailto:amd-gfx-bounces@lists.freedesktop.org] On Behalf
> Of Frank.Min
> Sent: Thursday, October 11, 2018 8:08 PM
> To: amd-gfx@lists.freedesktop.org
> Cc: Min, Frank <Frank.Min@amd.com>
> Subject: [PATCH 1/2] drm/amdgpu: fix sdma doorbell comments typo
> 
> Change-Id: I0a3dff9f01a90717e0c32b7fa81a5e891bd1d52d
> Signed-off-by: Frank.Min <Frank.Min@amd.com>

Reviewed-by: Huang Rui <ray.huang@amd.com>

> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> index c21d9b9..6317f35 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> @@ -432,7 +432,7 @@ typedef enum
> _AMDGPU_DOORBELL64_ASSIGNMENT
>  	 * default non-graphics QWORD index is 0xe0 - 0xFF inclusive
>  	 */
> 
> -	/* sDMA engines  reserved from 0xe0 -oxef  */
> +	/* sDMA engines  reserved from 0xe0 -0xef  */
>  	AMDGPU_DOORBELL64_sDMA_ENGINE0            = 0xE0,
>  	AMDGPU_DOORBELL64_sDMA_HI_PRI_ENGINE0     = 0xE1,
>  	AMDGPU_DOORBELL64_sDMA_ENGINE1            = 0xE8,
> --
> 2.7.4
> 
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* [PATCH 1/2] drm/amdgpu: fix sdma doorbell comments typo
@ 2018-10-11 12:09 Frank.Min
  0 siblings, 0 replies; 4+ messages in thread
From: Frank.Min @ 2018-10-11 12:09 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Frank.Min

Change-Id: I0a3dff9f01a90717e0c32b7fa81a5e891bd1d52d
Signed-off-by: Frank.Min <Frank.Min@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index c21d9b9..6317f35 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -432,7 +432,7 @@ typedef enum _AMDGPU_DOORBELL64_ASSIGNMENT
 	 * default non-graphics QWORD index is 0xe0 - 0xFF inclusive
 	 */
 
-	/* sDMA engines  reserved from 0xe0 -oxef  */
+	/* sDMA engines  reserved from 0xe0 -0xef  */
 	AMDGPU_DOORBELL64_sDMA_ENGINE0            = 0xE0,
 	AMDGPU_DOORBELL64_sDMA_HI_PRI_ENGINE0     = 0xE1,
 	AMDGPU_DOORBELL64_sDMA_ENGINE1            = 0xE8,
-- 
2.7.4

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

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

end of thread, other threads:[~2018-10-12  4:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-11 12:08 [PATCH 1/2] drm/amdgpu: fix sdma doorbell comments typo Frank.Min
     [not found] ` <1539259704-15025-1-git-send-email-Frank.Min-5C7GfCeVMHo@public.gmane.org>
2018-10-11 14:10   ` Alex Deucher
2018-10-12  4:09   ` Huang, Ray
2018-10-11 12:09 Frank.Min

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.