Searched refs:clock_source_id_to_atom (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/dce110/ |
H A D | command_table_helper_dce110.c | 164 static bool clock_source_id_to_atom( in clock_source_id_to_atom() function 308 .clock_source_id_to_atom = clock_source_id_to_atom,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/dce80/ |
H A D | command_table_helper_dce80.c | 106 static bool clock_source_id_to_atom( in clock_source_id_to_atom() function 333 .clock_source_id_to_atom = clock_source_id_to_atom,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/dce60/ |
H A D | command_table_helper_dce60.c | 106 static bool clock_source_id_to_atom( in clock_source_id_to_atom() function 333 .clock_source_id_to_atom = clock_source_id_to_atom,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/dce112/ |
H A D | command_table_helper2_dce112.c | 161 static bool clock_source_id_to_atom( in clock_source_id_to_atom() function 360 .clock_source_id_to_atom = clock_source_id_to_atom,
|
H A D | command_table_helper_dce112.c | 161 static bool clock_source_id_to_atom( in clock_source_id_to_atom() function 360 .clock_source_id_to_atom = clock_source_id_to_atom,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/ |
H A D | command_table_helper_struct.h | 46 bool (*clock_source_id_to_atom)(enum clock_source_id id, member
|
H A D | command_table.c | 579 if (!cmd->clock_source_id_to_atom(cntl->pll_id, &pll_id)) in transmitter_control_v3() 1057 if (bp->cmd_helper->clock_source_id_to_atom(bp_params->pll_id, &pll_id) in set_pixel_clock_v5() 1127 if (bp->cmd_helper->clock_source_id_to_atom(bp_params->pll_id, &pll_id) in set_pixel_clock_v6() 1219 if (bp->cmd_helper->clock_source_id_to_atom(bp_params->pll_id, &pll_id) in set_pixel_clock_v7() 2122 if (!bp->cmd_helper->clock_source_id_to_atom( in program_clock_v5() 2154 if (!bp->cmd_helper->clock_source_id_to_atom( in program_clock_v6() 2400 if (!cmd->clock_source_id_to_atom(bp_params->pll_id, &atom_pll_id) || in set_dce_clock_v2_1()
|
H A D | command_table2.c | 446 if (bp->cmd_helper->clock_source_id_to_atom(bp_params->pll_id, &pll_id) in set_pixel_clock_v7() 886 if (!cmd->clock_source_id_to_atom(bp_params->pll_id, &atom_pll_id) || in set_dce_clock_v2_1()
|