From: Jeevan B <jeevan.b@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: kunal1.joshi@intel.com, Jeevan B <jeevan.b@intel.com>
Subject: [PATCH i-g-t] tests/intel/kms_psr2_sf: Add eDP check for Early Trasport
Date: Thu, 19 Sep 2024 15:29:04 +0530 [thread overview]
Message-ID: <20240919095904.1136205-1-jeevan.b@intel.com> (raw)
On current platfroms early trasport is supported on eDP only
so avoiding assert for other connector.
Signed-off-by: Jeevan B <jeevan.b@intel.com>
---
tests/intel/kms_psr2_sf.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/intel/kms_psr2_sf.c b/tests/intel/kms_psr2_sf.c
index a9be1a1ec..14b3e20ff 100644
--- a/tests/intel/kms_psr2_sf.c
+++ b/tests/intel/kms_psr2_sf.c
@@ -935,7 +935,8 @@ static void run(data_t *data)
data->pipe),
"FBC still disabled\n");
- if (data->et_flag)
+ if (data->et_flag && data->output->config.connector->connector_type ==
+ DRM_MODE_CONNECTOR_eDP)
igt_assert_f(early_transport_check(data->debugfs_fd),
"Early Trasport Disbaled\n");
--
2.25.1
next reply other threads:[~2024-09-19 9:47 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-19 9:59 Jeevan B [this message]
2024-09-19 10:21 ` [PATCH i-g-t] tests/intel/kms_psr2_sf: Add eDP check for Early Trasport Naladala, Ramanaidu
2024-09-20 0:21 ` ✓ CI.xeBAT: success for " Patchwork
2024-09-20 0:33 ` ✓ Fi.CI.BAT: " Patchwork
2024-09-20 3:55 ` ✗ CI.xeFULL: failure " Patchwork
2024-09-20 8:26 ` ✗ Fi.CI.IGT: " Patchwork
2024-09-20 8:32 ` B, Jeevan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240919095904.1136205-1-jeevan.b@intel.com \
--to=jeevan.b@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=kunal1.joshi@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox