From: Jani Nikula <jani.nikula@linux.intel.com>
To: Anshuman Gupta <anshuman.gupta@intel.com>, igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [PATCH i-g-t v4 3/4] igt/i915/i915_pm_lpsp skip edp-panel-fitter test.
Date: Mon, 06 May 2019 16:08:43 +0300 [thread overview]
Message-ID: <87v9ynn31g.fsf@intel.com> (raw)
In-Reply-To: <1557141877-12662-4-git-send-email-anshuman.gupta@intel.com>
On Mon, 06 May 2019, Anshuman Gupta <anshuman.gupta@intel.com> wrote:
> Skip edp-panel-fitter test for Gen9 onwards platform.
We can see that. The commit message should tell us *why*.
BR,
Jani.
>
> Cc: imre.deak@intel.com
> Signed-off-by: Anshuman Gupta <anshuman.gupta@intel.com>
> ---
> tests/i915/i915_pm_lpsp.c | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/tests/i915/i915_pm_lpsp.c b/tests/i915/i915_pm_lpsp.c
> index baf03b2..829aff5 100644
> --- a/tests/i915/i915_pm_lpsp.c
> +++ b/tests/i915/i915_pm_lpsp.c
> @@ -321,9 +321,12 @@ igt_main
> igt_subtest("edp-native")
> edp_subtest(drm_fd, drm_res, drm_connectors, devid, false,
> debugfs);
> - igt_subtest("edp-panel-fitter")
> + igt_subtest("edp-panel-fitter") {
> + igt_skip_on(AT_LEAST_GEN(devid, 9));
> edp_subtest(drm_fd, drm_res, drm_connectors, devid, true,
> debugfs);
> + }
> +
> igt_subtest("non-edp")
> non_edp_subtest(drm_fd, drm_res, devid, drm_connectors,
> debugfs);
--
Jani Nikula, Intel Open Source Graphics Center
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next prev parent reply other threads:[~2019-05-06 13:06 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-06 11:24 [igt-dev] [PATCH i-g-t v4 0/4] igt/i915/i915_pm_lpsp enable pm_lpsp for platforms till Gen11 v4 Anshuman Gupta
2019-05-06 11:24 ` [igt-dev] [PATCH i-g-t v4 1/4] igt/i915/i915_pm_lpsp enable pm_lpsp for platforms till Gen11 Anshuman Gupta
2019-05-06 11:24 ` [igt-dev] [PATCH i-g-t v4 2/4] igt/i915/i915_pm_lpsp check lpsp relevance on non edp panel Anshuman Gupta
2019-05-06 11:24 ` [igt-dev] [PATCH i-g-t v4 3/4] igt/i915/i915_pm_lpsp skip edp-panel-fitter test Anshuman Gupta
2019-05-06 13:08 ` Jani Nikula [this message]
2019-05-06 11:24 ` [igt-dev] [PATCH i-g-t v4 4/4] DO_NOT_MERGE add i915_pm_lpsp subtests to CI fast feedback list Anshuman Gupta
2019-05-06 12:07 ` [igt-dev] ✗ Fi.CI.BAT: failure for igt/i915/i915_pm_lpsp enable pm_lpsp for platforms till Gen11 v4 Patchwork
2019-05-08 8:29 ` Gupta, Anshuman
2019-05-08 10:39 ` Ville Syrjälä
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=87v9ynn31g.fsf@intel.com \
--to=jani.nikula@linux.intel.com \
--cc=anshuman.gupta@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.