All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] drm/amdgpu: Add invalidate tlb for all hub bit field define
@ 2017-07-07 17:21 Shaoyun Liu
       [not found] ` <1499448103-12407-1-git-send-email-Shaoyun.Liu-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Shaoyun Liu @ 2017-07-07 17:21 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Shaoyun Liu

Change-Id: I56475b72ac9f9a8e2701c58c5b10e1f2930af7cd
Signed-off-by: Shaoyun Liu <Shaoyun.Liu@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/soc15d.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/soc15d.h b/drivers/gpu/drm/amd/amdgpu/soc15d.h
index 298ef4e..3130af8 100644
--- a/drivers/gpu/drm/amd/amdgpu/soc15d.h
+++ b/drivers/gpu/drm/amd/amdgpu/soc15d.h
@@ -269,6 +269,7 @@
 
 #define	PACKET3_INVALIDATE_TLBS				0x98
 #              define PACKET3_INVALIDATE_TLBS_DST_SEL(x)     ((x) << 0)
+#              define PACKET3_INVALIDATE_TLBS_ALL_HUB(x)     ((x) << 4)
 #              define PACKET3_INVALIDATE_TLBS_PASID(x)       ((x) << 5)
 #define PACKET3_SET_RESOURCES				0xA0
 /* 1. header
-- 
1.9.1

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

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

* RE: [PATCH 1/2] drm/amdgpu: Add invalidate tlb for all hub bit field define
       [not found] ` <1499448103-12407-1-git-send-email-Shaoyun.Liu-5C7GfCeVMHo@public.gmane.org>
@ 2017-07-07 18:04   ` Deucher, Alexander
  2017-07-07 19:37   ` Felix Kuehling
  1 sibling, 0 replies; 3+ messages in thread
From: Deucher, Alexander @ 2017-07-07 18:04 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Liu, Shaoyun

> -----Original Message-----
> From: amd-gfx [mailto:amd-gfx-bounces@lists.freedesktop.org] On Behalf
> Of Shaoyun Liu
> Sent: Friday, July 07, 2017 1:22 PM
> To: amd-gfx@lists.freedesktop.org
> Cc: Liu, Shaoyun
> Subject: [PATCH 1/2] drm/amdgpu: Add invalidate tlb for all hub bit field
> define
> 
> Change-Id: I56475b72ac9f9a8e2701c58c5b10e1f2930af7cd
> Signed-off-by: Shaoyun Liu <Shaoyun.Liu@amd.com>

Series is:
Acked-by: Alex Deucher <alexander.deucher@amd.com>

> ---
>  drivers/gpu/drm/amd/amdgpu/soc15d.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/amd/amdgpu/soc15d.h
> b/drivers/gpu/drm/amd/amdgpu/soc15d.h
> index 298ef4e..3130af8 100644
> --- a/drivers/gpu/drm/amd/amdgpu/soc15d.h
> +++ b/drivers/gpu/drm/amd/amdgpu/soc15d.h
> @@ -269,6 +269,7 @@
> 
>  #define	PACKET3_INVALIDATE_TLBS				0x98
>  #              define PACKET3_INVALIDATE_TLBS_DST_SEL(x)     ((x) << 0)
> +#              define PACKET3_INVALIDATE_TLBS_ALL_HUB(x)     ((x) << 4)
>  #              define PACKET3_INVALIDATE_TLBS_PASID(x)       ((x) << 5)
>  #define PACKET3_SET_RESOURCES				0xA0
>  /* 1. header
> --
> 1.9.1
> 
> _______________________________________________
> 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] 3+ messages in thread

* Re: [PATCH 1/2] drm/amdgpu: Add invalidate tlb for all hub bit field define
       [not found] ` <1499448103-12407-1-git-send-email-Shaoyun.Liu-5C7GfCeVMHo@public.gmane.org>
  2017-07-07 18:04   ` Deucher, Alexander
@ 2017-07-07 19:37   ` Felix Kuehling
  1 sibling, 0 replies; 3+ messages in thread
From: Felix Kuehling @ 2017-07-07 19:37 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

The series is Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>


On 17-07-07 01:21 PM, Shaoyun Liu wrote:
> Change-Id: I56475b72ac9f9a8e2701c58c5b10e1f2930af7cd
> Signed-off-by: Shaoyun Liu <Shaoyun.Liu@amd.com>
> ---
>  drivers/gpu/drm/amd/amdgpu/soc15d.h | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/soc15d.h b/drivers/gpu/drm/amd/amdgpu/soc15d.h
> index 298ef4e..3130af8 100644
> --- a/drivers/gpu/drm/amd/amdgpu/soc15d.h
> +++ b/drivers/gpu/drm/amd/amdgpu/soc15d.h
> @@ -269,6 +269,7 @@
>  
>  #define	PACKET3_INVALIDATE_TLBS				0x98
>  #              define PACKET3_INVALIDATE_TLBS_DST_SEL(x)     ((x) << 0)
> +#              define PACKET3_INVALIDATE_TLBS_ALL_HUB(x)     ((x) << 4)
>  #              define PACKET3_INVALIDATE_TLBS_PASID(x)       ((x) << 5)
>  #define PACKET3_SET_RESOURCES				0xA0
>  /* 1. header

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

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

end of thread, other threads:[~2017-07-07 19:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-07 17:21 [PATCH 1/2] drm/amdgpu: Add invalidate tlb for all hub bit field define Shaoyun Liu
     [not found] ` <1499448103-12407-1-git-send-email-Shaoyun.Liu-5C7GfCeVMHo@public.gmane.org>
2017-07-07 18:04   ` Deucher, Alexander
2017-07-07 19:37   ` Felix Kuehling

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.