Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_bios.c918 uint8_t aux_channel, ddc_pin; in parse_ddi_port() local
951 aux_channel = child->raw[25]; in parse_ddi_port()
1010 info->alternate_aux_channel = aux_channel; in parse_ddi_port()
1015 if (aux_channel == DP_AUX_A) in parse_ddi_port()
1017 else if (aux_channel == DP_AUX_B) in parse_ddi_port()
1019 else if (aux_channel == DP_AUX_C) in parse_ddi_port()
1021 else if (aux_channel == DP_AUX_D) in parse_ddi_port()
1024 else if (aux_channel == DP_AUX_A && port != PORT_A) in parse_ddi_port()
1026 else if (aux_channel == DP_AUX_B && port != PORT_B) in parse_ddi_port()
1028 else if (aux_channel == DP_AUX_C && port != PORT_C) in parse_ddi_port()
[all …]