Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_bios.c2364 case DVO_PORT_MIPIA: in dvo_port_type()
2368 return DVO_PORT_MIPIA; in dvo_port_type()
3409 if (dvo_port == DVO_PORT_MIPIA || in intel_bios_is_dsi_present()
3413 *port = dvo_port - DVO_PORT_MIPIA; in intel_bios_is_dsi_present()
3420 port_name(dvo_port - DVO_PORT_MIPIA)); in intel_bios_is_dsi_present()
3506 if (child->dvo_port - DVO_PORT_MIPIA == encoder->port) { in intel_bios_get_dsc_params()
Dintel_vbt_defs.h311 #define DVO_PORT_MIPIA 21 /* 171+ */ macro