RE: [PATCH] drm/amdgpu: add cu info wave_front_size

2017-04-28 Thread Deucher, Alexander
> -Original Message-
> From: Junwei Zhang [mailto:jerry.zh...@amd.com]
> Sent: Thursday, April 27, 2017 11:11 PM
> To: amd-gfx@lists.freedesktop.org
> Cc: Deucher, Alexander; Wang, Ken; Zhang, Jerry
> Subject: [PATCH] drm/amdgpu: add cu info wave_front_size
> 
> missed that for gfx v9 info export
> 
> Signed-off-by: Junwei Zhang 

Reviewed-by: Alex Deucher 

> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> index 503010a..e330009 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
> @@ -986,6 +986,7 @@ struct amdgpu_gfx_config {
>  struct amdgpu_cu_info {
>   uint32_t number; /* total active CU number */
>   uint32_t ao_cu_mask;
> + uint32_t wave_front_size;
>   uint32_t bitmap[4][4];
>  };
> 
> --
> 1.9.1

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


Re: [PATCH] drm/amdgpu: add cu info wave_front_size

2017-04-28 Thread Zhang, Jerry (Junwei)
Sorry about that missing, since it's originally created on amdgpu-pro stack, 
which is a bit different about cu info definition.


I will keep an eye on those patches squashing when Alex prepares the patch 
merging.

Jerry

On 04/28/2017 04:20 PM, Christian König wrote:

Do I get it right that the branch doesn't compile without that?

If yes please add a comment in the commit message so that Alex has a chance of
squashing this into the original one during upstreaming.

Either way the patch is Reviewed-by: Christian König 
as well.

Regards,
Christian.

Am 28.04.2017 um 05:20 schrieb Wang, Ken:


Reviewed-by: Ken Wang 

---
*From:* Junwei Zhang 
*Sent:* Friday, April 28, 2017 11:10:46 AM
*To:* amd-gfx@lists.freedesktop.org
*Cc:* Deucher, Alexander; Wang, Ken; Zhang, Jerry
*Subject:* [PATCH] drm/amdgpu: add cu info wave_front_size
missed that for gfx v9 info export

Signed-off-by: Junwei Zhang 
---
 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index 503010a..e330009 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -986,6 +986,7 @@ struct amdgpu_gfx_config {
 struct amdgpu_cu_info {
 uint32_t number; /* total active CU number */
 uint32_t ao_cu_mask;
+   uint32_t wave_front_size;
 uint32_t bitmap[4][4];
 };

--
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


Re: [PATCH] drm/amdgpu: add cu info wave_front_size

2017-04-28 Thread Christian König

Do I get it right that the branch doesn't compile without that?

If yes please add a comment in the commit message so that Alex has a 
chance of squashing this into the original one during upstreaming.


Either way the patch is Reviewed-by: Christian König 
 as well.


Regards,
Christian.

Am 28.04.2017 um 05:20 schrieb Wang, Ken:


Reviewed-by: Ken Wang 


*From:* Junwei Zhang 
*Sent:* Friday, April 28, 2017 11:10:46 AM
*To:* amd-gfx@lists.freedesktop.org
*Cc:* Deucher, Alexander; Wang, Ken; Zhang, Jerry
*Subject:* [PATCH] drm/amdgpu: add cu info wave_front_size
missed that for gfx v9 info export

Signed-off-by: Junwei Zhang 
---
 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h 
b/drivers/gpu/drm/amd/amdgpu/amdgpu.h

index 503010a..e330009 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -986,6 +986,7 @@ struct amdgpu_gfx_config {
 struct amdgpu_cu_info {
 uint32_t number; /* total active CU number */
 uint32_t ao_cu_mask;
+   uint32_t wave_front_size;
 uint32_t bitmap[4][4];
 };

--
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


Re: [PATCH] drm/amdgpu: add cu info wave_front_size

2017-04-27 Thread Wang, Ken
Reviewed-by: Ken Wang 


From: Junwei Zhang 
Sent: Friday, April 28, 2017 11:10:46 AM
To: amd-gfx@lists.freedesktop.org
Cc: Deucher, Alexander; Wang, Ken; Zhang, Jerry
Subject: [PATCH] drm/amdgpu: add cu info wave_front_size

missed that for gfx v9 info export

Signed-off-by: Junwei Zhang 
---
 drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h 
b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index 503010a..e330009 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -986,6 +986,7 @@ struct amdgpu_gfx_config {
 struct amdgpu_cu_info {
 uint32_t number; /* total active CU number */
 uint32_t ao_cu_mask;
+   uint32_t wave_front_size;
 uint32_t bitmap[4][4];
 };

--
1.9.1

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