Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_bios.c1578 if (info->devdata && aux_ch == info->alternate_aux_channel) in get_port_by_aux_ch()
1592 p = get_port_by_aux_ch(i915, info->alternate_aux_channel); in sanitize_aux_ch()
1599 port_name(port), info->alternate_aux_channel, in sanitize_aux_ch()
1615 info->alternate_aux_channel = 0; in sanitize_aux_ch()
1957 info->alternate_aux_channel = child->aux_channel; in parse_ddi_port()
2868 if (!info->alternate_aux_channel) { in intel_bios_port_aux_ch()
2884 switch (info->alternate_aux_channel) { in intel_bios_port_aux_ch()
2945 MISSING_CASE(info->alternate_aux_channel); in intel_bios_port_aux_ch()
/Linux-v5.15/drivers/gpu/drm/i915/
Di915_drv.h649 u8 alternate_aux_channel; member