summaryrefslogtreecommitdiff
path: root/tests/gem_exec_alignment.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-22igt: Start marking up GEM tests that require an alive GPU to functionChris Wilson1-1/+3
2017-01-02igt: Mass conversion to to_user_pointer()Chris Wilson1-3/+3
2016-02-05igt/gem_exec_alignment: Fix off-by-one in buffer objectsChris Wilson1-3/+3
2016-02-05igt/gem_exec_alignment: Mark batch buffer as also requiring 48BChris Wilson1-0/+2
2016-01-27lib: Share common __gem_execbuf()Chris Wilson1-6/+1
2016-01-26igt/gem_exec_alignment: Reduce GTT usage if !full-ppgttChris Wilson1-0/+2
2016-01-26igt/gem_exec_alignment: Actually check aligned locations after manyChris Wilson1-1/+3
2016-01-22igt/gem_exec_alignment: Tweaks count for large alignmentsChris Wilson1-2/+3
2016-01-20igt/gem_exec_alignment: Convert to subtestsChris Wilson1-5/+7
2016-01-19igt/gem_exec_alignment: Fix off-by-one in evalation of find_last_bit()Chris Wilson1-4/+4
2016-01-19igt/gem_exec_alignment: Remember to require 48b objects!Chris Wilson1-8/+18
2016-01-19igt/gem_exec_alignment: Test multiple objects with alignment as wellChris Wilson1-8/+104
2016-01-19igt/gem_exec_alignment: Test all possible pot alignmentsChris Wilson1-1/+16
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-3/+1
2015-06-22igt: Add gem_exec_alignmentChris Wilson1-0/+87