All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/kms_psr: Skip h/w tracking PSR2 tests for ADL-P
@ 2021-07-08 10:08 Jeevan B
  2021-07-08 11:28 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jeevan B @ 2021-07-08 10:08 UTC (permalink / raw)
  To: igt-dev; +Cc: Pankaj Bharadiya, petri.latvala

From: Pankaj Bharadiya <pankaj.laxminarayan.bharadiya@intel.com>

Currently, PSR2 functionality has not been tested on ADL-P.
Add ADL-P platform specific check to skip PSR2 hw tracking tests.

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

diff --git a/tests/kms_psr.c b/tests/kms_psr.c
index a80abf19..cc713e27 100644
--- a/tests/kms_psr.c
+++ b/tests/kms_psr.c
@@ -416,6 +416,11 @@ static void test_setup(data_t *data)
 	igt_require_f(data->mode,
 		      "No available mode found on %s\n",
 		      data->output->name);
+
+	if (data->op_psr_mode == PSR_MODE_2)
+		igt_require_f(intel_display_ver(intel_get_drm_devid(data->drm_fd)) < 13,
+			      "Intentionally not testing this on Display 13+, Kernel change required to enable testing\n");
+
 	if (data->op_psr_mode == PSR_MODE_2)
 		igt_require(data->supports_psr2);
 
-- 
2.19.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

end of thread, other threads:[~2021-07-08 15:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-08 10:08 [igt-dev] [PATCH i-g-t] tests/kms_psr: Skip h/w tracking PSR2 tests for ADL-P Jeevan B
2021-07-08 11:28 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2021-07-08 12:15 ` [igt-dev] [PATCH i-g-t] " Sharma, Swati2
2021-07-08 14:47 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork
2021-07-08 15:46 ` [igt-dev] ✓ 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.