Skip to content

Commit acad889

Browse files
committed
drm/i915/bxt: add missing DSI power domain to power well 1
The DSI power domain was missing from BXT power well 1 definitions, failing to get the power well for DSI transcoders. As pipe A is in the same power well as DSI transcoders, the problem should only occur with pipes B and C. According to Ville, this is basically a nop since pw1 is under dmc control. But given that we still have this stuff defined here, it's clearly correct to include DSI here. Cc: Ramalingam C <[email protected]> Cc: Deepak M <[email protected]> Reviewed-by: Ville Syrjälä <[email protected]> Signed-off-by: Jani Nikula <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 9dfbffc commit acad889

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/i915/intel_runtime_pm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ static void hsw_set_power_well(struct drm_i915_private *dev_priv,
421421
BIT(POWER_DOMAIN_TRANSCODER_EDP) | \
422422
BIT(POWER_DOMAIN_PIPE_A_PANEL_FITTER) | \
423423
BIT(POWER_DOMAIN_PORT_DDI_A_LANES) | \
424+
BIT(POWER_DOMAIN_PORT_DSI) | \
424425
BIT(POWER_DOMAIN_AUX_A) | \
425426
BIT(POWER_DOMAIN_PLLS) | \
426427
BIT(POWER_DOMAIN_INIT))

0 commit comments

Comments
 (0)