All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Lazar, Lijo" <lijo.lazar@amd.com>
To: Guchun Chen <guchun.chen@amd.com>,
	amd-gfx@lists.freedesktop.org, christian.koenig@amd.com,
	hawking.zhang@amd.com, alexander.deucher@amd.com,
	evan.quan@amd.com
Subject: Re: [PATCH] drm/amdgpu: disable runtime pm on several sienna cichlid cards
Date: Wed, 27 Apr 2022 15:45:59 +0530	[thread overview]
Message-ID: <71203a07-9f5c-1193-4014-879e6f4766b7@amd.com> (raw)
In-Reply-To: <20220427101134.17917-1-guchun.chen@amd.com>



On 4/27/2022 3:41 PM, Guchun Chen wrote:
> Disable runtime power management on several sienna cichlid
> cards, otherwise SMU will possibly fail to be resumed from
> runtime suspend. Will drop this after a clean solution between
> kernel driver and SMU FW is available.
> 
> amdgpu 0000:63:00.0: amdgpu: GECC is enabled
> amdgpu 0000:63:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
> amdgpu 0000:63:00.0: amdgpu: SMU is resuming...
> amdgpu 0000:63:00.0: amdgpu: SMU: I'm not done with your command: SMN_C2PMSG_66:0x0000000E SMN_C2PMSG_82:0x00000080
> amdgpu 0000:63:00.0: amdgpu: Failed to SetDriverDramAddr!
> amdgpu 0000:63:00.0: amdgpu: Failed to setup smc hw!
> [drm:amdgpu_device_ip_resume_phase2 [amdgpu]] *ERROR* resume of IP block <smu> failed -62
> amdgpu 0000:63:00.0: amdgpu: amdgpu_device_ip_resume failed (-62)
> 
> Signed-off-by: Guchun Chen <guchun.chen@amd.com>
> ---
>   drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 9 +++++++++
>   1 file changed, 9 insertions(+)
> 
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
> index 262938f0dfdb..9c483787c0ca 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
> @@ -180,6 +180,15 @@ int amdgpu_driver_load_kms(struct amdgpu_device *adev, unsigned long flags)
>   		 */
>   		if (adev->is_fw_fb)
>   			adev->runpm = false;
> +
> +		/*
> +		 * Add below quirk on several sienna_cichlid cards to disable
> +		 * runtime pm to fix EMI failures.
> +		 */
> +		if (((adev->pdev->device == 0x73A1) && (adev->pdev->revision == 0x00)) ||
> +		    ((adev->pdev->device == 0x73BF) && (adev->pdev->revision == 0xCF)))
> +			adev->runpm = false;
> +

Separate to amdgpu_runtime_pm_quirk()?

Thanks,
Lijo

>   		if (adev->runpm)
>   			dev_info(adev->dev, "Using BACO for runtime pm\n");
>   	}
> 

  reply	other threads:[~2022-04-27 10:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-27 10:11 [PATCH] drm/amdgpu: disable runtime pm on several sienna cichlid cards Guchun Chen
2022-04-27 10:15 ` Lazar, Lijo [this message]
2022-04-27 10:22   ` Chen, Guchun

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=71203a07-9f5c-1193-4014-879e6f4766b7@amd.com \
    --to=lijo.lazar@amd.com \
    --cc=alexander.deucher@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=christian.koenig@amd.com \
    --cc=evan.quan@amd.com \
    --cc=guchun.chen@amd.com \
    --cc=hawking.zhang@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.