]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit50d9a08ad7c76e13619cc9e50d8997d347761e24
tree6263ab18a0b4f189e8fa040b3e25a6c36b305768
parent05167e5fbfbbc93321c548ef36cb23ad5c8a3115
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