Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/intel/kms_psr2_su: fix igt_require_f() print message
@ 2023-09-27  8:00 Swati Sharma
  2023-09-27  8:49 ` [igt-dev] ✗ CI.xeBAT: failure for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Swati Sharma @ 2023-09-27  8:00 UTC (permalink / raw)
  To: igt-dev

The condition holds for display 13+ platforms. Fix print message.

v2: -fixed subject

Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
---
 tests/intel/kms_psr2_su.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/intel/kms_psr2_su.c b/tests/intel/kms_psr2_su.c
index 321144d6b..834fec1ec 100644
--- a/tests/intel/kms_psr2_su.c
+++ b/tests/intel/kms_psr2_su.c
@@ -331,7 +331,7 @@ igt_main
 			      "Sink does not support PSR2\n");
 
 		igt_require_f(intel_display_ver(intel_get_drm_devid(data.drm_fd)) < 13,
-			      "Registers used by this test do not work on display 13\n");
+			      "Registers used by this test do not work on display 13+\n");
 
 		display_init(&data);
 
-- 
2.25.1

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

end of thread, other threads:[~2023-09-27  9:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-27  8:00 [igt-dev] [PATCH i-g-t] tests/intel/kms_psr2_su: fix igt_require_f() print message Swati Sharma
2023-09-27  8:49 ` [igt-dev] ✗ CI.xeBAT: failure for " Patchwork
2023-09-27  8:52 ` [igt-dev] ✗ Fi.CI.BAT: " Patchwork
2023-09-27  9:26 ` [igt-dev] [PATCH i-g-t] " Modem, Bhanuprakash

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