Home
last modified time | relevance | path

Searched refs:phy_id_to_atom (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/dce110/
H A Dcommand_table_helper_dce110.c34 static uint8_t phy_id_to_atom(enum transmitter t) in phy_id_to_atom() function
314 .phy_id_to_atom = phy_id_to_atom,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/dce80/
H A Dcommand_table_helper_dce80.c273 static uint8_t phy_id_to_atom(enum transmitter t) in phy_id_to_atom() function
339 .phy_id_to_atom = phy_id_to_atom,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/dce60/
H A Dcommand_table_helper_dce60.c273 static uint8_t phy_id_to_atom(enum transmitter t) in phy_id_to_atom() function
339 .phy_id_to_atom = phy_id_to_atom,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/dce112/
H A Dcommand_table_helper2_dce112.c34 static uint8_t phy_id_to_atom(enum transmitter t) in phy_id_to_atom() function
366 .phy_id_to_atom = phy_id_to_atom,
H A Dcommand_table_helper_dce112.c34 static uint8_t phy_id_to_atom(enum transmitter t) in phy_id_to_atom() function
366 .phy_id_to_atom = phy_id_to_atom,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dcommand_table_helper_struct.h58 uint8_t (*phy_id_to_atom)(enum transmitter t); member
H A Dcommand_table2.c273 ps.param.phyid = cmd->phy_id_to_atom(cntl->transmitter); in transmitter_control_v1_6()
340 dig_v1_7.phyid = cmd->phy_id_to_atom(cntl->transmitter); in transmitter_control_v1_7()
H A Dcommand_table.c817 params.ucPhyId = cmd->phy_id_to_atom(cntl->transmitter); in transmitter_control_v1_5()
878 params.ucPhyId = cmd->phy_id_to_atom(cntl->transmitter); in transmitter_control_v1_6()