Re: [Intel-gfx] [PATCH igt 1/2] lib: Refactor igt_wait() to use library timers

2018-01-26 Thread Chris Wilson
Quoting Antonio Argenziano (2018-01-26 16:50:15) > > > On 25/01/18 13:28, Chris Wilson wrote: > > Use the timer routines for computing elapsed time from igt_core for > > smaller code. > > > > Signed-off-by: Chris Wilson > > --- > > lib/igt_aux.h | 25 +++-- > > 1 file cha

Re: [Intel-gfx] [PATCH igt 1/2] lib: Refactor igt_wait() to use library timers

2018-01-26 Thread Antonio Argenziano
On 25/01/18 13:28, Chris Wilson wrote: Use the timer routines for computing elapsed time from igt_core for smaller code. Signed-off-by: Chris Wilson --- lib/igt_aux.h | 25 +++-- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/lib/igt_aux.h b/lib/igt_aux

[Intel-gfx] [PATCH igt 1/2] lib: Refactor igt_wait() to use library timers

2018-01-25 Thread Chris Wilson
Use the timer routines for computing elapsed time from igt_core for smaller code. Signed-off-by: Chris Wilson --- lib/igt_aux.h | 25 +++-- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/lib/igt_aux.h b/lib/igt_aux.h index 02e70126c..48ba7970f 100644 --- a/li