Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/bios/dce110/
Dcommand_table_helper_dce110.c125 uint8_t atom_hpd_sel = 0; in hpd_sel_to_atom() local
129 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD1_SEL; in hpd_sel_to_atom()
132 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD2_SEL; in hpd_sel_to_atom()
135 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD3_SEL; in hpd_sel_to_atom()
138 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD4_SEL; in hpd_sel_to_atom()
141 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD5_SEL; in hpd_sel_to_atom()
144 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD6_SEL; in hpd_sel_to_atom()
148 atom_hpd_sel = 0; in hpd_sel_to_atom()
151 return atom_hpd_sel >> 4; in hpd_sel_to_atom()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/bios/dce112/
Dcommand_table_helper2_dce112.c122 uint8_t atom_hpd_sel = 0; in hpd_sel_to_atom() local
126 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD1_SEL; in hpd_sel_to_atom()
129 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD2_SEL; in hpd_sel_to_atom()
132 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD3_SEL; in hpd_sel_to_atom()
135 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD4_SEL; in hpd_sel_to_atom()
138 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD5_SEL; in hpd_sel_to_atom()
141 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD6_SEL; in hpd_sel_to_atom()
145 atom_hpd_sel = 0; in hpd_sel_to_atom()
148 return atom_hpd_sel; in hpd_sel_to_atom()
Dcommand_table_helper_dce112.c122 uint8_t atom_hpd_sel = 0; in hpd_sel_to_atom() local
126 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD1_SEL; in hpd_sel_to_atom()
129 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD2_SEL; in hpd_sel_to_atom()
132 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD3_SEL; in hpd_sel_to_atom()
135 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD4_SEL; in hpd_sel_to_atom()
138 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD5_SEL; in hpd_sel_to_atom()
141 atom_hpd_sel = ATOM_TRANSMITTER_V6_HPD6_SEL; in hpd_sel_to_atom()
145 atom_hpd_sel = 0; in hpd_sel_to_atom()
148 return atom_hpd_sel; in hpd_sel_to_atom()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/bios/dce60/
Dcommand_table_helper_dce60.c210 uint8_t atom_hpd_sel = 0; in hpd_sel_to_atom() local
214 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD1_SEL; in hpd_sel_to_atom()
217 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD2_SEL; in hpd_sel_to_atom()
220 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD3_SEL; in hpd_sel_to_atom()
223 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD4_SEL; in hpd_sel_to_atom()
226 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD5_SEL; in hpd_sel_to_atom()
229 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD6_SEL; in hpd_sel_to_atom()
233 atom_hpd_sel = 0; in hpd_sel_to_atom()
236 return atom_hpd_sel >> 4; in hpd_sel_to_atom()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/bios/dce80/
Dcommand_table_helper_dce80.c210 uint8_t atom_hpd_sel = 0; in hpd_sel_to_atom() local
214 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD1_SEL; in hpd_sel_to_atom()
217 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD2_SEL; in hpd_sel_to_atom()
220 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD3_SEL; in hpd_sel_to_atom()
223 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD4_SEL; in hpd_sel_to_atom()
226 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD5_SEL; in hpd_sel_to_atom()
229 atom_hpd_sel = ATOM_TRANSMITTER_CONFIG_V5_HPD6_SEL; in hpd_sel_to_atom()
233 atom_hpd_sel = 0; in hpd_sel_to_atom()
236 return atom_hpd_sel >> 4; in hpd_sel_to_atom()