summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-20igt/gem_exec_preempt: new test for scheduler/preemptionIGTDave Gordon3-0/+465
2016-04-20igt/gem_exec_fence: New testTvrtko Ursulin4-0/+1521
2016-04-20igt/gem_scheduler: Add gem_scheduler testDerek Morton6-0/+863
2016-04-14igt/gem_ctx_param_basic: Updated to support scheduler priority interfaceJohn Harrison2-1/+108
2016-04-14lib: intel_batchbuffer - allowed contexts to be submitted for any engineGeoff Miller1-3/+0
2016-04-14intel-gpu-tools: fix parenthesisation in #definesDave Gordon2-3/+3
2016-04-14igt/gem_exec_nop: Explain the parallel execution assertionChris Wilson1-1/+3
2016-04-14lib: Fix doc warnings for real!Daniel Vetter2-2/+2
2016-04-14tests: Open any driverTomeu Vizoso6-6/+6
2016-04-14kms_addfb_basic: Get intel gen from within subtestTomeu Vizoso1-13/+23
2016-04-14kms_addfb_basic: Move calls to gem_set_tiling to the subtestsTomeu Vizoso1-6/+3
2016-04-14kms_addfb_basic: Split tiling_tests offTomeu Vizoso1-5/+45
2016-04-14kms_addfb_basic: move tiling functionality into each subtestTomeu Vizoso1-4/+4
2016-04-14kms_addfb_basic: call igt_create_bo_with_dimensionsTomeu Vizoso1-8/+16
2016-04-14lib: Add igt_create_bo_with_dimensionsTomeu Vizoso2-24/+84
2016-04-14lib: Map dumb buffersTomeu Vizoso2-2/+16
2016-04-14lib: Add igt_dirty_fbTomeu Vizoso2-0/+15
2016-04-14lib: Add helper kmstest_dumb_map_bufferTomeu Vizoso2-0/+19
2016-04-14lib: Add wrapper for DRM_IOCTL_MODE_CREATE_DUMBTomeu Vizoso4-32/+41
2016-04-14lib: Call intel_get_drm_devid only from intel codeTomeu Vizoso1-7/+8
2016-04-14lib: Assert we are on i915 from intel_get_drm_devidTomeu Vizoso1-0/+2
2016-04-14lib: Expose is_i915_deviceTomeu Vizoso2-1/+3
2016-04-14lib: Have gem_set_tiling require intelTomeu Vizoso1-0/+2
2016-04-14lib: add igt_require_intelTomeu Vizoso2-0/+7
2016-04-14lib: Rename is_intel to has_known_intel_chipsetTomeu Vizoso1-4/+6
2016-04-14igt/gem_ctx_create: Broaden per-engine testingChris Wilson1-3/+33
2016-04-12igt/gem_exec_create: Add a "leak" testChris Wilson1-3/+11
2016-04-12igt: Add a basic test to stress allocation of batchesChris Wilson2-0/+146
2016-04-12test/gem_mocs_settings: Testing MOCS register settingsPeter Antoine4-0/+598
2016-04-11igt/gem_busy: fix compaction of multiple store commandsChris Wilson1-0/+1
2016-04-11igt/gem_concurrent_blit: Tweak num_buffers to just exceed targetChris Wilson1-6/+5
2016-04-11lib: Tidy presentations of pread/pwrite failuresChris Wilson1-16/+35
2016-04-10igt/gem_concurrent_blit: Purge the libdrm caches before cloningChris Wilson1-10/+29
2016-04-10igt/gem_shrink: Fix execution object offsetChris Wilson1-4/+4
2016-04-09lib: Remove defunct stop_ringsChris Wilson4-168/+0
2016-04-09igt/kms_flip: Convert over to real hang injectionChris Wilson1-74/+15
2016-04-09igt/kms_pipe_crc_basic: Replace stop_rings with igt_hang_ringChris Wilson1-51/+4
2016-04-08tests/pm_rps: Increase timeouts to 15 secondsVille Syrjälä1-2/+2
2016-04-05tools/intel_reg: Add extra pipe B registers for CHVVille Syrjälä2-0/+241
2016-04-05kms_atomic: Skip rather than fail on non-atomic driversMatt Roper1-1/+1
2016-04-05lib: kms: move framebuffer scanout offset/size to planeLionel Landwerlin3-20/+24
2016-04-05tools/intel_reg: Fix builtin register spec for gen4Ville Syrjälä1-1/+1
2016-04-04igt/gem_shrink: Reduce oom spamChris Wilson1-1/+2
2016-04-04igt/gem_shrink: Fix leak in userptr, add anotherChris Wilson1-2/+38
2016-04-03benchmarks: Include my ezbench test runnersChris Wilson10-0/+242
2016-04-03benchmarks/gem_latency: Add a -C switch to measure impact of cmdparserChris Wilson1-9/+23
2016-04-03lib: Avoid assertion if sig_ioctl is unsed from a child accidentallyChris Wilson1-0/+6
2016-04-03lib: Don't report the last errno inside the async GPU hang detectorChris Wilson1-0/+1
2016-04-02igt/gem_shrink: Exercise with userptr stressChris Wilson1-11/+68
2016-04-02igt/gem_shrink: Add pread/pwrite stressChris Wilson1-2/+22