Ville Syrjälä
9090745030
lib: Add igt_pipe_crc_new_nonblock()
...
Add support for reading the CRC in non-blocking mode. Useful for tests
that want to start the CRC capture, then do a bunch of operations, then
collect however many CRCs that got generated. The current
igt_pipe_crc_new() + igt_pipe_crc_get_crcs() method would block until
it gets the requested number of CRCs, whreas in non-blocking mode we
can just read as many as got generated thus far.
v2: __attribute__((warn_unused_result)), document the
new igt_pipe_crc_get_crcs() return value (Daniel)
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
2016-01-08 15:01:59 +02:00
..
2015-11-03 19:46:11 +00:00
2014-07-23 16:43:05 +01:00
2015-05-27 16:17:05 +01:00
2013-12-03 17:08:03 +01:00
2014-06-17 21:26:28 +02:00
2015-12-02 15:02:52 +00:00
2015-10-07 17:57:26 +01:00
2014-10-09 19:47:51 +03:00
2014-12-04 10:17:16 +08:00
2014-06-16 20:11:57 +02:00
2014-09-30 12:21:03 +01:00
2014-10-09 19:47:51 +03:00
2014-10-10 17:26:27 +03:00
2015-08-25 17:20:14 +01:00
2015-07-20 18:13:37 +01:00
2013-12-05 15:32:42 -08:00
2014-06-12 10:12:13 +01:00
2014-02-20 13:42:25 +00:00
2011-03-29 22:52:50 +02:00
2015-11-11 14:52:47 +00:00
2015-08-14 14:07:43 +01:00
2016-01-06 15:17:53 +01:00
2015-12-21 16:54:40 +01:00
2016-01-08 15:01:59 +02:00
2016-01-08 15:01:59 +02:00
2015-10-12 19:57:58 +03:00
2015-08-14 15:27:19 -03:00
2015-12-08 15:21:59 +02:00
2016-01-08 15:01:59 +02:00
2016-01-08 15:01:59 +02:00
2015-12-04 16:33:58 +01:00
2015-12-04 16:33:58 +01:00
2015-12-08 15:23:10 +02:00
2015-12-08 15:23:10 +02:00
2015-09-08 16:15:16 +01:00
2015-09-08 16:15:16 +01:00
2015-10-07 17:57:26 +01:00
2015-08-21 14:13:16 +01:00
2015-11-09 16:57:22 +00:00
2015-11-09 20:37:52 +00:00
2015-09-08 16:15:16 +01:00
2015-05-05 17:29:40 -03:00
2015-09-08 16:15:16 +01:00
2015-11-24 16:36:54 +00:00
2015-05-05 13:13:43 +03:00
2015-07-02 08:17:17 +01:00
2015-09-08 16:15:16 +01:00
2015-08-14 14:07:43 +01:00
2014-08-26 15:16:01 +02:00
2015-03-12 14:19:41 +00:00
2015-12-03 10:40:29 +00:00
2015-12-03 10:40:29 +00:00
2015-07-22 15:14:05 +01:00
2015-12-08 15:21:59 +02:00
2015-07-20 18:13:37 +01:00
2014-08-29 20:02:10 +01:00
2014-08-29 20:02:10 +01:00
2014-11-06 08:26:01 +00:00
2014-09-30 12:21:03 +01:00
2015-07-20 18:13:37 +01:00
2015-03-25 17:52:11 +00:00
2015-03-25 17:52:11 +00:00
2014-08-26 15:03:40 +02:00
2014-08-26 15:03:40 +02:00
2015-03-26 15:50:59 +00:00
2015-08-13 15:20:19 +03:00
2014-07-23 15:23:53 +01:00
2014-07-23 15:23:53 +01:00
2014-09-30 12:21:02 +01:00