Re: [Intel-gfx] [PATCH i-g-t 1/3] lib/igt_aux: Export statistics of signal helper.

2017-08-07 Thread Daniel Vetter
On Mon, Aug 07, 2017 at 10:59:55AM +0100, Chris Wilson wrote: > Quoting Maarten Lankhorst (2017-08-07 10:45:38) > > Op 04-08-17 om 09:50 schreef Chris Wilson: > > > Quoting Maarten Lankhorst (2017-08-02 11:29:17) > > >> Export 2 functions, igt_signal_helper_get_num and > > >>

Re: [Intel-gfx] [PATCH i-g-t 1/3] lib/igt_aux: Export statistics of signal helper.

2017-08-07 Thread Chris Wilson
Quoting Maarten Lankhorst (2017-08-07 10:45:38) > Op 04-08-17 om 09:50 schreef Chris Wilson: > > Quoting Maarten Lankhorst (2017-08-02 11:29:17) > >> Export 2 functions, igt_signal_helper_get_num and > >> igt_signal_helper_get_hz. > >> > >> This will allow tests to measure how much time in a test

Re: [Intel-gfx] [PATCH i-g-t 1/3] lib/igt_aux: Export statistics of signal helper.

2017-08-07 Thread Maarten Lankhorst
Op 04-08-17 om 09:50 schreef Chris Wilson: > Quoting Maarten Lankhorst (2017-08-02 11:29:17) >> Export 2 functions, igt_signal_helper_get_num and >> igt_signal_helper_get_hz. >> >> This will allow tests to measure how much time in a test was spent >> in a uninterruptible state, which is useful

Re: [Intel-gfx] [PATCH i-g-t 1/3] lib/igt_aux: Export statistics of signal helper.

2017-08-04 Thread Chris Wilson
Quoting Maarten Lankhorst (2017-08-02 11:29:17) > Export 2 functions, igt_signal_helper_get_num and > igt_signal_helper_get_hz. > > This will allow tests to measure how much time in a test was spent > in a uninterruptible state, which is useful when testing whether > certain ioctl's can be

Re: [Intel-gfx] [PATCH i-g-t 1/3] lib/igt_aux: Export statistics of signal helper.

2017-08-04 Thread Mika Kahola
On Wed, 2017-08-02 at 12:29 +0200, Maarten Lankhorst wrote: > Export 2 functions, igt_signal_helper_get_num and > igt_signal_helper_get_hz. > > This will allow tests to measure how much time in a test was spent > in a uninterruptible state, which is useful when testing whether > certain ioctl's

[Intel-gfx] [PATCH i-g-t 1/3] lib/igt_aux: Export statistics of signal helper.

2017-08-02 Thread Maarten Lankhorst
Export 2 functions, igt_signal_helper_get_num and igt_signal_helper_get_hz. This will allow tests to measure how much time in a test was spent in a uninterruptible state, which is useful when testing whether certain ioctl's can be interrupted or not. Signed-off-by: Maarten Lankhorst