All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tests/amdgpu: Add VCN test support for Biege Goby
@ 2022-01-13 13:54 Guchun Chen
  2022-01-13 14:17 ` Alex Deucher
  0 siblings, 1 reply; 6+ messages in thread
From: Guchun Chen @ 2022-01-13 13:54 UTC (permalink / raw)
  To: amd-gfx, alexander.deucher, veerabadhran.gopalakrishnan, leo.liu
  Cc: Guchun Chen

Added Beige Goby chip id in vcn test, will open a MR to
merge this on gitlab after review.

Signed-off-by: Guchun Chen <guchun.chen@amd.com>
---
 tests/amdgpu/vcn_tests.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/amdgpu/vcn_tests.c b/tests/amdgpu/vcn_tests.c
index 628b4910..15d573d3 100644
--- a/tests/amdgpu/vcn_tests.c
+++ b/tests/amdgpu/vcn_tests.c
@@ -142,7 +142,8 @@ CU_BOOL suite_vcn_tests_enable(void)
 	} else if (family_id == AMDGPU_FAMILY_NV) {
 		if (chip_id == (chip_rev + 0x28) ||
 		    chip_id == (chip_rev + 0x32) ||
-		    chip_id == (chip_rev + 0x3c)) {
+		    chip_id == (chip_rev + 0x3c) ||
+		    chip_id == (chip_rev + 0x46)) {
 			reg.data0 = 0x10;
 			reg.data1 = 0x11;
 			reg.cmd = 0xf;
-- 
2.17.1


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

* Re: [PATCH] tests/amdgpu: Add VCN test support for Biege Goby
  2022-01-13 13:54 [PATCH] tests/amdgpu: Add VCN test support for Biege Goby Guchun Chen
@ 2022-01-13 14:17 ` Alex Deucher
  2022-01-13 14:23   ` Gopalakrishnan, Veerabadhran (Veera)
  0 siblings, 1 reply; 6+ messages in thread
From: Alex Deucher @ 2022-01-13 14:17 UTC (permalink / raw)
  To: Guchun Chen
  Cc: Deucher, Alexander, Veerabadhran Gopalakrishnan, Leo Liu, amd-gfx list

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

On Thu, Jan 13, 2022 at 8:55 AM Guchun Chen <guchun.chen@amd.com> wrote:
>
> Added Beige Goby chip id in vcn test, will open a MR to
> merge this on gitlab after review.
>
> Signed-off-by: Guchun Chen <guchun.chen@amd.com>
> ---
>  tests/amdgpu/vcn_tests.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/tests/amdgpu/vcn_tests.c b/tests/amdgpu/vcn_tests.c
> index 628b4910..15d573d3 100644
> --- a/tests/amdgpu/vcn_tests.c
> +++ b/tests/amdgpu/vcn_tests.c
> @@ -142,7 +142,8 @@ CU_BOOL suite_vcn_tests_enable(void)
>         } else if (family_id == AMDGPU_FAMILY_NV) {
>                 if (chip_id == (chip_rev + 0x28) ||
>                     chip_id == (chip_rev + 0x32) ||
> -                   chip_id == (chip_rev + 0x3c)) {
> +                   chip_id == (chip_rev + 0x3c) ||
> +                   chip_id == (chip_rev + 0x46)) {
>                         reg.data0 = 0x10;
>                         reg.data1 = 0x11;
>                         reg.cmd = 0xf;
> --
> 2.17.1
>

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

* RE: [PATCH] tests/amdgpu: Add VCN test support for Biege Goby
  2022-01-13 14:17 ` Alex Deucher
