OSDN Git Service

drm/amd/display: remove duplicate call to rn_vbios_smu_get_smu_version()
authorDirk Gouders <dirk@gouders.net>
Sun, 27 Sep 2020 09:39:45 +0000 (11:39 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 29 Sep 2020 21:10:31 +0000 (17:10 -0400)
commit548c7ba7dc9e9dacb43bd2af00b586da48015d04
tree9aee87b1bd33bcd77dacc23fb01a473231cf187b
parent3c26d0314c10ceb77511e2cc81894001d488c1d0
drm/amd/display: remove duplicate call to rn_vbios_smu_get_smu_version()

Commit 78fe9f63947a2b ("drm/amd/display: Remove DISPCLK Limit Floor for Certain SMU Versions")
added a call to rn_vbios_smu_get_smu_version() to set clk_mgr->smu_ver.
That field is initialized prior to the if-statement, already.

Fixes: 78fe9f63947a2b (drm/amd/display: Remove DISPCLK Limit Floor for Certain SMU Versions)
Signed-off-by: Dirk Gouders <dirk@gouders.net>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Sung Lee <sung.lee@amd.com>
Cc: Yongqiang Sun <yongqiang.sun@amd.com>
Cc: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c