[PATCH] drm/amdgpu: add cu info wave_front_size
Zhang, Jerry (Junwei)
Jerry.Zhang at amd.com
Fri Apr 28 08:44:30 UTC 2017
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 at amd.com>
> as well.
>
> Regards,
> Christian.
>
> Am 28.04.2017 um 05:20 schrieb Wang, Ken:
>>
>> Reviewed-by: Ken Wang <Qingqing.Wang at amd.com>
>>
>> -------------------------------------------------------------------------------
>> *From:* Junwei Zhang <Jerry.Zhang at amd.com>
>> *Sent:* Friday, April 28, 2017 11:10:46 AM
>> *To:* amd-gfx at 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 at 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 at lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
>
>
More information about the amd-gfx
mailing list