From: "Sharma, Swati2" <swati2.sharma@intel.com>
To: "Jouni Högander" <jouni.hogander@intel.com>,
igt-dev@lists.freedesktop.org
Cc: <jeevan.b@intel.com>
Subject: Re: [PATCH i-g-t] tests/kms_vrr: Set VRR_ENABLED property as false for non-VRR panel as well
Date: Fri, 15 Nov 2024 11:36:27 +0530 [thread overview]
Message-ID: <501659ef-b454-4670-a5ff-c8d855a63787@intel.com> (raw)
In-Reply-To: <20241114111445.3249373-1-jouni.hogander@intel.com>
Hi Jouni,
Can we add Closes tag?
Rest LGTM
Reviewed-by: Swati Sharma <swati2.sharma@intel.com>
On 14-11-2024 04:44 pm, Jouni Högander wrote:
> Currently we are facing problems with PSR testcases after running
> negative-basic subtest. These are because VRR_ENABLED property is left
> enabled by negative-basic subtest and having VRR enabled disables PSR
> currently. Fix this by setting the property as false for non-VRR panel as
> well.
>
> Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
> ---
> tests/kms_vrr.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/tests/kms_vrr.c b/tests/kms_vrr.c
> index d0db954fa..830fd8ba8 100644
> --- a/tests/kms_vrr.c
> +++ b/tests/kms_vrr.c
> @@ -862,8 +862,7 @@ test_cmrr(data_t *data, enum pipe pipe, igt_output_t *output, uint32_t flags)
>
> static void test_cleanup(data_t *data, enum pipe pipe, igt_output_t *output)
> {
> - if (vrr_capable(output))
> - igt_pipe_set_prop_value(&data->display, pipe, IGT_CRTC_VRR_ENABLED, false);
> + igt_pipe_set_prop_value(&data->display, pipe, IGT_CRTC_VRR_ENABLED, false);
>
> igt_plane_set_fb(data->primary, NULL);
> igt_output_set_pipe(output, PIPE_NONE);
next prev parent reply other threads:[~2024-11-15 6:07 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-14 11:14 [PATCH i-g-t] tests/kms_vrr: Set VRR_ENABLED property as false for non-VRR panel as well Jouni Högander
2024-11-14 13:31 ` ✓ CI.xeBAT: success for " Patchwork
2024-11-14 13:40 ` ✓ Fi.CI.BAT: " Patchwork
2024-11-14 18:02 ` ✗ Fi.CI.IGT: failure " Patchwork
2024-11-15 7:08 ` Hogander, Jouni
2024-11-15 1:01 ` ✗ CI.xeFULL: " Patchwork
2024-11-15 7:15 ` Hogander, Jouni
2024-11-15 6:06 ` Sharma, Swati2 [this message]
2024-11-15 7:20 ` [PATCH i-g-t] " Hogander, Jouni
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=501659ef-b454-4670-a5ff-c8d855a63787@intel.com \
--to=swati2.sharma@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=jeevan.b@intel.com \
--cc=jouni.hogander@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.