mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 12:52:55 +00:00
tests: Add gem_exec_params
This fills all the gaps we've had in our execbuf testing. Overflow testing of the various arrays is already done by gem_reloc_overflow. Also add kms_flip_tiling to .gitignore. This will cause a bunch of failures since current kernels don't catch all fallout. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -35,6 +35,7 @@ gem_exec_blt
|
||||
gem_exec_faulting_reloc
|
||||
gem_exec_lut_handle
|
||||
gem_exec_nop
|
||||
gem_exec_params
|
||||
gem_exec_parse
|
||||
gem_fd_exhaustion
|
||||
gem_fenced_exec_thrash
|
||||
@@ -114,6 +115,7 @@ kms_addfb
|
||||
kms_cursor_crc
|
||||
kms_fbc_crc
|
||||
kms_flip
|
||||
kms_flip_tiling
|
||||
kms_pipe_crc_basic
|
||||
kms_plane
|
||||
kms_render
|
||||
|
||||
Reference in New Issue
Block a user