Searched refs:param_out (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/ |
| A D | dcn32_clk_mgr_smu_msg.c | 71 …th_param(struct clk_mgr_internal *clk_mgr, uint32_t msg_id, uint32_t param_in, uint32_t *param_out) in dcn32_smu_send_msg_with_param() argument 89 if (param_out) in dcn32_smu_send_msg_with_param() 90 *param_out = REG_READ(DAL_ARG_REG); in dcn32_smu_send_msg_with_param() 128 …lk_mgr_internal *clk_mgr, uint32_t msg_id, uint32_t param_in, uint32_t *param_out, unsigned int *t… in dcn32_smu_send_msg_with_param_delay() argument 149 if (param_out) in dcn32_smu_send_msg_with_param_delay() 150 *param_out = REG_READ(DAL_ARG_REG); in dcn32_smu_send_msg_with_param_delay()
|
| /linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn401/ |
| A D | dcn401_clk_mgr_smu_msg.c | 47 …th_param(struct clk_mgr_internal *clk_mgr, uint32_t msg_id, uint32_t param_in, uint32_t *param_out) in dcn401_smu_send_msg_with_param() argument 63 if (param_out) in dcn401_smu_send_msg_with_param() 64 *param_out = REG_READ(DAL_ARG_REG); in dcn401_smu_send_msg_with_param() 102 …lk_mgr_internal *clk_mgr, uint32_t msg_id, uint32_t param_in, uint32_t *param_out, unsigned int *t… in dcn401_smu_send_msg_with_param_delay() argument 123 if (param_out) in dcn401_smu_send_msg_with_param_delay() 124 *param_out = REG_READ(DAL_ARG_REG); in dcn401_smu_send_msg_with_param_delay()
|
| /linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/ |
| A D | dcn30_clk_mgr_smu_msg.c | 77 …th_param(struct clk_mgr_internal *clk_mgr, uint32_t msg_id, uint32_t param_in, uint32_t *param_out) in dcn30_smu_send_msg_with_param() argument 102 if (param_out) in dcn30_smu_send_msg_with_param() 103 *param_out = REG_READ(DAL_ARG_REG); in dcn30_smu_send_msg_with_param()
|
Completed in 8 milliseconds