Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t v1] Add support for runtime pm for xe driver
@ 2025-03-06 11:27 Soham Purkait
  2025-03-06 13:51 ` Kamil Konieczny
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Soham Purkait @ 2025-03-06 11:27 UTC (permalink / raw)
  To: igt-dev, riana.tauro, vinay.belgaumkar
  Cc: anshuman.gupta, lucas.demarchi, rodrigo.vivi, soham.purkait

Add support for runtime power management
for Xe driver.

---
 tools/intel_pm_rpm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/intel_pm_rpm.c b/tools/intel_pm_rpm.c
index 08c25ca8a..945247d2e 100644
--- a/tools/intel_pm_rpm.c
+++ b/tools/intel_pm_rpm.c
@@ -151,7 +151,7 @@ int main(int argc, char *argv[])
 			goto exit;
 		}
 	} else {
-		if (!igt_device_find_first_i915_discrete_card(&card)) {
+		if (!igt_device_find_first_i915_discrete_card(&card) && !igt_device_find_first_xe_discrete_card(&card)) {
 			igt_warn("No discrete gpu found\n");
 			ret = EXIT_FAILURE;
 			goto exit;
-- 
2.34.1


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

end of thread, other threads:[~2025-03-07 11:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-06 11:27 [PATCH i-g-t v1] Add support for runtime pm for xe driver Soham Purkait
2025-03-06 13:51 ` Kamil Konieczny
2025-03-06 15:49   ` Lucas De Marchi
2025-03-06 16:06     ` Gupta, Anshuman
2025-03-06 16:25       ` Lucas De Marchi
2025-03-06 19:55         ` Rodrigo Vivi
2025-03-06 16:10 ` Rodrigo Vivi
2025-03-06 16:45   ` Gupta, Anshuman
2025-03-06 19:38     ` Rodrigo Vivi
2025-03-07  2:07 ` ✓ i915.CI.BAT: success for " Patchwork
2025-03-07  2:14 ` ✓ Xe.CI.BAT: " Patchwork
2025-03-07  4:25 ` ✗ i915.CI.Full: failure " Patchwork
2025-03-07 11:44 ` ✗ Xe.CI.Full: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox