amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLID
authorDarren Powell <darren.powell@amd.com>
Wed, 7 Apr 2021 04:34:35 +0000 (00:34 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 29 Apr 2021 03:56:14 +0000 (23:56 -0400)
commitb117b3964f38a988cb79825950dbd607c02237f3
tree6263ab18a0b4f189e8fa040b3e25a6c36b305768
parent20a5f5a98e1bb3d40acd97e89299e8c2d22784be
amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLID

Writing to dcefclk causes the gpu to become unresponsive, and requires a reboot.
Patch ignores a .force_clk_levels(SMU_DCEFCLK) call and issues an
info message.

Signed-off-by: Darren Powell <darren.powell@amd.com>
Reviewed-by: Kenneth Feng <kenneth.feng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c
drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c