* [PATCH] drm/amdgpu: add cu info wave_front_size
@ 2017-04-28 3:10 Junwei Zhang
[not found] ` <1493349046-23232-1-git-send-email-Jerry.Zhang-5C7GfCeVMHo@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Junwei Zhang @ 2017-04-28 3:10 UTC (permalink / raw)
To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
Cc: Alexander.Deucher-5C7GfCeVMHo, Qingqing.Wang-5C7GfCeVMHo,
Junwei Zhang
missed that for gfx v9 info export
Signed-off-by: Junwei Zhang <Jerry.Zhang@amd.com>
---
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
^ permalink raw reply related [flat|nested] 5+ messages in thread[parent not found: <1493349046-23232-1-git-send-email-Jerry.Zhang-5C7GfCeVMHo@public.gmane.org>]
* Re: [PATCH] drm/amdgpu: add cu info wave_front_size [not found] ` <1493349046-23232-1-git-send-email-Jerry.Zhang-5C7GfCeVMHo@public.gmane.org> @ 2017-04-28 3:20 ` Wang, Ken [not found] ` <CY4PR12MB1831304F8CE5E84033D19A768C130-rpdhrqHFk04smaNQB2LitgdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org> 2017-04-28 15:16 ` Deucher, Alexander 1 sibling, 1 reply; 5+ messages in thread From: Wang, Ken @ 2017-04-28 3:20 UTC (permalink / raw) To: Zhang, Jerry, amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org Cc: Deucher, Alexander [-- Attachment #1.1: Type: text/plain, Size: 1029 bytes --] Reviewed-by: Ken Wang <Qingqing.Wang-5C7GfCeVMHo@public.gmane.org> ________________________________ From: Junwei Zhang <Jerry.Zhang-5C7GfCeVMHo@public.gmane.org> Sent: Friday, April 28, 2017 11:10:46 AM To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.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 <Jerry.Zhang-5C7GfCeVMHo@public.gmane.org> --- 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 [-- Attachment #1.2: Type: text/html, Size: 2287 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] 5+ messages in thread
[parent not found: <CY4PR12MB1831304F8CE5E84033D19A768C130-rpdhrqHFk04smaNQB2LitgdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>]
* Re: [PATCH] drm/amdgpu: add cu info wave_front_size [not found] ` <CY4PR12MB1831304F8CE5E84033D19A768C130-rpdhrqHFk04smaNQB2LitgdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org> @ 2017-04-28 8:20 ` Christian König [not found] ` <766cb2d2-8f0a-87e5-030a-da1c39de0821-ANTagKRnAhcb1SvskN2V4Q@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: Christian König @ 2017-04-28 8:20 UTC (permalink / raw) To: Wang, Ken, Zhang, Jerry, amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org Cc: Deucher, Alexander [-- Attachment #1.1: Type: text/plain, Size: 1683 bytes --] 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 <christian.koenig-5C7GfCeVMHo@public.gmane.org> as well. Regards, Christian. Am 28.04.2017 um 05:20 schrieb Wang, Ken: > > Reviewed-by: Ken Wang <Qingqing.Wang-5C7GfCeVMHo@public.gmane.org> > > ------------------------------------------------------------------------ > *From:* Junwei Zhang <Jerry.Zhang-5C7GfCeVMHo@public.gmane.org> > *Sent:* Friday, April 28, 2017 11:10:46 AM > *To:* amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.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 <Jerry.Zhang-5C7GfCeVMHo@public.gmane.org> > --- > 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-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org > https://lists.freedesktop.org/mailman/listinfo/amd-gfx [-- Attachment #1.2: Type: text/html, Size: 4414 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 [flat|nested] 5+ messages in thread
[parent not found: <766cb2d2-8f0a-87e5-030a-da1c39de0821-ANTagKRnAhcb1SvskN2V4Q@public.gmane.org>]
* Re: [PATCH] drm/amdgpu: add cu info wave_front_size [not found] ` <766cb2d2-8f0a-87e5-030a-da1c39de0821-ANTagKRnAhcb1SvskN2V4Q@public.gmane.org> @ 2017-04-28 8:44 ` Zhang, Jerry (Junwei) 0 siblings, 0 replies; 5+ messages in thread From: Zhang, Jerry (Junwei) @ 2017-04-28 8:44 UTC (permalink / raw) To: Christian König, Wang, Ken, amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org Cc: Deucher, Alexander 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 <christian.koenig@amd.com> > as well. > > Regards, > Christian. > > Am 28.04.2017 um 05:20 schrieb Wang, Ken: >> >> Reviewed-by: Ken Wang <Qingqing.Wang@amd.com> >> >> ------------------------------------------------------------------------------- >> *From:* Junwei Zhang <Jerry.Zhang@amd.com> >> *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 <Jerry.Zhang@amd.com> >> --- >> 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 ^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [PATCH] drm/amdgpu: add cu info wave_front_size [not found] ` <1493349046-23232-1-git-send-email-Jerry.Zhang-5C7GfCeVMHo@public.gmane.org> 2017-04-28 3:20 ` Wang, Ken @ 2017-04-28 15:16 ` Deucher, Alexander 1 sibling, 0 replies; 5+ messages in thread From: Deucher, Alexander @ 2017-04-28 15:16 UTC (permalink / raw) To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org Cc: Zhang, Jerry, Wang, Ken > -----Original Message----- > From: Junwei Zhang [mailto:Jerry.Zhang@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 <Jerry.Zhang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> > --- > 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 ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-04-28 15:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-28 3:10 [PATCH] drm/amdgpu: add cu info wave_front_size Junwei Zhang
[not found] ` <1493349046-23232-1-git-send-email-Jerry.Zhang-5C7GfCeVMHo@public.gmane.org>
2017-04-28 3:20 ` Wang, Ken
[not found] ` <CY4PR12MB1831304F8CE5E84033D19A768C130-rpdhrqHFk04smaNQB2LitgdYzm3356FpvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2017-04-28 8:20 ` Christian König
[not found] ` <766cb2d2-8f0a-87e5-030a-da1c39de0821-ANTagKRnAhcb1SvskN2V4Q@public.gmane.org>
2017-04-28 8:44 ` Zhang, Jerry (Junwei)
2017-04-28 15:16 ` Deucher, Alexander
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.