summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c
diff options
context:
space:
mode:
authorMa Jun <Jun.Ma2@amd.com>2024-03-25 10:17:52 +0800
committerAlex Deucher <alexander.deucher@amd.com>2024-04-09 22:07:50 -0400
commit1b19959427988f02236d5fe5ddb776705da22c87 (patch)
tree218d08fb1cf72bcaceafa5ebd132427211261267 /drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c
parente5040d1496be041a586bb74357703677b0cac232 (diff)
downloadlinux-stable-1b19959427988f02236d5fe5ddb776705da22c87.tar.gz
linux-stable-1b19959427988f02236d5fe5ddb776705da22c87.tar.bz2
linux-stable-1b19959427988f02236d5fe5ddb776705da22c87.zip
drm/amdgpu/pm: Change the member function name in pp_hwmgr_func and pptable_funcs
Use a unified and more explicit name get_bamaco_support to replace is_baco_support and get_asic_baco_capability Signed-off-by: Ma Jun <Jun.Ma2@amd.com> Suggested-by: Lijo Lazar <lijo.lazar@amd.com> Reviewed-by: Lijo Lazar <lijo.lazar@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c')
-rw-r--r--drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c
index ce16f2a08a47..0193b81eab14 100644
--- a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c
+++ b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c
@@ -2268,7 +2268,7 @@ static int smu_v13_0_baco_set_state(struct smu_context *smu,
return ret;
}
-bool smu_v13_0_baco_is_support(struct smu_context *smu)
+bool smu_v13_0_get_bamaco_support(struct smu_context *smu)
{
struct smu_baco_context *smu_baco = &smu->smu_baco;