Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/smumgr/
Dvega12_smumgr.c52 PP_ASSERT_WITH_CODE(smu9_send_msg_to_smc_with_parameter(hwmgr, in vega12_copy_table_from_smc()
56 PP_ASSERT_WITH_CODE(smu9_send_msg_to_smc_with_parameter(hwmgr, in vega12_copy_table_from_smc()
61 PP_ASSERT_WITH_CODE(smu9_send_msg_to_smc_with_parameter(hwmgr, in vega12_copy_table_from_smc()
94 PP_ASSERT_WITH_CODE(smu9_send_msg_to_smc_with_parameter(hwmgr, in vega12_copy_table_to_smc()
99 PP_ASSERT_WITH_CODE(smu9_send_msg_to_smc_with_parameter(hwmgr, in vega12_copy_table_to_smc()
104 PP_ASSERT_WITH_CODE(smu9_send_msg_to_smc_with_parameter(hwmgr, in vega12_copy_table_to_smc()
122 PP_ASSERT_WITH_CODE(smu9_send_msg_to_smc_with_parameter(hwmgr, in vega12_enable_smc_features()
126 PP_ASSERT_WITH_CODE(smu9_send_msg_to_smc_with_parameter(hwmgr, in vega12_enable_smc_features()
131 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()
[all …]
Dvega10_smumgr.c47 smu9_send_msg_to_smc_with_parameter(hwmgr, in vega10_copy_table_from_smc()
50 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()
78 smu9_send_msg_to_smc_with_parameter(hwmgr, in vega10_copy_table_to_smc()
81 smu9_send_msg_to_smc_with_parameter(hwmgr, in vega10_copy_table_to_smc()
84 smu9_send_msg_to_smc_with_parameter(hwmgr, in vega10_copy_table_to_smc()
120 smu9_send_msg_to_smc_with_parameter(hwmgr, in vega10_set_tools_address()
123 smu9_send_msg_to_smc_with_parameter(hwmgr, in vega10_set_tools_address()
344 .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.c124 int smu9_send_msg_to_smc_with_parameter(struct pp_hwmgr *hwmgr, in smu9_send_msg_to_smc_with_parameter() function