diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2015-12-18 14:35:05 +0200 |
---|---|---|
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2016-01-08 15:01:59 +0200 |
commit | 909074503012a11fc631118cd3180b4a1c27646e (patch) | |
tree | 1f6998c5d989db7d4f20aabd4df4e9498081ff51 /.gitignore | |
parent | 5b113d323dde18ef3bbae2f57d613be4ab7eb267 (diff) |
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>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions