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 <[email protected]> as well.

Regards,
Christian.

Am 28.04.2017 um 05:20 schrieb Wang, Ken:

Reviewed-by: Ken Wang <[email protected]>

------------------------------------------------------------------------
*From:* Junwei Zhang <[email protected]>
*Sent:* Friday, April 28, 2017 11:10:46 AM
*To:* [email protected]
*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 <[email protected]>
---
 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
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx


_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to