Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_display_power.h42 POWER_DOMAIN_PORT_DDI_F_LANES, enumerator
43 POWER_DOMAIN_PORT_DDI_TC3_LANES = POWER_DOMAIN_PORT_DDI_F_LANES,
Dintel_display_power.c81 case POWER_DOMAIN_PORT_DDI_F_LANES: in intel_display_power_domain_str()
82 BUILD_BUG_ON(POWER_DOMAIN_PORT_DDI_F_LANES != in intel_display_power_domain_str()
2408 BIT_ULL(POWER_DOMAIN_PORT_DDI_F_LANES) | \
2484 BIT_ULL(POWER_DOMAIN_PORT_DDI_F_LANES) | \
Dintel_display.c6739 return POWER_DOMAIN_PORT_DDI_F_LANES; in intel_port_to_power_domain()