Home
last modified time | relevance | path

Searched refs:smu9_send_msg_to_smc_with_parameter (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/smumgr/
Dvega12_smumgr.c53 PP_ASSERT_WITH_CODE(smu9_send_msg_to_smc_with_parameter(hwmgr, in vega12_copy_table_from_smc()
57 PP_ASSERT_WITH_CODE(smu9_send_msg_to_smc_with_parameter(hwmgr, in vega12_copy_table_from_smc()
62 PP_ASSERT_WITH_CODE(smu9_send_msg_to_smc_with_parameter(hwmgr, in vega12_copy_table_from_smc()
98 PP_ASSERT_WITH_CODE(smu9_send_msg_to_smc_with_parameter(hwmgr, in vega12_copy_table_to_smc()
103 PP_ASSERT_WITH_CODE(smu9_send_msg_to_smc_with_parameter(hwmgr, in vega12_copy_table_to_smc()
108 PP_ASSERT_WITH_CODE(smu9_send_msg_to_smc_with_parameter(hwmgr, in vega12_copy_table_to_smc()
126 PP_ASSERT_WITH_CODE(smu9_send_msg_to_smc_with_parameter(hwmgr, in vega12_enable_smc_features()
130 PP_ASSERT_WITH_CODE(smu9_send_msg_to_smc_with_parameter(hwmgr, in vega12_enable_smc_features()
135 PP_ASSERT_WITH_CODE(smu9_send_msg_to_smc_with_parameter(hwmgr, in vega12_enable_smc_features()
139 PP_ASSERT_WITH_CODE(smu9_send_msg_to_smc_with_parameter(hwmgr, in vega12_enable_smc_features()
[all …]
Dvega10_smumgr.c50 smu9_send_msg_to_smc_with_parameter(hwmgr, in vega10_copy_table_from_smc()
53 smu9_send_msg_to_smc_with_parameter(hwmgr, in vega10_copy_table_from_smc()
56 smu9_send_msg_to_smc_with_parameter(hwmgr, in vega10_copy_table_from_smc()
84 smu9_send_msg_to_smc_with_parameter(hwmgr, in vega10_copy_table_to_smc()
87 smu9_send_msg_to_smc_with_parameter(hwmgr, in vega10_copy_table_to_smc()
90 smu9_send_msg_to_smc_with_parameter(hwmgr, in vega10_copy_table_to_smc()
136 smu9_send_msg_to_smc_with_parameter(hwmgr, in vega10_set_tools_address()
139 smu9_send_msg_to_smc_with_parameter(hwmgr, in vega10_set_tools_address()
361 .send_msg_to_smc_with_parameter = &smu9_send_msg_to_smc_with_parameter,
Dsmu9_smumgr.h28 int smu9_send_msg_to_smc_with_parameter(struct pp_hwmgr *hwmgr,
Dsmu9_smumgr.c122 int smu9_send_msg_to_smc_with_parameter(struct pp_hwmgr *hwmgr, in smu9_send_msg_to_smc_with_parameter() function