@ 2022-01-13 14:23   ` Gopalakrishnan, Veerabadhran (Veera)
  0 siblings, 0 replies; 6+ messages in thread
From: Gopalakrishnan, Veerabadhran (Veera) @ 2022-01-13 14:23 UTC (permalink / raw)
  To: Alex Deucher, Chen, Guchun; +Cc: Deucher, Alexander, Liu, Leo, amd-gfx list

[AMD Official Use Only]

Reviewed-By: Veerabadhran Gopalakrishnan <Veerabadhran.gopalakrishnan@amd.com>

-----Original Message-----
From: Alex Deucher <alexdeucher@gmail.com> 
Sent: Thursday, January 13, 2022 7:47 PM
To: Chen, Guchun <Guchun.Chen@amd.com>
Cc: amd-gfx list <amd-gfx@lists.freedesktop.org>; Deucher, Alexander <Alexander.Deucher@amd.com>; Gopalakrishnan, Veerabadhran (Veera) <Veerabadhran.Gopalakrishnan@amd.com>; Liu, Leo <Leo.Liu@amd.com>
Subject: Re: [PATCH] tests/amdgpu: Add VCN test support for Biege Goby

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

On Thu, Jan 13, 2022 at 8:55 AM Guchun Chen <guchun.chen@amd.com> wrote:
>
> Added Beige Goby chip id in vcn test, will open a MR to merge this on 
> gitlab after review.
>
> Signed-off-by: Guchun Chen <guchun.chen@amd.com>
> ---
>  tests/amdgpu/vcn_tests.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/tests/amdgpu/vcn_tests.c b/tests/amdgpu/vcn_tests.c index 
> 628b4910..15d573d3 100644
> --- a/tests/amdgpu/vcn_tests.c
> +++ b/tests/amdgpu/vcn_tests.c
> @@ -142,7 +142,8 @@ CU_BOOL suite_vcn_tests_enable(void)
>         } else if (family_id == AMDGPU_FAMILY_NV) {
>                 if (chip_id == (chip_rev + 0x28) ||
>                     chip_id == (chip_rev + 0x32) ||
> -                   chip_id == (chip_rev + 0x3c)) {
> +                   chip_id == (chip_rev + 0x3c) ||
> +                   chip_id == (chip_rev + 0x46)) {
>                         reg.data0 = 0x10;
>                         reg.data1 = 0x11;
>                         reg.cmd = 0xf;
> --
> 2.17.1
>

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

* Re: [PATCH] tests/amdgpu: Add VCN test support for Biege Goby
  2021-05-27 16:08 veerabadhran.gopalakrishnan
  2021-05-27 16:16 ` Alex Deucher
