Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/bios/dce110/
Dcommand_table_helper_dce110.c36 uint8_t atom_phy_id; in phy_id_to_atom() local
40 atom_phy_id = ATOM_PHY_ID_UNIPHYA; in phy_id_to_atom()
43 atom_phy_id = ATOM_PHY_ID_UNIPHYB; in phy_id_to_atom()
46 atom_phy_id = ATOM_PHY_ID_UNIPHYC; in phy_id_to_atom()
49 atom_phy_id = ATOM_PHY_ID_UNIPHYD; in phy_id_to_atom()
52 atom_phy_id = ATOM_PHY_ID_UNIPHYE; in phy_id_to_atom()
55 atom_phy_id = ATOM_PHY_ID_UNIPHYF; in phy_id_to_atom()
58 atom_phy_id = ATOM_PHY_ID_UNIPHYG; in phy_id_to_atom()
61 atom_phy_id = ATOM_PHY_ID_UNIPHYA; in phy_id_to_atom()
64 return atom_phy_id; in phy_id_to_atom()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/bios/dce80/
Dcommand_table_helper_dce80.c275 uint8_t atom_phy_id; in phy_id_to_atom() local
279 atom_phy_id = ATOM_PHY_ID_UNIPHYA; in phy_id_to_atom()
282 atom_phy_id = ATOM_PHY_ID_UNIPHYB; in phy_id_to_atom()
285 atom_phy_id = ATOM_PHY_ID_UNIPHYC; in phy_id_to_atom()
288 atom_phy_id = ATOM_PHY_ID_UNIPHYD; in phy_id_to_atom()
291 atom_phy_id = ATOM_PHY_ID_UNIPHYE; in phy_id_to_atom()
294 atom_phy_id = ATOM_PHY_ID_UNIPHYF; in phy_id_to_atom()
297 atom_phy_id = ATOM_PHY_ID_UNIPHYG; in phy_id_to_atom()
300 atom_phy_id = ATOM_PHY_ID_UNIPHYA; in phy_id_to_atom()
303 return atom_phy_id; in phy_id_to_atom()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/bios/dce60/
Dcommand_table_helper_dce60.c275 uint8_t atom_phy_id; in phy_id_to_atom() local
279 atom_phy_id = ATOM_PHY_ID_UNIPHYA; in phy_id_to_atom()
282 atom_phy_id = ATOM_PHY_ID_UNIPHYB; in phy_id_to_atom()
285 atom_phy_id = ATOM_PHY_ID_UNIPHYC; in phy_id_to_atom()
288 atom_phy_id = ATOM_PHY_ID_UNIPHYD; in phy_id_to_atom()
291 atom_phy_id = ATOM_PHY_ID_UNIPHYE; in phy_id_to_atom()
294 atom_phy_id = ATOM_PHY_ID_UNIPHYF; in phy_id_to_atom()
297 atom_phy_id = ATOM_PHY_ID_UNIPHYG; in phy_id_to_atom()
300 atom_phy_id = ATOM_PHY_ID_UNIPHYA; in phy_id_to_atom()
303 return atom_phy_id; in phy_id_to_atom()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/bios/dce112/
Dcommand_table_helper2_dce112.c36 uint8_t atom_phy_id; in phy_id_to_atom() local
40 atom_phy_id = ATOM_PHY_ID_UNIPHYA; in phy_id_to_atom()
43 atom_phy_id = ATOM_PHY_ID_UNIPHYB; in phy_id_to_atom()
46 atom_phy_id = ATOM_PHY_ID_UNIPHYC; in phy_id_to_atom()
49 atom_phy_id = ATOM_PHY_ID_UNIPHYD; in phy_id_to_atom()
52 atom_phy_id = ATOM_PHY_ID_UNIPHYE; in phy_id_to_atom()
55 atom_phy_id = ATOM_PHY_ID_UNIPHYF; in phy_id_to_atom()
58 atom_phy_id = ATOM_PHY_ID_UNIPHYG; in phy_id_to_atom()
61 atom_phy_id = ATOM_PHY_ID_UNIPHYA; in phy_id_to_atom()
64 return atom_phy_id; in phy_id_to_atom()
Dcommand_table_helper_dce112.c36 uint8_t atom_phy_id; in phy_id_to_atom() local
40 atom_phy_id = ATOM_PHY_ID_UNIPHYA; in phy_id_to_atom()
43 atom_phy_id = ATOM_PHY_ID_UNIPHYB; in phy_id_to_atom()
46 atom_phy_id = ATOM_PHY_ID_UNIPHYC; in phy_id_to_atom()
49 atom_phy_id = ATOM_PHY_ID_UNIPHYD; in phy_id_to_atom()
52 atom_phy_id = ATOM_PHY_ID_UNIPHYE; in phy_id_to_atom()
55 atom_phy_id = ATOM_PHY_ID_UNIPHYF; in phy_id_to_atom()
58 atom_phy_id = ATOM_PHY_ID_UNIPHYG; in phy_id_to_atom()
61 atom_phy_id = ATOM_PHY_ID_UNIPHYA; in phy_id_to_atom()
64 return atom_phy_id; in phy_id_to_atom()