AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Yao, Yiqing(James)" <yiqinyao@amd.com>
To: Yiqing Yao <yiqing.yao@amd.com>, amd-gfx@lists.freedesktop.org
Cc: Monk.liu@amd.com, marina.nikolic@amd.com
Subject: Re: [PATCH] drm/amd/pm: enable pm sysfs write for one VF mode
Date: Tue, 15 Feb 2022 12:05:34 +0800	[thread overview]
Message-ID: <739d0c7a-3da3-503b-e806-21cb930ba2c4@amd.com> (raw)
In-Reply-To: <20220124100122.1634569-1-yiqing.yao@amd.com>

[-- Attachment #1: Type: text/plain, Size: 1314 bytes --]


On 2/14/2022 10:54 AM, Liu, Monk wrote:

> [AMD Official Use Only]
>
> Reviewed-by: Monk.liu@amd.com
>
> Thanks
>
> -------------------------------------------------------------------
>
> Monk Liu | Cloud GPU & Virtualization Solution | AMD
>

On 1/24/2022 6:01 PM, Yiqing Yao wrote:
> [why]
> pm sysfs should be writable in one VF mode as is in passthrough
>
> [how]
> do not remove write access on pm sysfs if device is in one VF mode
>
> Fixes: 4436ea3c43a7 ("amdgpu/pm: Make sysfs pm attributes as read-only for VFs")
> Signed-off-by: Yiqing Yao<yiqing.yao@amd.com>
> ---
>   drivers/gpu/drm/amd/pm/amdgpu_pm.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/pm/amdgpu_pm.c b/drivers/gpu/drm/amd/pm/amdgpu_pm.c
> index 837a31a46596..5250032a2ffb 100644
> --- a/drivers/gpu/drm/amd/pm/amdgpu_pm.c
> +++ b/drivers/gpu/drm/amd/pm/amdgpu_pm.c
> @@ -2006,8 +2006,8 @@ static int default_attr_update(struct amdgpu_device *adev, struct amdgpu_device_
>   		}
>   	}
>   
> -	/* setting should not be allowed from VF */
> -	if (amdgpu_sriov_vf(adev)) {
> +	/* setting should not be allowed from VF if not in one VF mode */
> +	if (amdgpu_sriov_vf(adev) && !amdgpu_sriov_is_pp_one_vf(adev)) {
>   		dev_attr->attr.mode &= ~S_IWUGO;
>   		dev_attr->store = NULL;
>   	}

[-- Attachment #2: Type: text/html, Size: 5851 bytes --]

      reply	other threads:[~2022-02-15  4:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-24 10:01 [PATCH] drm/amd/pm: enable pm sysfs write for one VF mode Yiqing Yao
2022-02-15  4:05 ` Yao, Yiqing(James) [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=739d0c7a-3da3-503b-e806-21cb930ba2c4@amd.com \
    --to=yiqinyao@amd.com \
    --cc=Monk.liu@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=marina.nikolic@amd.com \
    --cc=yiqing.yao@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