@ 2021-05-28  2:57 ` Zhou1, Tao
  1 sibling, 0 replies; 6+ messages in thread
From: Zhou1, Tao @ 2021-05-28  2:57 UTC (permalink / raw)
  To: Gopalakrishnan, Veerabadhran (Veera), amd-gfx; +Cc: Liu, Leo


[-- Attachment #1.1: Type: text/plain, Size: 1500 bytes --]

[AMD Official Use Only]

Reviewed-by: Tao Zhou <tao.zhou1@amd.com<mailto:tao.zhou1@amd.com>>
________________________________
From: Gopalakrishnan, Veerabadhran (Veera) <Veerabadhran.Gopalakrishnan@amd.com>
Sent: Friday, May 28, 2021 12:08 AM
To: amd-gfx@lists.freedesktop.org <amd-gfx@lists.freedesktop.org>
Cc: Liu, Leo <Leo.Liu@amd.com>; Zhou1, Tao <Tao.Zhou1@amd.com>; Gopalakrishnan, Veerabadhran (Veera) <Veerabadhran.Gopalakrishnan@amd.com>
Subject: [PATCH] tests/amdgpu: Add VCN test support for Biege Goby

From: Veerabadhran Gopalakrishnan <veerabadhran.gopalakrishnan@amd.com>

Added Beige Goby chip id in vcn test.

Signed-off-by: Veerabadhran Gopalakrishnan <veerabadhran.gopalakrishnan@amd.com>
---
 tests/amdgpu/vcn_tests.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/amdgpu/vcn_tests.c b/tests/amdgpu/vcn_tests.c
index 628b4910..15d573d3 100644
--- a/tests/amdgpu/vcn_tests.c
+++ b/tests/amdgpu/vcn_tests.c
@@ -142,7 +142,8 @@ CU_BOOL suite_vcn_tests_enable(void)
         } else if (family_id == AMDGPU_FAMILY_NV) {
                 if (chip_id == (chip_rev + 0x28) ||
                     chip_id == (chip_rev + 0x32) ||
-                   chip_id == (chip_rev + 0x3c)) {
+                   chip_id == (chip_rev + 0x3c) ||
+                   chip_id == (chip_rev + 0x46)) {
                         reg.data0 = 0x10;
                         reg.data1 = 0x11;
                         reg.cmd = 0xf;
--
2.25.1


[-- Attachment #1.2: Type: text/html, Size: 3668 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

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

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

* Re: [PATCH] tests/amdgpu: Add VCN test support for Biege Goby
  2021-05-27 16:08 veerabadhran.gopalakrishnan
@ 2021-05-27 16:16 ` Alex Deucher
  2021-05-28  2:57 ` Zhou1, Tao
  1 sibling, 0 replies; 6+ messages in thread
From: Alex Deucher @ 2021-05-27 16:16 UTC (permalink / raw)
  To: Veerabadhran Gopalakrishnan; +Cc: Tao Zhou, Leo Liu, amd-gfx list

Please open a libdrm merge request in gitlab for this.
https://gitlab.freedesktop.org/mesa/drm/-/merge_requests/

Alex

On Thu, May 27, 2021 at 12:09 PM <veerabadhran.gopalakrishnan@amd.com> wrote:
>
> From: Veerabadhran Gopalakrishnan <veerabadhran.gopalakrishnan@amd.com>
>
> Added Beige Goby chip id in vcn test.
>
> Signed-off-by: Veerabadhran Gopalakrishnan <veerabadhran.gopalakrishnan@amd.com>
> ---
>  tests/amdgpu/vcn_tests.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/tests/amdgpu/vcn_tests.c b/tests/amdgpu/vcn_tests.c
> index 628b4910..15d573d3 100644
> --- a/tests/amdgpu/vcn_tests.c
> +++ b/tests/amdgpu/vcn_tests.c
> @@ -142,7 +142,8 @@ CU_BOOL suite_vcn_tests_enable(void)
>         } else if (family_id == AMDGPU_FAMILY_NV) {
>                 if (chip_id == (chip_rev + 0x28) ||
>                     chip_id == (chip_rev + 0x32) ||
> -                   chip_id == (chip_rev + 0x3c)) {
> +                   chip_id == (chip_rev + 0x3c) ||
> +                   chip_id == (chip_rev + 0x46)) {
>                         reg.data0 = 0x10;
>                         reg.data1 = 0x11;
>                         reg.cmd = 0xf;
> --
> 2.25.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] 6+ messages in thread

* [PATCH] tests/amdgpu: Add VCN test support for Biege Goby
@ 2021-05-27 16:08 veerabadhran.gopalakrishnan
  2021-05-27 16:16 ` Alex Deucher
  2021-05-28  2:57 ` Zhou1, Tao
  0 siblings, 2 replies; 6+ messages in thread
From: veerabadhran.gopalakrishnan @ 2021-05-27 16:08 UTC (permalink / raw)
  To: amd-gfx; +Cc: Veerabadhran Gopalakrishnan, tao.zhou1, leo.liu

From: Veerabadhran Gopalakrishnan <veerabadhran.gopalakrishnan@amd.com>

Added Beige Goby chip id in vcn test.

Signed-off-by: Veerabadhran Gopalakrishnan <veerabadhran.gopalakrishnan@amd.com>
---
 tests/amdgpu/vcn_tests.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/amdgpu/vcn_tests.c b/tests/amdgpu/vcn_tests.c
index 628b4910..15d573d3 100644
--- a/tests/amdgpu/vcn_tests.c
+++ b/tests/amdgpu/vcn_tests.c
@@ -142,7 +142,8 @@ CU_BOOL suite_vcn_tests_enable(void)
 	} else if (family_id == AMDGPU_FAMILY_NV) {
 		if (chip_id == (chip_rev + 0x28) ||
 		    chip_id == (chip_rev + 0x32) ||
-		    chip_id == (chip_rev + 0x3c)) {
+		    chip_id == (chip_rev + 0x3c) ||
+		    chip_id == (chip_rev + 0x46)) {
 			reg.data0 = 0x10;
 			reg.data1 = 0x11;
 			reg.cmd = 0xf;
-- 
2.25.1

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

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

end of thread, other threads:[~2022-01-13 14:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-13 13:54 [PATCH] tests/amdgpu: Add VCN test support for Biege Goby Guchun Chen
2022-01-13 14:17 ` Alex Deucher
2022-01-13 14:23   ` Gopalakrishnan, Veerabadhran (Veera)
  -- strict thread matches above, loose matches on Subject: below --
2021-05-27 16:08 veerabadhran.gopalakrishnan
2021-05-27 16:16 ` Alex Deucher
2021-05-28  2:57 ` Zhou1, Tao

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.