summaryrefslogtreecommitdiff
path: root/tests/gem_evict_everything.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-11igt/gem_evict_(alignment,everything): Limit to low 4GChris Wilson1-6/+29
2017-02-22igt: Start marking up GEM tests that require an alive GPU to functionChris Wilson1-0/+1
2017-01-02igt: Mass conversion to to_user_pointer()Chris Wilson1-2/+2
2016-09-30igt/gem_userptr_blits: Tidy up the debug spamChris Wilson1-12/+4
2016-06-17tests: Push igt_fork/stop_hang_detector into fixturesDaniel Vetter1-2/+2
2016-05-13tests/gem_evict_everything: use uint64_t in subtest paramsMika Kuoppala1-7/+7
2016-01-25Promote eviction memory sizes and buffer counts to uint64_tChris Wilson1-4/+5
2015-12-04lib: igt_fork_hang_helper must be run in fixturesDaniel Vetter1-18/+18
2015-10-12Replace __gem_mmap__{cpu,gtt,wc}() + igt_assert() with gem_mmap__{cpu,gtt,wc}()Ville Syrjälä1-2/+1
2015-10-09Make gem_mmap__{cpu,gtt,wc}() assert on failureVille Syrjälä1-1/+1
2015-09-11convert drm_open_any*() calls to drm_open_driver*(DRIVER_INTEL) calls with cocciMicah Fedke1-1/+1
2015-08-21lib: add a single include headerThomas Wood1-4/+1
2015-03-29igt/gem_evict_everything: Use mlock to reduce available memoryChris Wilson1-0/+19
2015-02-13lib/igt_gt: Document and consolidateDaniel Vetter1-0/+1
2015-01-07igt/gem_evict_(alignment|everything): contend with GPU hangsChris Wilson1-0/+15
2014-12-04tests: add more test descriptionsThomas Wood1-0/+3
2014-11-17lib/os: Push simulation test down into intel_require_memoryDaniel Vetter1-2/+0
2014-11-17lib/os: Pust igt_require into memory check functionDaniel Vetter1-2/+2
2014-11-04ioctl_wrappers: Pass in offset to CPU mmapsChris Wilson1-1/+1
2014-06-03igt/gem_evict_everything: Move assertionChris Wilson1-3/+4
2014-05-28Factor in kernel object overhead when checking available memory for testsChris Wilson1-2/+2
2014-03-22lib: unnecessary header removal for drmtest.h, part 1Daniel Vetter1-1/+2
2014-02-04tests/gem_evict_everything: Factor out eviction logicTvrtko Ursulin1-169/+41
2013-11-13gem_evict_*: Fix batch lengths, broken on gen8 integrationBen Widawsky1-1/+3
2013-11-07gem_evict_everything: Fix broken blit generalizationBen Widawsky1-2/+4
2013-11-06tests/bdw: gem_evict_*Ben Widawsky1-2/+6
2013-11-01lib: add igt_main macroDaniel Vetter1-5/+1
2013-10-09gem_evict_*: Use iterator for blit batchBen Widawsky1-11/+11
2013-09-30tests/gem_evict_everything: tune down forked subtestsDaniel Vetter1-1/+1
2013-09-03lib/drmtest: include sys/mman.h from drmtest.hDaniel Vetter1-1/+0
2013-08-29tests/gem_evict_everything: add swapping and forked subtestsDaniel Vetter1-9/+157
2013-08-29tests/gem_evict_*: Fix leak in copyDaniel Vetter1-0/+1
2013-08-23tests/gem_evict_*: Add interruptible modesDaniel Vetter1-10/+37
2013-08-20gem_evict_everything: Fix the error code checking after drmIoctlChris Wilson1-2/+5
2013-08-20tests: Add gem_evict_everythingChris Wilson1-0/+186