Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_display_power.h38 POWER_DOMAIN_PORT_DDI_D_LANES, enumerator
45 POWER_DOMAIN_PORT_DDI_LANES_TC1 = POWER_DOMAIN_PORT_DDI_D_LANES, /* tgl+ */
Dintel_display_power.c72 case POWER_DOMAIN_PORT_DDI_D_LANES: in intel_display_power_domain_str()
2562 BIT_ULL(POWER_DOMAIN_PORT_DDI_D_LANES) | \
2581 BIT_ULL(POWER_DOMAIN_PORT_DDI_D_LANES) | \
2596 BIT_ULL(POWER_DOMAIN_PORT_DDI_D_LANES) | \
2613 BIT_ULL(POWER_DOMAIN_PORT_DDI_D_LANES) | \
2630 BIT_ULL(POWER_DOMAIN_PORT_DDI_D_LANES) | \
2773 BIT_ULL(POWER_DOMAIN_PORT_DDI_D_LANES) | \
Dintel_display.c3841 return POWER_DOMAIN_PORT_DDI_D_LANES; in intel_port_to_power_domain()