mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 13:52:54 +00:00
tests: Add kms_flip_event_leak test
kms_flip_event_leak will issue a page flip and close the file descriptor before the flip has finished. This may cause the kernel to leak the page flip event. The test itself won't actually fail but if the kernel notices the leak and WARNs piglit will report a failure. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
This commit is contained in:
@@ -66,6 +66,7 @@ TESTS_progs_M = \
|
||||
kms_cursor_crc \
|
||||
kms_fbc_crc \
|
||||
kms_flip \
|
||||
kms_flip_event_leak \
|
||||
kms_flip_tiling \
|
||||
kms_mmio_vs_cs_flip \
|
||||
kms_pipe_crc_basic \
|
||||
|
||||
Reference in New Issue
Block a user