From: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
To: Chris Wilson <chris@chris-wilson.co.uk>, intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH igt] igt/gem_exec_schedule: Detect too slow setup in deep-*
Date: Fri, 29 Sep 2017 11:48:42 +0300 [thread overview]
Message-ID: <1506674922.4729.25.camel@linux.intel.com> (raw)
In-Reply-To: <20170928112023.17536-1-chris@chris-wilson.co.uk>
On Thu, 2017-09-28 at 12:20 +0100, Chris Wilson wrote:
> Using vgem as our cork for building the request queue limits us to 10s
> of setup (or else the fence autoexpires and we start executing too
> early). Add timeouts to the setup loops and SKIP if we cannot establish
> the workload within 10s, the machine and driver is too slow to evaluate
> the expected results.
>
> To avoid the artificial limit of 10s requires lifting the dependency on
> vgem and switching to sw_sync and explicit fencing. Just a matter of
> plumbing!
>
> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
<SNIP>
> @@ -483,21 +485,48 @@ static void deep(int fd, unsigned ring)
> for (int m = 0; m < XS; m ++)
> dep[m] = gem_create(fd, size);
>
> + /* Bind the surfaces into each of the contexts */
"before starting timeout measurement."
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Regards, Joonas
--
Joonas Lahtinen
Open Source Technology Center
Intel Corporation
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2017-09-29 8:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-28 11:20 [PATCH igt] igt/gem_exec_schedule: Detect too slow setup in deep-* Chris Wilson
2017-09-28 12:04 ` ✓ Fi.CI.BAT: success for " Patchwork
2017-09-28 13:21 ` ✓ Fi.CI.IGT: " Patchwork
2017-09-29 8:48 ` Joonas Lahtinen [this message]
2017-09-29 9:03 ` [PATCH igt] " Chris Wilson
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=1506674922.4729.25.camel@linux.intel.com \
--to=joonas.lahtinen@linux.intel.com \
--cc=chris@chris-wilson.co.uk \
--cc=intel-gfx@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.