Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/bios/dce110/
A Dcommand_table_helper_dce110.c66 uint8_t atom_hpd_sel = 0; in hpd_sel_to_atom() local
70 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD1_SEL; in hpd_sel_to_atom()
73 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD2_SEL; in hpd_sel_to_atom()
76 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD3_SEL; in hpd_sel_to_atom()
79 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD4_SEL; in hpd_sel_to_atom()
82 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD5_SEL; in hpd_sel_to_atom()
85 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD6_SEL; in hpd_sel_to_atom()
89 atom_hpd_sel = 0; in hpd_sel_to_atom()
92 return atom_hpd_sel >> 4; in hpd_sel_to_atom()
/drivers/gpu/drm/amd/display/dc/bios/dce60/
A Dcommand_table_helper_dce60.c139 uint8_t atom_hpd_sel = 0; in hpd_sel_to_atom() local
143 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD1_SEL; in hpd_sel_to_atom()
146 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD2_SEL; in hpd_sel_to_atom()
149 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD3_SEL; in hpd_sel_to_atom()
152 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD4_SEL; in hpd_sel_to_atom()
155 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD5_SEL; in hpd_sel_to_atom()
158 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD6_SEL; in hpd_sel_to_atom()
162 atom_hpd_sel = 0; in hpd_sel_to_atom()
165 return atom_hpd_sel >> 4; in hpd_sel_to_atom()
/drivers/gpu/drm/amd/display/dc/bios/dce80/
A Dcommand_table_helper_dce80.c139 uint8_t atom_hpd_sel = 0; in hpd_sel_to_atom() local
143 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD1_SEL; in hpd_sel_to_atom()
146 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD2_SEL; in hpd_sel_to_atom()
149 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD3_SEL; in hpd_sel_to_atom()
152 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD4_SEL; in hpd_sel_to_atom()
155 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD5_SEL; in hpd_sel_to_atom()
158 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD6_SEL; in hpd_sel_to_atom()
162 atom_hpd_sel = 0; in hpd_sel_to_atom()
165 return atom_hpd_sel >> 4; in hpd_sel_to_atom()
/drivers/gpu/drm/amd/display/dc/bios/dce112/
A Dcommand_table_helper2_dce112.c65 uint8_t atom_hpd_sel = 0; in hpd_sel_to_atom() local
69 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD1_SEL; in hpd_sel_to_atom()
72 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD2_SEL; in hpd_sel_to_atom()
75 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD3_SEL; in hpd_sel_to_atom()
78 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD4_SEL; in hpd_sel_to_atom()
81 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD5_SEL; in hpd_sel_to_atom()
84 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD6_SEL; in hpd_sel_to_atom()
88 atom_hpd_sel = 0; in hpd_sel_to_atom()
91 return atom_hpd_sel; in hpd_sel_to_atom()
A Dcommand_table_helper_dce112.c63 uint8_t atom_hpd_sel = 0; in hpd_sel_to_atom() local
67 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD1_SEL; in hpd_sel_to_atom()
70 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD2_SEL; in hpd_sel_to_atom()
73 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD3_SEL; in hpd_sel_to_atom()
76 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD4_SEL; in hpd_sel_to_atom()
79 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD5_SEL; in hpd_sel_to_atom()
82 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD6_SEL; in hpd_sel_to_atom()
86 atom_hpd_sel = 0; in hpd_sel_to_atom()
89 return atom_hpd_sel; in hpd_sel_to_atom()

Completed in 7 milliseconds