From: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
To: Ashutosh Dixit <ashutosh.dixit@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [PATCH i-g-t] i915/gem_eio: Attempt to fix reset-stress/unwedge-stress failures on SNB
Date: Wed, 23 Oct 2019 15:34:47 +0300 [thread overview]
Message-ID: <20191023123447.GT1208@intel.com> (raw)
In-Reply-To: <31c7d25acd11432c66ccf4fa8fb2e9122c702306.1571799578.git.ashutosh.dixit@intel.com>
On Tue, Oct 22, 2019 at 08:04:26PM -0700, Ashutosh Dixit wrote:
> gem_eio reset-stress and unwedge-stress subtests are now passing on
> all platforms except SNB. Attempt to fix failures in SNB by giving
> a little more time to complete the wedge.
>
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109661
> Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
> ---
> tests/i915/gem_eio.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/i915/gem_eio.c b/tests/i915/gem_eio.c
> index 892f3657c..20f66e00d 100644
> --- a/tests/i915/gem_eio.c
> +++ b/tests/i915/gem_eio.c
> @@ -300,7 +300,7 @@ static void check_wait_elapsed(const char *prefix, int fd, igt_stats_t *st)
> * modeset back on) around resets, so may take a lot longer.
> */
> limit = 250e6;
> - if (intel_gen(intel_get_drm_devid(fd)) < 5)
> + if (intel_gen(intel_get_drm_devid(fd)) <= 5)
That doesn't do anything for snb.
> limit += 300e6; /* guestimate for 2x worstcase modeset */
>
> med = igt_stats_get_median(st);
> --
> 2.23.0
>
> _______________________________________________
> igt-dev mailing list
> igt-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev
--
Ville Syrjälä
Intel
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next prev parent reply other threads:[~2019-10-23 12:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <31c7d25acd11432c66ccf4fa8fb2e9122c702306.1571799578.git.ashutosh.dixit@intel.com>
2019-10-23 3:58 ` [igt-dev] ✓ Fi.CI.BAT: success for i915/gem_eio: Attempt to fix reset-stress/unwedge-stress failures on SNB Patchwork
2019-10-23 12:34 ` Ville Syrjälä [this message]
2019-10-23 12:42 ` [igt-dev] [PATCH i-g-t] " Chris Wilson
2019-10-23 19:30 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork
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=20191023123447.GT1208@intel.com \
--to=ville.syrjala@linux.intel.com \
--cc=ashutosh.dixit@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox