All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] drm/xe/i2c: Rely on d3cold.capable flag in system PM path
@ 2025-09-17 18:09 Raag Jadav
  2025-09-17 18:20 ` ✓ CI.KUnit: success for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Raag Jadav @ 2025-09-17 18:09 UTC (permalink / raw)
  To: lucas.demarchi, rodrigo.vivi
  Cc: intel-xe, riana.tauro, badal.nilawar, Raag Jadav

We don't consider allowed flag for D3cold transition in system PM path.
Rely on capable flag instead, which reflects root port capability.

Fixes: 0ea07b69517a ("drm/xe/pm: Wire up suspend/resume for I2C controller")
Signed-off-by: Raag Jadav <raag.jadav@intel.com>
---
 drivers/gpu/drm/xe/xe_pm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_pm.c b/drivers/gpu/drm/xe/xe_pm.c
index 17c7dd024343..0014b5f4ad07 100644
--- a/drivers/gpu/drm/xe/xe_pm.c
+++ b/drivers/gpu/drm/xe/xe_pm.c
@@ -198,7 +198,7 @@ int xe_pm_resume(struct xe_device *xe)
 	if (err)
 		goto err;
 
-	xe_i2c_pm_resume(xe, xe->d3cold.allowed);
+	xe_i2c_pm_resume(xe, xe->d3cold.capable);
 
 	xe_irq_resume(xe);
 
-- 
2.34.1


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

end of thread, other threads:[~2025-09-17 21:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-17 18:09 [PATCH v1] drm/xe/i2c: Rely on d3cold.capable flag in system PM path Raag Jadav
2025-09-17 18:20 ` ✓ CI.KUnit: success for " Patchwork
2025-09-17 19:02 ` ✓ Xe.CI.BAT: " Patchwork
2025-09-17 19:58 ` [PATCH v1] " Rodrigo Vivi
2025-09-17 21:07 ` ✗ Xe.CI.Full: failure for " 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.