diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-04-22 12:35:23 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-04-22 12:35:23 +0200 |
commit | cf72da57dcc1baeaaff71250a82b40ab324b7590 (patch) | |
tree | ee71c697ccd12d2310fd55df911ca013a047455c /tests/.gitignore | |
parent | 19a28d06ad6555ae36797f64e3705d373822faf7 (diff) |
tests: add gem_unfence_active_buffers
Unfortunately this requires slab poisoning to catch anything :(
Also add a new helper to drmtest to get the available fence count.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index cd8e284a..93743eca 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -50,6 +50,7 @@ gem_tiled_partial_pwrite_pread gem_tiled_pread gem_tiled_pread_pwrite gem_tiled_swapping +gem_unfence_active_buffers gem_unref_active_buffers gem_vmap_blits gen3_mixed_blits |