All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Zhang, Jerry (Junwei)" <Jerry.Zhang-5C7GfCeVMHo@public.gmane.org>
To: "Christian König"
	<deathsimple-ANTagKRnAhcb1SvskN2V4Q@public.gmane.org>,
	"Wang, Ken" <Ken.Wang-5C7GfCeVMHo@public.gmane.org>,
	"amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org"
	<amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org>
Cc: "Deucher, Alexander" <Alexander.Deucher-5C7GfCeVMHo@public.gmane.org>
Subject: Re: [PATCH] drm/amdgpu: add cu info wave_front_size
Date: Fri, 28 Apr 2017 16:44:30 +0800	[thread overview]
Message-ID: <590300EE.7000806@amd.com> (raw)
In-Reply-To: <766cb2d2-8f0a-87e5-030a-da1c39de0821-ANTagKRnAhcb1SvskN2V4Q@public.gmane.org>

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

  parent reply	other threads:[~2017-04-28  8:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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) [this message]
2017-04-28 15:16   ` Deucher, Alexander

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=590300EE.7000806@amd.com \
    --to=jerry.zhang-5c7gfcevmho@public.gmane.org \
    --cc=Alexander.Deucher-5C7GfCeVMHo@public.gmane.org \
    --cc=Ken.Wang-5C7GfCeVMHo@public.gmane.org \
    --cc=amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=deathsimple-ANTagKRnAhcb1SvskN2V4Q@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.