From: Jeevan B <jeevan.b@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: animesh.manna@intel.com, karthik.b.s@intel.com,
Jeevan B <jeevan.b@intel.com>
Subject: [PATCH i-g-t] tests/kms_vrr: Skip LOBF test if PR is not supported on sink
Date: Wed, 11 Jun 2025 21:14:04 +0530 [thread overview]
Message-ID: <20250611154404.3111025-1-jeevan.b@intel.com> (raw)
LOBF requires Panel Replay, which is only available on eDP 1.5 panel.
If PR is not supported on the sink, skip the test early since LOBF
cannot be enabled without it.
Signed-off-by: Jeevan B <jeevan.b@intel.com>
---
tests/kms_vrr.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tests/kms_vrr.c b/tests/kms_vrr.c
index d371d9d7f..4919b7cb7 100644
--- a/tests/kms_vrr.c
+++ b/tests/kms_vrr.c
@@ -1049,6 +1049,11 @@ run_vrr_test(data_t *data, test_t test, uint32_t flags)
continue;
}
+ if (flags == TEST_LINK_OFF)
+ igt_require_f(psr_sink_support(data->drm_fd,
+ data->debugfs_fd, PR_MODE, output),
+ "LOBF not supported");
+
igt_dynamic_f("pipe-%s-%s",
kmstest_pipe_name(pipe), output->name)
test(data, pipe, output, flags);
--
2.25.1
next reply other threads:[~2025-06-11 15:28 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-11 15:44 Jeevan B [this message]
2025-06-11 22:23 ` ✓ i915.CI.BAT: success for tests/kms_vrr: Skip LOBF test if PR is not supported on sink Patchwork
2025-06-11 22:35 ` ✓ Xe.CI.BAT: " Patchwork
2025-06-12 3:08 ` ✓ i915.CI.Full: " Patchwork
2025-06-12 8:46 ` ✗ Xe.CI.Full: failure " Patchwork
2025-06-17 7:38 ` [PATCH i-g-t] " Manna, Animesh
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=20250611154404.3111025-1-jeevan.b@intel.com \
--to=jeevan.b@intel.com \
--cc=animesh.manna@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=karthik.b.s@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 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.