From: "Hogander, Jouni" <jouni.hogander@intel.com>
To: "Thasleem, Mohammed" <mohammed.thasleem@intel.com>,
"igt-dev@lists.freedesktop.org" <igt-dev@lists.freedesktop.org>
Subject: Re: [PATCH i-g-t 1/2] tests/kms_pm_dc: Ensure PSR is enabled
Date: Thu, 28 Mar 2024 10:33:04 +0000 [thread overview]
Message-ID: <8ec708d92b2b691b0bcbf2d02c7951fe20ad0f20.camel@intel.com> (raw)
In-Reply-To: <PH0PR11MB480610DDB438FDEB0115C277E4342@PH0PR11MB4806.namprd11.prod.outlook.com>
On Wed, 2024-03-27 at 06:42 +0000, Thasleem, Mohammed wrote:
> LGTM:
> Reviewed-by: Mohammed Thasleem <mohammed.thasleem@intel.com>
Thank you Mohammed for reviewing my patches. These are now pushed to
master.
BR,
Jouni Högander
>
> -----Original Message-----
> From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of
> Jouni Högander
> Sent: Tuesday, March 26, 2024 6:50 PM
> To: igt-dev@lists.freedesktop.org
> Cc: Hogander, Jouni <jouni.hogander@intel.com>
> Subject: [PATCH i-g-t 1/2] tests/kms_pm_dc: Ensure PSR is enabled
>
> In certain cases PSR support is informed, but it doesn't get enabled
> due to some limitations. This is causing failures which are actually
> just expected behaviour. Fix this by checking PSR is really enabled
> and skip in case it is not
>
> Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/9737
> Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
> ---
> tests/intel/kms_pm_dc.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/tests/intel/kms_pm_dc.c b/tests/intel/kms_pm_dc.c index
> 7deebf83d..176f7a04b 100644
> --- a/tests/intel/kms_pm_dc.c
> +++ b/tests/intel/kms_pm_dc.c
> @@ -399,6 +399,7 @@ static void test_dc_state_psr(data_t *data, int
> dc_flag)
> dc_counter_before_psr = read_dc_counter(data->debugfs_fd,
> dc_flag);
> setup_output(data);
> setup_primary(data);
> + igt_require(!psr_disabled_check(data->debugfs_fd));
> igt_assert(psr_wait_entry(data->debugfs_fd, data-
> >op_psr_mode, NULL));
> check_dc_counter(data, dc_flag, dc_counter_before_psr);
> cleanup_dc_psr(data);
> @@ -605,6 +606,7 @@ static void test_pkgc_state_psr(data_t *data)
> prev_value = read_pkgc_counter(data->debugfs_root_fd);
> setup_output(data);
> setup_primary(data);
> + igt_require(!psr_disabled_check(data->debugfs_fd));
> igt_assert(psr_wait_entry(data->debugfs_fd, data-
> >op_psr_mode, NULL));
> psr_dpms(data, DRM_MODE_DPMS_OFF);
> igt_wait((cur_value = read_pkgc_counter(data-
> >debugfs_root_fd)) > prev_value,
> --
> 2.34.1
>
next prev parent reply other threads:[~2024-03-28 10:33 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-26 13:20 [PATCH i-g-t 1/2] tests/kms_pm_dc: Ensure PSR is enabled Jouni Högander
2024-03-26 13:20 ` [PATCH i-g-t 2/2] tests/kms_dirtyfb: " Jouni Högander
2024-03-27 8:04 ` Thasleem, Mohammed
2024-03-26 18:40 ` ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] tests/kms_pm_dc: " Patchwork
2024-03-26 18:43 ` ✓ CI.xeBAT: " Patchwork
2024-03-27 6:42 ` [PATCH i-g-t 1/2] " Thasleem, Mohammed
2024-03-28 10:33 ` Hogander, Jouni [this message]
2024-03-27 9:52 ` ✓ CI.xeBAT: success for series starting with [i-g-t,1/2] tests/kms_pm_dc: Ensure PSR is enabled (rev2) Patchwork
2024-03-27 10:02 ` ✓ Fi.CI.BAT: " Patchwork
2024-03-27 14:21 ` ✗ Fi.CI.IGT: failure for series starting with [i-g-t,1/2] tests/kms_pm_dc: Ensure PSR is enabled Patchwork
2024-03-28 2:20 ` ✗ Fi.CI.IGT: failure for series starting with [i-g-t,1/2] tests/kms_pm_dc: Ensure PSR is enabled (rev2) Patchwork
2024-03-28 10:24 ` 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=8ec708d92b2b691b0bcbf2d02c7951fe20ad0f20.camel@intel.com \
--to=jouni.hogander@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=mohammed.thasleem@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.