All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH libdrm 1/3] amdgpu: add raven family id
@ 2017-05-10 17:50 Alex Deucher
  2017-05-10 17:50 ` [PATCH libdrm 2/3] amdgpu/drm: add AMDGPU_HW_IP_VCN_DEC Alex Deucher
       [not found] ` <1494438631-16747-1-git-send-email-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Alex Deucher @ 2017-05-10 17:50 UTC (permalink / raw)
  To: amd-gfx, dri-devel; +Cc: Alex Deucher, Hawking Zhang

From: Hawking Zhang <Hawking.Zhang@amd.com>

Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Chunming Zhou <David1.Zhou@amd.com>
Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
 include/drm/amdgpu_drm.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/drm/amdgpu_drm.h b/include/drm/amdgpu_drm.h
index 516a9f2..0de4cf6 100644
--- a/include/drm/amdgpu_drm.h
+++ b/include/drm/amdgpu_drm.h
@@ -816,6 +816,7 @@ struct drm_amdgpu_info_vce_clock_table {
 #define AMDGPU_FAMILY_VI			130 /* Iceland, Tonga */
 #define AMDGPU_FAMILY_CZ			135 /* Carrizo, Stoney */
 #define AMDGPU_FAMILY_AI			141 /* Vega10 */
+#define AMDGPU_FAMILY_RV			142 /* Raven */
 
 #if defined(__cplusplus)
 }
-- 
2.5.5

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [PATCH libdrm 2/3] amdgpu/drm: add AMDGPU_HW_IP_VCN_DEC
  2017-05-10 17:50 [PATCH libdrm 1/3] amdgpu: add raven family id Alex Deucher
@ 2017-05-10 17:50 ` Alex Deucher
       [not found] ` <1494438631-16747-1-git-send-email-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
  1 sibling, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2017-05-10 17:50 UTC (permalink / raw)
  To: amd-gfx, dri-devel; +Cc: Alex Deucher, Leo Liu

From: Leo Liu <leo.liu@amd.com>

Signed-off-by: Leo Liu <leo.liu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
 include/drm/amdgpu_drm.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/drm/amdgpu_drm.h b/include/drm/amdgpu_drm.h
index 0de4cf6..add5163 100644
--- a/include/drm/amdgpu_drm.h
+++ b/include/drm/amdgpu_drm.h
@@ -406,7 +406,8 @@ struct drm_amdgpu_gem_va {
 #define AMDGPU_HW_IP_UVD          3
 #define AMDGPU_HW_IP_VCE          4
 #define AMDGPU_HW_IP_UVD_ENC      5
-#define AMDGPU_HW_IP_NUM          6
+#define AMDGPU_HW_IP_VCN_DEC      6
+#define AMDGPU_HW_IP_NUM          7
 
 #define AMDGPU_HW_IP_INSTANCE_MAX_COUNT 1
 
-- 
2.5.5

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [PATCH libdrm 3/3] amdgpu/drm: add AMDGPU_HW_IP_VCN_ENC
       [not found] ` <1494438631-16747-1-git-send-email-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
@ 2017-05-10 17:50   ` Alex Deucher
  2017-05-10 19:23   ` [PATCH libdrm 1/3] amdgpu: add raven family id Christian König
  1 sibling, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2017-05-10 17:50 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
  Cc: Alex Deucher, Leo Liu

From: Leo Liu <leo.liu@amd.com>

Signed-off-by: Leo Liu <leo.liu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
 include/drm/amdgpu_drm.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/drm/amdgpu_drm.h b/include/drm/amdgpu_drm.h
index add5163..8cfe68c 100644
--- a/include/drm/amdgpu_drm.h
+++ b/include/drm/amdgpu_drm.h
@@ -407,7 +407,8 @@ struct drm_amdgpu_gem_va {
 #define AMDGPU_HW_IP_VCE          4
 #define AMDGPU_HW_IP_UVD_ENC      5
 #define AMDGPU_HW_IP_VCN_DEC      6
-#define AMDGPU_HW_IP_NUM          7
+#define AMDGPU_HW_IP_VCN_ENC      7
+#define AMDGPU_HW_IP_NUM          8
 
 #define AMDGPU_HW_IP_INSTANCE_MAX_COUNT 1
 
-- 
2.5.5

_______________________________________________
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 libdrm 1/3] amdgpu: add raven family id
       [not found] ` <1494438631-16747-1-git-send-email-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
  2017-05-10 17:50   ` [PATCH libdrm 3/3] amdgpu/drm: add AMDGPU_HW_IP_VCN_ENC Alex Deucher
@ 2017-05-10 19:23   ` Christian König
  1 sibling, 0 replies; 4+ messages in thread
From: Christian König @ 2017-05-10 19:23 UTC (permalink / raw)
  To: Alex Deucher, amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
  Cc: Alex Deucher, Hawking Zhang

Am 10.05.2017 um 19:50 schrieb Alex Deucher:
> From: Hawking Zhang <Hawking.Zhang@amd.com>
>
> Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
> Signed-off-by: Chunming Zhou <David1.Zhou@amd.com>
> Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

Reviewed-by: Christian König <christian.koenig@amd.com> for those three.

> ---
>   include/drm/amdgpu_drm.h | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/include/drm/amdgpu_drm.h b/include/drm/amdgpu_drm.h
> index 516a9f2..0de4cf6 100644
> --- a/include/drm/amdgpu_drm.h
> +++ b/include/drm/amdgpu_drm.h
> @@ -816,6 +816,7 @@ struct drm_amdgpu_info_vce_clock_table {
>   #define AMDGPU_FAMILY_VI			130 /* Iceland, Tonga */
>   #define AMDGPU_FAMILY_CZ			135 /* Carrizo, Stoney */
>   #define AMDGPU_FAMILY_AI			141 /* Vega10 */
> +#define AMDGPU_FAMILY_RV			142 /* Raven */
>   
>   #if defined(__cplusplus)
>   }


_______________________________________________
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

end of thread, other threads:[~2017-05-10 19:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-10 17:50 [PATCH libdrm 1/3] amdgpu: add raven family id Alex Deucher
2017-05-10 17:50 ` [PATCH libdrm 2/3] amdgpu/drm: add AMDGPU_HW_IP_VCN_DEC Alex Deucher
     [not found] ` <1494438631-16747-1-git-send-email-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2017-05-10 17:50   ` [PATCH libdrm 3/3] amdgpu/drm: add AMDGPU_HW_IP_VCN_ENC Alex Deucher
2017-05-10 19:23   ` [PATCH libdrm 1/3] amdgpu: add raven family id Christian König

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.