All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeevan B <jeevan.b@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: animesh.manna@intel.com, Jeevan B <jeevan.b@intel.com>
Subject: [PATCH i-g-t] kms_vrr: Add comment explaining PR and LOBF dependency
Date: Mon, 23 Jun 2025 10:50:56 +0530	[thread overview]
Message-ID: <20250623052056.135083-1-jeevan.b@intel.com> (raw)

Add a comment to explain that LOBF requires PR support,
which is only available on eDP 1.5 panels.

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

diff --git a/tests/kms_vrr.c b/tests/kms_vrr.c
index 4919b7cb7..b7600ae2c 100644
--- a/tests/kms_vrr.c
+++ b/tests/kms_vrr.c
@@ -1049,6 +1049,10 @@ run_vrr_test(data_t *data, test_t test, uint32_t flags)
 				continue;
 			}
 
+			/* Panel Replay is supported only with eDP 1.5 panels.
+			 * LOBF and PR are mutually exclusive features.
+			 * Skip the test if PR is not supported, as LOBF cannot be enabled.
+			 */
 			if (flags == TEST_LINK_OFF)
 				igt_require_f(psr_sink_support(data->drm_fd,
 					      data->debugfs_fd, PR_MODE, output),
-- 
2.43.0


             reply	other threads:[~2025-06-23  5:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-23  5:20 Jeevan B [this message]
2025-06-23  6:23 ` ✓ Xe.CI.BAT: success for kms_vrr: Add comment explaining PR and LOBF dependency Patchwork
2025-06-23  6:34 ` ✓ i915.CI.BAT: " Patchwork
2025-06-23  8:42 ` ✗ i915.CI.Full: failure " Patchwork
2025-06-23  9:22 ` ✓ Xe.CI.Full: success " Patchwork
2025-06-27 16:45 ` [i-g-t] " Kamil Konieczny

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=20250623052056.135083-1-jeevan.b@intel.com \
    --to=jeevan.b@intel.com \
    --cc=animesh.manna@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    /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.