summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu9_baco.h
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/powerplay/hwmgr/smu9_baco.h
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/powerplay/hwmgr/smu9_baco.h')
-rw-r--r--drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu9_baco.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu9_baco.h b/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu9_baco.h
index 9ff7c2ea1b58..67a5cec8e6b5 100644
--- a/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu9_baco.h
+++ b/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu9_baco.h
@@ -25,7 +25,7 @@
#include "hwmgr.h"
#include "common_baco.h"
-extern bool smu9_baco_get_capability(struct pp_hwmgr *hwmgr);
+extern bool smu9_get_bamaco_support(struct pp_hwmgr *hwmgr);
extern int smu9_baco_get_state(struct pp_hwmgr *hwmgr, enum BACO_STATE *state);
#endif