Home
last modified time | relevance | path

Searched refs:dc_clock_type_to_atom (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/bios/dce112/
H A Dcommand_table_helper2_dce112.c333 static bool dc_clock_type_to_atom( in dc_clock_type_to_atom() function
401 .dc_clock_type_to_atom = dc_clock_type_to_atom,
H A Dcommand_table_helper_dce112.c333 static bool dc_clock_type_to_atom( in dc_clock_type_to_atom() function
401 .dc_clock_type_to_atom = dc_clock_type_to_atom,
/dragonfly/sys/dev/drm/amd/display/dc/bios/
H A Dcommand_table_helper_struct.h61 bool (*dc_clock_type_to_atom)(enum bp_dce_clock_type id, member
H A Dcommand_table2.c722 !cmd->dc_clock_type_to_atom(bp_params->clock_type, in set_dce_clock_v2_1()
H A Dcommand_table.c2434 !cmd->dc_clock_type_to_atom(bp_params->clock_type, &atom_clock_type)) in set_dce_clock_v2_1()