Home
last modified time | relevance | path

Searched refs:hpd_sel_to_atom (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/bios/dce110/
H A Dcommand_table_helper_dce110.c123 static uint8_t hpd_sel_to_atom(enum hpd_source_id id) in hpd_sel_to_atom() function
340 .hpd_sel_to_atom = hpd_sel_to_atom,
/dragonfly/sys/dev/drm/amd/display/dc/bios/dce80/
H A Dcommand_table_helper_dce80.c208 static uint8_t hpd_sel_to_atom(enum hpd_source_id id) in hpd_sel_to_atom() function
337 .hpd_sel_to_atom = hpd_sel_to_atom,
/dragonfly/sys/dev/drm/amd/display/dc/bios/dce112/
H A Dcommand_table_helper2_dce112.c120 static uint8_t hpd_sel_to_atom(enum hpd_source_id id) in hpd_sel_to_atom() function
392 .hpd_sel_to_atom = hpd_sel_to_atom,
H A Dcommand_table_helper_dce112.c120 static uint8_t hpd_sel_to_atom(enum hpd_source_id id) in hpd_sel_to_atom() function
392 .hpd_sel_to_atom = hpd_sel_to_atom,
/dragonfly/sys/dev/drm/amd/display/dc/bios/
H A Dcommand_table_helper_struct.h56 uint8_t (*hpd_sel_to_atom)(enum hpd_source_id id); member
H A Dcommand_table2.c212 ps.param.hpdsel = cmd->hpd_sel_to_atom(cntl->hpd_sel); in transmitter_control_v1_6()
H A Dcommand_table.c796 cmd->hpd_sel_to_atom(cntl->hpd_sel); in transmitter_control_v1_5()
854 params.ucHPDSel = cmd->hpd_sel_to_atom(cntl->hpd_sel); in transmitter_control_v1_6()