All of lore.kernel.org
 help / color / mirror / Atom feed
From: Felix Kuehling <felix.kuehling@amd.com>
To: Graham Sider <Graham.Sider@amd.com>, amd-gfx@lists.freedesktop.org
Subject: Re: [PATCH] drm/amdkfd: fix MQD init for GFX11 in init_mqd
Date: Thu, 22 Sep 2022 13:18:54 -0400	[thread overview]
Message-ID: <aed3002c-96a2-f826-3963-97b3eef1ccef@amd.com> (raw)
In-Reply-To: <20220921184700.617748-1-Graham.Sider@amd.com>

Am 2022-09-21 um 14:47 schrieb Graham Sider:
> Set remaining compute_static_thread_mgmt_se* accordingly.
>
> Signed-off-by: Graham Sider <Graham.Sider@amd.com>

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


> ---
>   drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v11.c | 4 ++++
>   1 file changed, 4 insertions(+)
>
> diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v11.c b/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v11.c
> index d982c154537e..26b53b6d673e 100644
> --- a/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v11.c
> +++ b/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v11.c
> @@ -126,6 +126,10 @@ static void init_mqd(struct mqd_manager *mm, void **mqd,
>   	m->compute_static_thread_mgmt_se1 = 0xFFFFFFFF;
>   	m->compute_static_thread_mgmt_se2 = 0xFFFFFFFF;
>   	m->compute_static_thread_mgmt_se3 = 0xFFFFFFFF;
> +	m->compute_static_thread_mgmt_se4 = 0xFFFFFFFF;
> +	m->compute_static_thread_mgmt_se5 = 0xFFFFFFFF;
> +	m->compute_static_thread_mgmt_se6 = 0xFFFFFFFF;
> +	m->compute_static_thread_mgmt_se7 = 0xFFFFFFFF;
>   
>   	m->cp_hqd_persistent_state = CP_HQD_PERSISTENT_STATE__PRELOAD_REQ_MASK |
>   			0x55 << CP_HQD_PERSISTENT_STATE__PRELOAD_SIZE__SHIFT;

      parent reply	other threads:[~2022-09-22 17:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-21 18:47 [PATCH] drm/amdkfd: fix MQD init for GFX11 in init_mqd Graham Sider
2022-09-21 18:49 ` Alex Deucher
2022-09-22 17:18 ` Felix Kuehling [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=aed3002c-96a2-f826-3963-97b3eef1ccef@amd.com \
    --to=felix.kuehling@amd.com \
    --cc=Graham.Sider@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 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.