/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/ |
command_table_helper_struct.h | 48 bool (*clock_source_id_to_atom)(enum clock_source_id id, member in struct:command_table_helper
|
amdgpu_command_table.c | 549 if (!cmd->clock_source_id_to_atom(cntl->pll_id, &pll_id)) 1027 if (bp->cmd_helper->clock_source_id_to_atom(bp_params->pll_id, &pll_id) 1084 if (bp->cmd_helper->clock_source_id_to_atom(bp_params->pll_id, &pll_id) 1162 if (bp->cmd_helper->clock_source_id_to_atom(bp_params->pll_id, &pll_id) 2046 if (!bp->cmd_helper->clock_source_id_to_atom( 2078 if (!bp->cmd_helper->clock_source_id_to_atom( 2324 if (!cmd->clock_source_id_to_atom(bp_params->pll_id, &atom_pll_id) ||
|
amdgpu_command_table2.c | 369 if (bp->cmd_helper->clock_source_id_to_atom(bp_params->pll_id, &pll_id) 808 if (!cmd->clock_source_id_to_atom(bp_params->pll_id, &atom_pll_id) ||
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/dce110/ |
amdgpu_command_table_helper_dce110.c | 169 static bool clock_source_id_to_atom( function in typeref:typename:bool 313 .clock_source_id_to_atom = clock_source_id_to_atom,
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/dce112/ |
amdgpu_command_table_helper2_dce112.c | 166 static bool clock_source_id_to_atom( function in typeref:typename:bool 365 .clock_source_id_to_atom = clock_source_id_to_atom,
|
amdgpu_command_table_helper_dce112.c | 166 static bool clock_source_id_to_atom( function in typeref:typename:bool 365 .clock_source_id_to_atom = clock_source_id_to_atom,
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/dce80/ |
amdgpu_command_table_helper_dce80.c | 111 static bool clock_source_id_to_atom( function in typeref:typename:bool 338 .clock_source_id_to_atom = clock_source_id_to_atom,
|