Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tests/intel/kms_psr2_sf: Add eDP check for Early Transport
@ 2024-09-20  4:02 Jeevan B
  2024-09-20  4:23 ` ✗ CI.xeBAT: failure for tests/intel/kms_psr2_sf: Add eDP check for Early Transport (rev2) Patchwork
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Jeevan B @ 2024-09-20  4:02 UTC (permalink / raw)
  To: igt-dev; +Cc: kunal1.joshi, Jeevan B, Naladala Ramanaidu

On current platforms early transport is supported on eDP only
so avoiding assert for other connector.

v2: Add checks to handle crashes and fix typo.

Signed-off-by: Jeevan B <jeevan.b@intel.com>
Reviewed-by: Naladala Ramanaidu <ramanaidu.naladala@intel.com>
---
 tests/intel/kms_psr2_sf.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/tests/intel/kms_psr2_sf.c b/tests/intel/kms_psr2_sf.c
index a9be1a1ec..847f181d3 100644
--- a/tests/intel/kms_psr2_sf.c
+++ b/tests/intel/kms_psr2_sf.c
@@ -935,9 +935,11 @@ static void run(data_t *data)
 							  data->pipe),
 							  "FBC still disabled\n");
 
-	if (data->et_flag)
+	/* TODO: Enable this check if other connectors support Early Transport */
+	if (data->et_flag && data->output != NULL &&
+	    data->output->config.connector->connector_type == DRM_MODE_CONNECTOR_eDP)
 		igt_assert_f(early_transport_check(data->debugfs_fd),
-			     "Early Trasport Disbaled\n");
+			     "Early Transport Disabled\n");
 
 	data->screen_changes = 0;
 
-- 
2.25.1


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

end of thread, other threads:[~2024-09-25 21:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-20  4:02 [PATCH] tests/intel/kms_psr2_sf: Add eDP check for Early Transport Jeevan B
2024-09-20  4:23 ` ✗ CI.xeBAT: failure for tests/intel/kms_psr2_sf: Add eDP check for Early Transport (rev2) Patchwork
2024-09-20  4:42   ` B, Jeevan
2024-09-20  4:31 ` ✓ Fi.CI.BAT: success " Patchwork
2024-09-20  9:19 ` ✗ CI.xeFULL: failure " Patchwork
2024-09-20 22:04 ` ✗ Fi.CI.IGT: " Patchwork
2024-09-25 21:30 ` ✗ Fi.CI.BAT: failure for tests/intel/kms_psr2_sf: Add eDP check for Early Transport (rev3) Patchwork

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