drm/amd/pm set pp_dpm_*clk as read only for SRIOV one VF mode
authorLin.Cao <lincao12@amd.com>
Fri, 15 Mar 2024 03:50:11 +0000 (11:50 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 22 Mar 2024 19:50:12 +0000 (15:50 -0400)
commit734ae8ef625e30ea9b3ea0e7c8110bdceb6ddf26
treed3ca87671a0e19252f40540c2be9bff36c97112a
parent3be6a63e06573d4e55fabda8873b73327cf73da8
drm/amd/pm set pp_dpm_*clk as read only for SRIOV one VF mode

pp_dpm_*clk should be set as read only for SRIOV one VF mode, remove
S_IWUGO flag and _store function of these debugfs in one VF mode.

Signed-off-by: Lin.Cao <lincao12@amd.com>
Acked-by: Jingwen Chen <Jingwen.Chen2@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/amdgpu_pm.c