]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Specify get_argument function for ci_smu_funcs
authorSandeep Raghuraman <sandy.8925@gmail.com>
Thu, 27 Aug 2020 11:37:33 +0000 (17:07 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 27 Aug 2020 14:10:51 +0000 (10:10 -0400)
commit327db4d680f7265f281f7ee971b732901b32d238
tree7d20d37f7c62b2249d9f7971f9d97fe337152ea8
parentee0744e39a87ab29714cdcd9f035de4d0b3cf394
drm/amdgpu: Specify get_argument function for ci_smu_funcs

Starting in Linux 5.8, the graphics and memory clock frequency were not being
reported for CIK cards. This is a regression, since they were reported correctly
in Linux 5.7.

After investigation, I discovered that the smum_send_msg_to_smc() function,
attempts to call the corresponding get_argument() function of ci_smu_funcs.
However, the get_argument() function is not defined in ci_smu_funcs.

This patch fixes the bug by specifying the correct get_argument() function.

Fixes: a7f3e90d1395ca ("drm/amd/powerplay: unified interfaces for message issuing and response checking")
Signed-off-by: Sandeep Raghuraman <sandy.8925@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/powerplay/smumgr/ci_smumgr.c