public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] tests/intel/kms_dirtyfb: Skip output which doesn't support PSR
@ 2026-03-17  5:31 Jeevan B
  2026-03-17  5:58 ` Bilal, Mohammed
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Jeevan B @ 2026-03-17  5:31 UTC (permalink / raw)
  To: igt-dev; +Cc: jouni.hogander, Jeevan B

Pass the actual output to psr_sink_support() instead of NULL so that
PSR sink support is checked per-output rather than generically.

Signed-off-by: Jeevan B <jeevan.b@intel.com>
---
 tests/intel/kms_dirtyfb.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/intel/kms_dirtyfb.c b/tests/intel/kms_dirtyfb.c
index b85e09346..36eee29db 100644
--- a/tests/intel/kms_dirtyfb.c
+++ b/tests/intel/kms_dirtyfb.c
@@ -120,8 +120,8 @@ static bool check_support(data_t *data)
 			return false;
 		}
 		if (!psr_sink_support(data->drm_fd, data->debugfs_fd,
-				      PSR_MODE_1, NULL)) {
-			igt_info("Output doesn't support PSR\n");
+				      PSR_MODE_1, data->output)) {
+			igt_info("Output %s doesn't support PSR\n", igt_output_name(data->output));
 			return false;
 		}
 		return true;
-- 
2.43.0


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

end of thread, other threads:[~2026-03-19  2:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-17  5:31 [PATCH i-g-t] tests/intel/kms_dirtyfb: Skip output which doesn't support PSR Jeevan B
2026-03-17  5:58 ` Bilal, Mohammed
2026-03-17  7:52   ` Hogander, Jouni
2026-03-17 16:08 ` ✓ Xe.CI.BAT: success for " Patchwork
2026-03-17 17:04 ` ✓ i915.CI.BAT: " Patchwork
2026-03-18 20:51 ` ✓ i915.CI.Full: " Patchwork
2026-03-19  2:47 ` ✓ 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