AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Felix Kuehling <felix.kuehling@amd.com>
To: Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>,
	amd-gfx@lists.freedesktop.org, Joseph.Greathouse@amd.com
Subject: Re: [PATCH] drm/amdkfd: Add Aldebaran gws support
Date: Wed, 21 Apr 2021 22:11:01 -0400	[thread overview]
Message-ID: <525384da-d047-a71f-400a-9118077d0810@amd.com> (raw)
In-Reply-To: <20210422020117.2095711-1-Harish.Kasiviswanathan@amd.com>

On 2021-04-21 10:01 p.m., Harish Kasiviswanathan wrote:
> Signed-off-by: Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>

Acked-by: Felix Kuehling <Felix.Kuehling@amd.com>


> ---
>   drivers/gpu/drm/amd/amdkfd/kfd_device.c | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_device.c b/drivers/gpu/drm/amd/amdkfd/kfd_device.c
> index b31bae91fbd0..bc57b07523e0 100644
> --- a/drivers/gpu/drm/amd/amdkfd/kfd_device.c
> +++ b/drivers/gpu/drm/amd/amdkfd/kfd_device.c
> @@ -698,7 +698,9 @@ static int kfd_gws_init(struct kfd_dev *kfd)
>   			&& kfd->device_info->asic_family <= CHIP_RAVEN
>   			&& kfd->mec2_fw_version >= 0x1b3)
>   		|| (kfd->device_info->asic_family == CHIP_ARCTURUS
> -			&& kfd->mec2_fw_version >= 0x30))
> +			&& kfd->mec2_fw_version >= 0x30)
> +		|| (kfd->device_info->asic_family == CHIP_ALDEBARAN
> +			&& kfd->mec2_fw_version >= 0x27))
>   		ret = amdgpu_amdkfd_alloc_gws(kfd->kgd,
>   				amdgpu_amdkfd_get_num_gws(kfd->kgd), &kfd->gws);
>   
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

  reply	other threads:[~2021-04-22  2:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-22  2:01 [PATCH] drm/amdkfd: Add Aldebaran gws support Harish Kasiviswanathan
2021-04-22  2:11 ` Felix Kuehling [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-04-27 19:56 Harish Kasiviswanathan
2021-04-27 22:17 ` Greathouse, Joseph

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=525384da-d047-a71f-400a-9118077d0810@amd.com \
    --to=felix.kuehling@amd.com \
    --cc=Harish.Kasiviswanathan@amd.com \
    --cc=Joseph.Greathouse@amd.com \
    --cc=amd-gfx@lists.freedesktop.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox