All of lore.kernel.org
 help / color / mirror / Atom feed
From: Leo Liu <leo.liu@amd.com>
To: James Zhu <James.Zhu@amd.com>, amd-gfx@lists.freedesktop.org
Cc: jamesz@amd.com
Subject: Re: [PATCH 1/7] drm/amdgpu/vcn1: add cancel_delayed_work_sync before power gate
Date: Thu, 20 May 2021 09:51:00 -0400	[thread overview]
Message-ID: <6ce3bd0a-8454-e631-72b4-9d518332aab5@amd.com> (raw)
In-Reply-To: <1621441358-14685-1-git-send-email-James.Zhu@amd.com>

The series are:

Reviewed-by: Leo Liu <leo.liu@amd.com>


On 2021-05-19 12:22 p.m., James Zhu wrote:
> Add cancel_delayed_work_sync before set power gating state
> to avoid race condition issue when power gating.
>
> Signed-off-by: James Zhu <James.Zhu@amd.com>
> ---
>   drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c | 6 +++++-
>   1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c b/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c
> index 0c1beef..27b1ced 100644
> --- a/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c
> @@ -231,9 +231,13 @@ static int vcn_v1_0_hw_fini(void *handle)
>   {
>   	struct amdgpu_device *adev = (struct amdgpu_device *)handle;
>   
> +	cancel_delayed_work_sync(&adev->vcn.idle_work);
> +
>   	if ((adev->pg_flags & AMD_PG_SUPPORT_VCN_DPG) ||
> -		RREG32_SOC15(VCN, 0, mmUVD_STATUS))
> +		(adev->vcn.cur_state != AMD_PG_STATE_GATE &&
> +		 RREG32_SOC15(VCN, 0, mmUVD_STATUS))) {
>   		vcn_v1_0_set_powergating_state(adev, AMD_PG_STATE_GATE);
> +	}
>   
>   	return 0;
>   }
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

      parent reply	other threads:[~2021-05-20 13:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-19 16:22 [PATCH 1/7] drm/amdgpu/vcn1: add cancel_delayed_work_sync before power gate James Zhu
2021-05-19 16:22 ` [PATCH 2/7] drm/amdgpu/vcn2.0: " James Zhu
2021-05-19 16:22 ` [PATCH 3/7] drm/amdgpu/vcn2.5: " James Zhu
2021-05-19 16:22 ` [PATCH 4/7] drm/amdgpu/vcn3: " James Zhu
2021-05-19 16:22 ` [PATCH 5/7] drm/amdgpu/jpeg2.0: " James Zhu
2021-05-19 16:22 ` [PATCH 6/7] drm/amdgpu/jpeg2.5: " James Zhu
2021-05-19 16:22 ` [PATCH 7/7] drm/amdgpu/jpeg3: " James Zhu
2021-05-20 10:56 ` [PATCH 1/7] drm/amdgpu/vcn1: " Christian König
2021-05-20 13:51 ` Leo Liu [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=6ce3bd0a-8454-e631-72b4-9d518332aab5@amd.com \
    --to=leo.liu@amd.com \
    --cc=James.Zhu@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=jamesz@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 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.