Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/i915/display/
Dintel_bios.c2190 case DVO_PORT_MIPIA: in dvo_port_type()
2194 return DVO_PORT_MIPIA; in dvo_port_type()
3197 if (dvo_port == DVO_PORT_MIPIA || in intel_bios_is_dsi_present()
3201 *port = dvo_port - DVO_PORT_MIPIA; in intel_bios_is_dsi_present()
3208 port_name(dvo_port - DVO_PORT_MIPIA)); in intel_bios_is_dsi_present()
3294 if (child->dvo_port - DVO_PORT_MIPIA == encoder->port) { in intel_bios_get_dsc_params()
Dintel_vbt_defs.h284 #define DVO_PORT_MIPIA 21 /* 171 */ macro