mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-07-23 01:45:51 +00:00
pipe_crc: Make collect_crc() ensure the CRC looks somewhat valid
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
09196af60d
commit
202b2b9567
@ -527,6 +527,8 @@ void igt_pipe_crc_collect_crc(igt_pipe_crc_t *pipe_crc, igt_crc_t *out_crc)
|
||||
igt_pipe_crc_start(pipe_crc);
|
||||
read_one_crc(pipe_crc, out_crc);
|
||||
igt_pipe_crc_stop(pipe_crc);
|
||||
|
||||
igt_assert(!igt_crc_is_null(out_crc));
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user