All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH] drm/i915/adlp: Add missing TBT AUX -> PW#2 power domain dependencies
@ 2021-05-26 20:34 Imre Deak
  2021-05-26 21:29 ` Souza, Jose
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Imre Deak @ 2021-05-26 20:34 UTC (permalink / raw)
  To: intel-gfx

On ADL_P the TBT AUX power wells depend on the PW#2 power well, add the
corresponding power domain dependencies.

Signed-off-by: Imre Deak <imre.deak@intel.com>
---
 drivers/gpu/drm/i915/display/intel_display_power.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/gpu/drm/i915/display/intel_display_power.c b/drivers/gpu/drm/i915/display/intel_display_power.c
index 2f7d1664c4738..225fb1fdb097b 100644
--- a/drivers/gpu/drm/i915/display/intel_display_power.c
+++ b/drivers/gpu/drm/i915/display/intel_display_power.c
@@ -3082,6 +3082,10 @@ intel_display_power_put_mask_in_set(struct drm_i915_private *i915,
 	BIT_ULL(POWER_DOMAIN_AUX_USBC2) |			\
 	BIT_ULL(POWER_DOMAIN_AUX_USBC3) |			\
 	BIT_ULL(POWER_DOMAIN_AUX_USBC4) |			\
+	BIT_ULL(POWER_DOMAIN_AUX_TBT1) |			\
+	BIT_ULL(POWER_DOMAIN_AUX_TBT2) |			\
+	BIT_ULL(POWER_DOMAIN_AUX_TBT3) |			\
+	BIT_ULL(POWER_DOMAIN_AUX_TBT4) |			\
 	BIT_ULL(POWER_DOMAIN_INIT))
 
 /*
-- 
2.27.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-05-27 21:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-26 20:34 [Intel-gfx] [PATCH] drm/i915/adlp: Add missing TBT AUX -> PW#2 power domain dependencies Imre Deak
2021-05-26 21:29 ` Souza, Jose
2021-05-27  1:42 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2021-05-27 16:21 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2021-05-27 17:50   ` Imre Deak
2021-05-27 21:56     ` Vudum, Lakshminarayana
2021-05-27 19:51 ` Patchwork
2021-05-27 20:21 ` Patchwork
2021-05-27 21:09 ` [Intel-gfx] ✓ Fi.CI.IGT: success " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.