summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2016-03-08igt/gem_exec_nop: Add a basic testChris Wilson1-19/+85
2016-03-08igt/gem_ringfill: Check full rings across suspend/hibernateChris Wilson1-0/+18
2016-03-08igt/gem_exec_suspend: Check with both cached/uncached objectsChris Wilson1-17/+24
2016-03-08lib: Magic for_each_engine() macro to iterate over available enginesChris Wilson1-4/+4
2016-03-08igt/gem_exec_suspend: Do pre/post suspend double checksChris Wilson1-0/+20
2016-03-08igt/gem_reloc_overflow: Fix errno tests for "overflow"Chris Wilson1-150/+201
2016-03-07igt/pm_rpm: Wait for PCI D3Chris Wilson1-8/+4
2016-03-07gem_ppgtt: Fix flink-and-exit-vma-leak for engine->last_contextTvrtko Ursulin1-4/+19
2016-03-07tests/kms_setmode: Fix compilation warnings.Marius Vlad1-4/+4
2016-03-07tests/kms_setmode: Add tests when not stealing encoders on same crtc.Maarten Lankhorst1-3/+41
2016-03-04tests/kms_draw_crc: remove hardcoded PIPE_APaulo Zanoni1-5/+3
2016-03-04kms_frontbuffer_tracking: Remove hardcoded PIPE_AGabriel Feceoru1-1/+2
2016-03-03kms_frontbuffer_tracking: add missing igt_remove_fb callsPaulo Zanoni1-0/+4
2016-03-03tests: fix CRTC assignment for a few testsPaulo Zanoni5-58/+49
2016-03-03kms_frontbuffer_tracking: try harder to find suitable connectorsPaulo Zanoni1-7/+62
2016-03-03kms_frontbuffer_tracking: extract find_connector functionPaulo Zanoni1-32/+38
2016-03-03kms_frontbuffer_tracking: don't pass the crtc idx to init_mode_paramsPaulo Zanoni1-5/+5
2016-03-03lib/igt_kms: add kmstest_get_crtc_idxPaulo Zanoni2-19/+5
2016-03-03tests/pm_rpm: Fix CRASH on machines that lack LLCDavid Weinehall1-22/+15
2016-03-03igt/gem_softpin: Check norelocations hold versus suspend/resumeChris Wilson1-2/+21
2016-03-03igt/gem_exec_basic: Check that we don't write into the const execbuf argChris Wilson1-1/+60
2016-03-02igt/gem_exec_suspend: Exercise simple exec-and-read across suspendChris Wilson2-0/+167
2016-03-02tests/drv_missed_irq_hang: Wait harderChris Wilson1-11/+18
2016-03-02igt/gem_ctx_create: Exercise implicit per-fd context creationChris Wilson1-2/+41
2016-03-01igt/gem_ctx_create: Exercise a trivial allocation failureChris Wilson1-18/+65
2016-03-01tests/drv_hangman: test for acthd increasing through invalid VM spaceDaniele Ceraolo Spurio1-0/+43
2016-03-01lib: move i915_wedged_set to ig_gt.cDaniele Ceraolo Spurio1-16/+1
2016-03-01igt/gem_concurrent_blit: Deglobalify num_buffersChris Wilson1-63/+73
2016-03-01lib: Add read/write direction support for dmabuf synchronisationChris Wilson3-9/+9
2016-02-29tests/kms_force_connector_basic: Disable all crtc's for load-detect.Maarten Lankhorst1-0/+8
2016-02-26igt/gem_sync: Enforce a timeout of 20sChris Wilson1-1/+1
2016-02-26kms_atomic: drop unnecessary connector looping from plane_primary testMatt Roper1-12/+0
2016-02-26igt/drv_hangman: Tidy up assertion failure messageChris Wilson1-18/+14
2016-02-26igt/gem_sync: Test across all rings simultaneouslyChris Wilson1-6/+67
2016-02-26igt/gem_sync: Add some forked variantsChris Wilson1-30/+34
2016-02-25igt/gem_concurrent_blit: Pretend tests existChris Wilson1-8/+10
2016-02-25igt/gem_concurrent_blit: Add dmabuf exercisersChris Wilson1-1/+116
2016-02-23lib: Move gem_wait() to ioctl-wrappersChris Wilson1-23/+6
2016-02-19kms_frontbuffer_tracking: add basic subtestPaulo Zanoni1-3/+80
2016-02-19kms_frontbuffer_tracking: don't fail fbc-farfromfence on SKLPaulo Zanoni1-4/+11
2016-02-19igt/gem_exec_reloc: Check WC mmaps as wellChris Wilson1-18/+30
2016-02-19lib/igt_pm: Lib for power managementDavid Weinehall2-54/+11
2016-02-18lib: Restore gem_available_aperture_size()Chris Wilson1-1/+1
2016-02-18igt: Report the global GTT sizeChris Wilson7-30/+19
2016-02-18igt: Mark gem_cs_tlb/gem_cs_prefetch as a pair of basic GTT layout testsChris Wilson2-4/+2
2016-02-18igt/gem_ctx_thrash: Combine context thrashing with a render testChris Wilson2-7/+138
2016-02-18igt/gem_ctx_thrash: Double number of threads/proceessesChris Wilson1-5/+6
2016-02-14tests/prime_mmap: Encapsulate check_for_dma_buf_mmap() in igt_fixture.Marius Vlad1-1/+1
2016-02-12igt/gem_userptr_blits: Flip sign on error checkChris Wilson1-3/+2
2016-02-11tests: Add prime_mmap_coherency for cache coherency testsTiago Vignatti2-0/+247