AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Mario Limonciello <superm1@kernel.org>
To: Jonathan Kim <jonathan.kim@amd.com>, amd-gfx@lists.freedesktop.org
Cc: Kent.Russell@amd.com
Subject: Re: [PATCH] drm/amdkfd: bump minimum vgpr size for gfx1151
Date: Fri, 5 Dec 2025 14:00:03 -0600	[thread overview]
Message-ID: <b131aaf7-d747-45bb-b5a7-77c9db77a050@kernel.org> (raw)
In-Reply-To: <20251205195730.1266877-1-jonathan.kim@amd.com>

On 12/5/25 1:57 PM, Jonathan Kim wrote:
> GFX1151 has 1.5x the number of available physical VGPRs per SIMD.
> Bump total memory availability for acquire checks on queue creation.
> 

Cc: stable@vger.kernel.org
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>

> Signed-off-by: Jonathan Kim <jonathan.kim@amd.com>
> ---
>   drivers/gpu/drm/amd/amdkfd/kfd_queue.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_queue.c b/drivers/gpu/drm/amd/amdkfd/kfd_queue.c
> index f1e7583650c4..80c4fa2b0975 100644
> --- a/drivers/gpu/drm/amd/amdkfd/kfd_queue.c
> +++ b/drivers/gpu/drm/amd/amdkfd/kfd_queue.c
> @@ -409,6 +409,7 @@ static u32 kfd_get_vgpr_size_per_cu(u32 gfxv)
>   		vgpr_size = 0x80000;
>   	else if (gfxv == 110000 ||		/* GFX_VERSION_PLUM_BONITO */
>   		 gfxv == 110001 ||		/* GFX_VERSION_WHEAT_NAS */
> +		 gfxv == 110501 ||		/* GFX_VERSION_GFX1151 */
>   		 gfxv == 120000 ||		/* GFX_VERSION_GFX1200 */
>   		 gfxv == 120001)		/* GFX_VERSION_GFX1201 */
>   		vgpr_size = 0x60000;


      reply	other threads:[~2025-12-05 20:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-05 19:57 [PATCH] drm/amdkfd: bump minimum vgpr size for gfx1151 Jonathan Kim
2025-12-05 20:00 ` Mario Limonciello [this message]

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=b131aaf7-d747-45bb-b5a7-77c9db77a050@kernel.org \
    --to=superm1@kernel.org \
    --cc=Kent.Russell@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=jonathan.kim@amd.com \
    /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