Age | Commit message (Expand) | Author |
2016-09-30 | igt/gem_userptr_blits: Tidy up the debug spam | Chris Wilson |
2016-02-12 | igt/gem_userptr_blits: Flip sign on error check | Chris Wilson |
2016-02-11 | lib: Add gem_userptr and __gem_userptr helpers | Tiago Vignatti |
2016-02-04 | igt/gem_userptr_blits: Limit amount of mlocked surfaces | Chris Wilson |
2016-01-25 | Promote eviction memory sizes and buffer counts to uint64_t | Chris Wilson |
2016-01-22 | igt/gem_userptr_blits: Exercise applying relocations to a userptr bo | Chris Wilson |
2015-11-03 | igt/gem_userptr_blits: Correct the number of objects required | Chris Wilson |
2015-10-12 | Replace __gem_mmap__{cpu,gtt,wc}() + igt_assert() with gem_mmap__{cpu,gtt,wc}() | Ville Syrjälä |
2015-10-09 | Make gem_mmap__{cpu,gtt,wc}() assert on failure | Ville Syrjälä |
2015-10-09 | Sprinkle igt_assert(ptr) after gem_mmap__{cpu,gtt,wc} | Ville Syrjälä |
2015-10-09 | Remove gem_mmap__{cpu,gtt,wc} return value MAP_FAILED asserts | Ville Syrjälä |
2015-10-09 | s/gem_mmap/gem_mmap__gtt/ | Ville Syrjälä |
2015-09-11 | convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocci | Micah Fedke |
2015-08-21 | lib: add a single include header | Thomas Wood |
2015-05-14 | tests: match gem_create prototype in igt_eviction_test_ops create function | Thomas Wood |
2015-03-29 | igt/gem_evict_everything: Use mlock to reduce available memory | Chris Wilson |
2015-03-06 | igt.cocci: Replace igt_assert() with igt_assert_CMP() where possible | Matt Roper |
2015-02-04 | tests/gem_userptr_blits: Race between close and invalidate | Michał Winiarski |
2015-01-06 | Skip MADV_DOFORK & MADV_DONTFORK calls on OS'es that don't support them | Alan Coopersmith |
2014-11-17 | lib/os: Push simulation test down into intel_require_memory | Daniel Vetter |
2014-11-17 | lib/os: Pust igt_require into memory check function | Daniel Vetter |
2014-11-04 | ioctl_wrappers: Pass in offset to CPU mmaps | Chris Wilson |
2014-10-24 | igt/gem_userptr_blits/dmabuf: Map the right pointer for !llc | Chris Wilson |
2014-10-23 | igt/gem_userptr_blits/dmabuf: Provide partial coverage on !llc platforms | Chris Wilson |
2014-10-17 | lib: add common min and max macros | Thomas Wood |
2014-10-02 | tests: Sprinkle missing igt_exit() where needed. | Daniel Vetter |
2014-09-26 | igt/gem_userptr_blits: Test interruptible create-destroy | Chris Wilson |
2014-09-12 | igt/gem_userptr_blits: GTT mmaping a userptr requires llc | Chris Wilson |
2014-07-24 | igt/gem_userptr_blits: Fix multi-threaded mm stress tester | Tvrtko Ursulin |
2014-07-24 | igt/gem_userptr_blits: Fix forked access test | Tvrtko Ursulin |
2014-07-21 | igt/gem_userptr_blits: New tests, old issues | Chris Wilson |
2014-07-15 | tests/gem_userptr_blits: Polish | Daniel Vetter |
2014-07-15 | tests/gem_userptr_blits: Race between object creation and multi-threaded mm ops | Tvrtko Ursulin |
2014-07-14 | igt/gem_userptr_blits: Add missing RAM check before coherency tests | Chris Wilson |
2014-07-14 | igt/gem_userptr_blits: Add missing RAM check before coherency tests | Chris Wilson |
2014-07-11 | igt/gem_userptr_blits: Verify that userptr bo work on unshared memory | Chris Wilson |
2014-07-11 | igt/gem_userptr_blits: Shared memory allocations | Chris Wilson |
2014-06-03 | igt/gem_evict_everything: Move assertion | Chris Wilson |
2014-05-22 | igt/gem_userptr_blits: Fix up last minute API changes | Chris Wilson |
2014-05-14 | tests: Use igt macros more | Daniel Vetter |
2014-05-14 | tests: sprinkle igt logging | Daniel Vetter |
2014-04-25 | test: Fixup for the previous patch | Daniel Vetter |
2014-04-25 | test/gem_userptr_*: Fix compile fail | Daniel Vetter |
2014-04-25 | tests/gem_userptr_blits: Expanded userptr test cases | Tvrtko Ursulin |