summaryrefslogtreecommitdiff
path: root/tests/gem_userptr_blits.c
AgeCommit message (Expand)Author
2017-09-06igt/gem_userptr_blits: Errors from gup are permanentChris Wilson
2017-03-21igt/gem_userptr_blits: Allow use of >4GiBChris Wilson
2017-03-16igt/gem_userptr_blits: Move assert to callerChris Wilson
2017-03-08tests/gem_userptr_blits: subtests for MAP_FIXED mappings of regular BOMichał Winiarski
2017-03-08igt/gem_userptr_blits: Exercise boundary of GTT mmapsChris Wilson
2017-02-22igt: Start marking up GEM tests that require an alive GPU to functionChris Wilson
2017-01-02igt: Mass conversion to to_user_pointer()Chris Wilson
2016-09-30igt/gem_userptr_blits: Tidy up the debug spamChris Wilson
2016-02-12igt/gem_userptr_blits: Flip sign on error checkChris Wilson
2016-02-11lib: Add gem_userptr and __gem_userptr helpersTiago Vignatti
2016-02-04igt/gem_userptr_blits: Limit amount of mlocked surfacesChris Wilson
2016-01-25Promote eviction memory sizes and buffer counts to uint64_tChris Wilson
2016-01-22igt/gem_userptr_blits: Exercise applying relocations to a userptr boChris Wilson
2015-11-03igt/gem_userptr_blits: Correct the number of objects requiredChris Wilson
2015-10-12Replace __gem_mmap__{cpu,gtt,wc}() + igt_assert() with gem_mmap__{cpu,gtt,wc}()Ville Syrjälä
2015-10-09Make gem_mmap__{cpu,gtt,wc}() assert on failureVille Syrjälä
2015-10-09Sprinkle igt_assert(ptr) after gem_mmap__{cpu,gtt,wc}Ville Syrjälä
2015-10-09Remove gem_mmap__{cpu,gtt,wc} return value MAP_FAILED assertsVille Syrjälä
2015-10-09s/gem_mmap/gem_mmap__gtt/Ville Syrjälä
2015-09-11convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocciMicah Fedke
2015-08-21lib: add a single include headerThomas Wood
2015-05-14tests: match gem_create prototype in igt_eviction_test_ops create functionThomas Wood
2015-03-29igt/gem_evict_everything: Use mlock to reduce available memoryChris Wilson
2015-03-06igt.cocci: Replace igt_assert() with igt_assert_CMP() where possibleMatt Roper
2015-02-04tests/gem_userptr_blits: Race between close and invalidateMichał Winiarski
2015-01-06Skip MADV_DOFORK & MADV_DONTFORK calls on OS'es that don't support themAlan Coopersmith
2014-11-17lib/os: Push simulation test down into intel_require_memoryDaniel Vetter
2014-11-17lib/os: Pust igt_require into memory check functionDaniel Vetter
2014-11-04ioctl_wrappers: Pass in offset to CPU mmapsChris Wilson
2014-10-24igt/gem_userptr_blits/dmabuf: Map the right pointer for !llcChris Wilson
2014-10-23igt/gem_userptr_blits/dmabuf: Provide partial coverage on !llc platformsChris Wilson
2014-10-17lib: add common min and max macrosThomas Wood
2014-10-02tests: Sprinkle missing igt_exit() where needed.Daniel Vetter
2014-09-26igt/gem_userptr_blits: Test interruptible create-destroyChris Wilson
2014-09-12igt/gem_userptr_blits: GTT mmaping a userptr requires llcChris Wilson
2014-07-24igt/gem_userptr_blits: Fix multi-threaded mm stress testerTvrtko Ursulin
2014-07-24igt/gem_userptr_blits: Fix forked access testTvrtko Ursulin
2014-07-21igt/gem_userptr_blits: New tests, old issuesChris Wilson
2014-07-15tests/gem_userptr_blits: PolishDaniel Vetter
2014-07-15tests/gem_userptr_blits: Race between object creation and multi-threaded mm opsTvrtko Ursulin
2014-07-14igt/gem_userptr_blits: Add missing RAM check before coherency testsChris Wilson
2014-07-14igt/gem_userptr_blits: Add missing RAM check before coherency testsChris Wilson
2014-07-11igt/gem_userptr_blits: Verify that userptr bo work on unshared memoryChris Wilson
2014-07-11igt/gem_userptr_blits: Shared memory allocationsChris Wilson
2014-06-03igt/gem_evict_everything: Move assertionChris Wilson
2014-05-22igt/gem_userptr_blits: Fix up last minute API changesChris Wilson
2014-05-14tests: Use igt macros moreDaniel Vetter
2014-05-14tests: sprinkle igt loggingDaniel Vetter
2014-04-25test: Fixup for the previous patchDaniel Vetter
2014-04-25test/gem_userptr_*: Fix compile failDaniel Vetter