Re: [Intel-gfx] [PATCH igt 4/6] kms_frontbuffer_tracking: refactor sink CRC reliability handling

2017-01-05 Thread Petri Latvala
After this patch we got some failures in CI for anything not connected to eDP. sink_crc.supported now defaults to true, so perhaps... diff --git a/tests/kms_frontbuffer_tracking.c b/tests/kms_frontbuffer_tracking.c index b91f08b..b84721f 100644 --- a/tests/kms_frontbuffer_tracking.c +++ b/tests/

[Intel-gfx] [PATCH igt 4/6] kms_frontbuffer_tracking: refactor sink CRC reliability handling

2016-12-22 Thread Paulo Zanoni
What I'm currently seeing is that sometimes the first check during setup_sink_crc() returns valid sink CRC, but then the subsequent checks return ETIMEDOUT. In these cases, we keep getting flooded by messages saying that our sink CRC is unreliable and that the results differ. This is annoying for t