Searched refs:atom_clock_type (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
H A Dcommand_table_helper_struct.h64 uint32_t *atom_clock_type);
H A Damdgpu_command_table2.c803 uint32_t atom_clock_type; local
810 &atom_clock_type))
814 params.param.dceclktype = atom_clock_type;
H A Damdgpu_command_table.c2319 uint32_t atom_clock_type; local
2325 !cmd->dc_clock_type_to_atom(bp_params->clock_type, &atom_clock_type))
2329 params.asParam.ucDCEClkType = atom_clock_type;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/dce112/
H A Damdgpu_command_table_helper2_dce112.c312 uint32_t *atom_clock_type)
316 if (atom_clock_type != NULL) {
319 *atom_clock_type = DCE_CLOCK_TYPE_DISPCLK;
323 *atom_clock_type = DCE_CLOCK_TYPE_DPREFCLK;
310 dc_clock_type_to_atom( enum bp_dce_clock_type id, uint32_t *atom_clock_type) argument
H A Damdgpu_command_table_helper_dce112.c312 uint32_t *atom_clock_type)
316 if (atom_clock_type != NULL) {
319 *atom_clock_type = DCE_CLOCK_TYPE_DISPCLK;
323 *atom_clock_type = DCE_CLOCK_TYPE_DPREFCLK;
310 dc_clock_type_to_atom( enum bp_dce_clock_type id, uint32_t *atom_clock_type) argument

Completed in 77 milliseconds