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

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

Completed in 138 milliseconds