From: "Naladala, Ramanaidu" <Ramanaidu.naladala@intel.com>
To: <jeevan.b@intel.com>, <igt-dev@lists.freedesktop.org>,
<pranay.samala@intel.com>
Subject: RE: [PATCH i-g-t v2 2/4] tests/kms_vrr: Avoid unnecessary PSR disable
Date: Wed, 1 Apr 2026 10:16:28 +0530 [thread overview]
Message-ID: <677294d6-34d6-4557-ab0a-95edd284492b@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1853 bytes --]
Hi Jeevan,
-----Original Message-----
From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of Jeevan B
Sent: Wednesday, March 25, 2026 10:22 PM
To: igt-dev@lists.freedesktop.org
Cc: Samala, Pranay <pranay.samala@intel.com>; B, Jeevan <jeevan.b@intel.com>
Subject: [PATCH i-g-t v2 2/4] tests/kms_vrr: Avoid unnecessary PSR disable
Use output instead of NULL in PSR helpers so PSR is disabled only when
supported by the sink, avoiding unnecessary global checks and ensuring
correct behavior on multi-eDP setups.
Signed-off-by: Jeevan B <jeevan.b@intel.com <mailto:jeevan.b@intel.com>>
---
tests/kms_vrr.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/kms_vrr.c b/tests/kms_vrr.c index
ec0692b2f..ec17366c8 100644
--- a/tests/kms_vrr.c
+++ b/tests/kms_vrr.c
@@ -912,9 +912,9 @@ test_lobf(data_t *data, igt_crtc_t *crtc,
igt_output_t *output,
igt_skip("%s: Aux-less ALPM not enabled, LOBF not supported.\n",
igt_output_name(output));
-if (psr_sink_support(data->drm_fd, data->debugfs_fd, PSR_MODE_1, NULL) ||
-psr_sink_support(data->drm_fd, data->debugfs_fd, PR_MODE, NULL))
-psr_disable(data->drm_fd, data->debugfs_fd, NULL);
+if (psr_sink_support(data->drm_fd, data->debugfs_fd, PSR_MODE_1, output) ||
+psr_sink_support(data->drm_fd, data->debugfs_fd, PR_MODE, output))
+psr_disable(data->drm_fd, data->debugfs_fd, output);
}
This patch is to update the debugfs. on that part it is LGTM. But
observed one issue, As per the above psr check logic it is only checking
panel replay and psr1 mode. If psr2 is enabled test will skip due to
lobf and psr2 are mutually exclusive. Better this needs to be fix in
other patch or this patch.
Reviewed-by: Naladala Ramanaidu <ramanaidu.naladala@intel.com>
igt_info("LOBF test execution on %s, PIPE %s with VRR range: (%u-%u) Hz\n",
--
2.43.0
[-- Attachment #2: Type: text/html, Size: 7712 bytes --]
next reply other threads:[~2026-04-01 4:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-01 4:46 Naladala, Ramanaidu [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-03-25 16:51 [PATCH i-g-t v2 0/4] Fix PSR handling for multi-eDP systems Jeevan B
2026-03-25 16:51 ` [PATCH i-g-t v2 2/4] tests/kms_vrr: Avoid unnecessary PSR disable Jeevan B
2026-04-01 12:30 ` Naladala, Ramanaidu
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=677294d6-34d6-4557-ab0a-95edd284492b@intel.com \
--to=ramanaidu.naladala@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=jeevan.b@intel.com \
--cc=pranay.samala@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