]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amd/pm: enable pm sysfs write for one VF mode
authorYiqing Yao <yiqing.yao@amd.com>
Mon, 24 Jan 2022 08:11:20 +0000 (16:11 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Apr 2022 12:06:06 +0000 (14:06 +0200)
commit6e0be3da2e9d2749aa7df921fb88e72d33684a2c
tree93c8cfa893a2f2990fff78b536c19a5d8a6a166c
parentb28cac8a30f1823d4871f5211e2e60b12322530a
drm/amd/pm: enable pm sysfs write for one VF mode

[ Upstream commit e610941c45bad75aa839af015c27d236ab6749e5 ]

[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: 11c9cc95f818 ("amdgpu/pm: Make sysfs pm attributes as read-only for VFs")
Signed-off-by: Yiqing Yao <yiqing.yao@amd.com>
Reviewed-by: Monk Liu <Monk.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/amd/pm/amdgpu_pm.c