diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-10-09 17:30:59 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-10-09 17:30:59 +0200 |
commit | c9795c6dfe1fc383dcbbd587ba633974dd4d0f67 (patch) | |
tree | c19d7bf83f9c785303d213cec4451ca52ff01b36 /tests/.gitignore | |
parent | a7787baccc187ef10ed497ad9d8dd940df70c6e7 (diff) |
tests: add gem_cs_tlb
Should test tlb coherency, but somehow it fails to hit the bug I want
it to hit ... needs more work.
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 0d0f178a..ecdd9092 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -10,6 +10,7 @@ gem_bad_length gem_basic gem_cacheing gem_cs_prefetch +gem_cs_tlb gem_cpu_concurrent_blit gem_cpu_reloc gem_ctx_bad_destroy |