Skip to content

Commit ab04edc

Browse files
committed
drm/i915: Add missing AUX_IO_A power domain->well mappings
BXT and GLK were missing the AUX_IO_A power domain -> PHY A common power well mapping, add these now. This didn't cause a problem as the AUX_IO_A and DDI_LANES_A power domains are acquired together. Signed-off-by: Imre Deak <[email protected]> Reviewed-by: Ville Syrjälä <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent f645cbd commit ab04edc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/i915/display/intel_display_power_map.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ I915_DECL_PW_DOMAINS(bxt_pwdoms_dc_off,
441441

442442
I915_DECL_PW_DOMAINS(bxt_pwdoms_dpio_cmn_a,
443443
POWER_DOMAIN_PORT_DDI_LANES_A,
444+
POWER_DOMAIN_AUX_IO_A,
444445
POWER_DOMAIN_AUX_A,
445446
POWER_DOMAIN_INIT);
446447

@@ -525,6 +526,7 @@ I915_DECL_PW_DOMAINS(glk_pwdoms_ddi_io_c, POWER_DOMAIN_PORT_DDI_IO_C);
525526

526527
I915_DECL_PW_DOMAINS(glk_pwdoms_dpio_cmn_a,
527528
POWER_DOMAIN_PORT_DDI_LANES_A,
529+
POWER_DOMAIN_AUX_IO_A,
528530
POWER_DOMAIN_AUX_A,
529531
POWER_DOMAIN_INIT);
530532

0 commit comments

Comments
 (0)