Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_display_power.h40 POWER_DOMAIN_PORT_DDI_E_LANES, enumerator
41 POWER_DOMAIN_PORT_DDI_TC2_LANES = POWER_DOMAIN_PORT_DDI_E_LANES,
Dintel_display_power.c77 case POWER_DOMAIN_PORT_DDI_E_LANES: in intel_display_power_domain_str()
78 BUILD_BUG_ON(POWER_DOMAIN_PORT_DDI_E_LANES != in intel_display_power_domain_str()
2286 BIT_ULL(POWER_DOMAIN_PORT_DDI_E_LANES) | \
2483 BIT_ULL(POWER_DOMAIN_PORT_DDI_E_LANES) | \
Dintel_display.c6737 return POWER_DOMAIN_PORT_DDI_E_LANES; in intel_port_to_power_domain()