Searched refs:smu_print (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/ |
D | dcn30_clk_mgr_smu_msg.c | 45 #define smu_print(str, ...) {DC_LOG_SMU(str, ##__VA_ARGS__); } macro 105 smu_print("SMU Test message: %d\n", input); in dcn30_smu_test_message() 117 smu_print("SMU Get SMU version\n"); in dcn30_smu_get_smu_version() 122 smu_print("SMU version: %d\n", *version); in dcn30_smu_get_smu_version() 135 smu_print("SMU Check driver if version\n"); in dcn30_smu_check_driver_if_version() 140 smu_print("SMU driver if version: %d\n", response); in dcn30_smu_check_driver_if_version() 154 smu_print("SMU Check msg header version\n"); in dcn30_smu_check_msg_header_version() 159 smu_print("SMU msg header version: %d\n", response); in dcn30_smu_check_msg_header_version() 170 smu_print("SMU Set DRAM addr high: %d\n", addr_high); in dcn30_smu_set_dram_addr_high() 178 smu_print("SMU Set DRAM addr low: %d\n", addr_low); in dcn30_smu_set_dram_addr_low() [all …]
|
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/ |
D | rn_clk_mgr_vbios_smu.c | 48 #define smu_print(str, ...) {DC_LOG_SMU(str, ##__VA_ARGS__); } macro 106 smu_print("SMU Response was not OK. SMU response after wait received is: %d\n", result); in rn_vbios_smu_send_msg_with_param() 192 …smu_print("actual_dcfclk_set_mhz %d is set to : %d\n", actual_dcfclk_set_mhz, actual_dcfclk_set_mh… in rn_vbios_smu_set_hard_min_dcfclk()
|
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/ |
D | dcn301_smu.c | 48 #define smu_print(str, ...) {DC_LOG_SMU(str, ##__VA_ARGS__); } macro 106 smu_print("SMU Response was not OK. SMU response after wait received is: %d\n", result); in dcn301_smu_send_msg_with_param() 184 …smu_print("actual_dcfclk_set_mhz %d is set to : %d\n", actual_dcfclk_set_mhz, actual_dcfclk_set_mh… in dcn301_smu_set_hard_min_dcfclk()
|
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/ |
D | dcn316_smu.c | 65 #define smu_print(str, ...) {DC_LOG_SMU(str, ##__VA_ARGS__); } macro 129 smu_print("SMU Response was not OK. SMU response after wait received is: %d\n", result); in dcn316_smu_send_msg_with_param() 195 …smu_print("actual_dcfclk_set_mhz %d is set to : %d\n", actual_dcfclk_set_mhz, actual_dcfclk_set_mh… in dcn316_smu_set_hard_min_dcfclk()
|
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/ |
D | dcn31_smu.c | 47 #define smu_print(str, ...) {DC_LOG_SMU(str, ##__VA_ARGS__); } macro 113 smu_print("SMU Response was not OK. SMU response after wait received is: %d\n", result); in dcn31_smu_send_msg_with_param() 206 …smu_print("actual_dcfclk_set_mhz %d is set to : %d\n", actual_dcfclk_set_mhz, actual_dcfclk_set_mh… in dcn31_smu_set_hard_min_dcfclk()
|
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/ |
D | dcn315_smu.c | 77 #define smu_print(str, ...) {DC_LOG_SMU(str, ##__VA_ARGS__); } macro 141 smu_print("SMU Response was not OK. SMU response after wait received is: %d\n", result); in dcn315_smu_send_msg_with_param() 209 …smu_print("actual_dcfclk_set_mhz %d is set to : %d\n", actual_dcfclk_set_mhz, actual_dcfclk_set_mh… in dcn315_smu_set_hard_min_dcfclk()
|