[Intel-gfx] [PATCH i-g-t] i915/gem_exec_limit: Limit to a maximum of 120s
Chris Wilson
chris at chris-wilson.co.uk
Mon Jan 14 09:53:19 UTC 2019
Quoting Tvrtko Ursulin (2019-01-14 09:42:55)
>
> On 14/01/2019 09:16, Chris Wilson wrote:
> > +
> > + if (++pass == 1024)
> > + break;
> > }
> > }
> > igt_info("Number of migrations for execbuf: %d\n", eb_migrations);
>
> Log number of passes while at it?
Threw the log inside the while(interruptible) loop, which may be
temporarily confusing, but more likely to be useful :)
-Chris
More information about the Intel-gfx
mailing list