summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/selftests: Disable shrinker across mmap-exhaustionChris Wilson2018-10-171-0/+3
* Merge tag 'drm-intel-next-2018-09-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-09-287-0/+231
|\
| * drm/i915/selftests: Live tests emit requests and so require rpmChris Wilson2018-09-206-0/+33
| * drm/i915: don't assume struct page in i915_sg_trimMatthew Auld2018-09-201-0/+2
| * drm/i915/selftests: Basic stress test for rapid context switchingChris Wilson2018-09-201-0/+195
| * drm/i915/selftests: Free the batch along the contexts error pathChris Wilson2018-09-201-0/+1
* | Merge tag 'drm-intel-next-2018-09-06-2' of git://anongit.freedesktop.org/drm/...Dave Airlie2018-09-119-47/+378
|\|
| * drm/i915: Reduce context HW ID lifetimeChris Wilson2018-09-051-8/+3
| * drm/i915: Explicitly mark Global GTT address spacesTvrtko Ursulin2018-09-011-0/+2
| * drm/i915/selftests: Add a simple exerciser for suspend/hibernateChris Wilson2018-08-312-0/+222
| * drm/i915/selftests: ring all doorbells in igt_guc_doorbellsDaniele Ceraolo Spurio2018-08-281-0/+38
| * drm/i915/selftests: Hold rpm for unparkingChris Wilson2018-08-091-6/+14
| * drm/i915: Restore user forcewake domains across suspendChris Wilson2018-08-091-1/+1
| * drm/i915/selftests: Unconditionally do a chipset flush before emit_bb_startChris Wilson2018-08-061-5/+6
| * drm/i915/selftests: Replace opencoded clflush with drm_clflush_virt_rangeChris Wilson2018-07-301-21/+17
| * drm/i915/selftests: Exercise resetting in the middle of a wait-on-fenceChris Wilson2018-07-261-8/+77
| * drm/i915/selftests: Use a full emulation of a user ppgtt contextChris Wilson2018-07-261-4/+12
| * drm/i915: Avoid computing tile_row_size() for untiled objectsChris Wilson2018-07-261-1/+1
* | Merge drm/drm-next into drm-misc-nextSean Paul2018-08-2721-149/+722
|\ \
| * | drm/i915/selftests: Hold rpm for unparkingChris Wilson2018-08-151-6/+14
| * | drm/i915: Restore user forcewake domains across suspendChris Wilson2018-08-151-1/+1
| |/
| * Merge tag 'drm-intel-next-2018-07-19' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-07-2010-11/+478
| |\
| | * drm/i915/selftests: Free the backing store between iterationsChris Wilson2018-07-171-0/+6
| | * drm/i915/selftests: Exercise reset to break stuck GTT evictionChris Wilson2018-07-161-2/+169
| | * drm/i915/selftests: Force a preemption hangChris Wilson2018-07-161-0/+115
| | * drm/i915/selftests: Include the start of each subtest in the GEM traceChris Wilson2018-07-131-0/+2
| | * drm/i915: Prevent writing into a read-only object via a GGTT mmapChris Wilson2018-07-131-2/+3
| | * drm/i915/gtt: Read-only pages for insert_entries on bdw+Jon Bloomfield2018-07-131-3/+109
| | * drm/i915/selftests: Fixup GuC FW negative testMichaƂ Winiarski2018-07-121-3/+7
| | * drm/i915/selftests: Add a safety net to live_workaroundsChris Wilson2018-07-112-1/+65
| | * drm/i915/selftests: Filter out both physical address swizzlesChris Wilson2018-07-101-1/+2
| | * drm/i915/selftests: Constrain mock_gtt tests to fit within RAMChris Wilson2018-07-101-1/+2
| * | Merge tag 'drm-intel-next-2018-07-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-07-1917-139/+237
| |\|
| | * drm/i915/selftests: Prevent background reaping of active objectsChris Wilson2018-07-091-1/+18
| | * drm/i915/selftests: Replace wait-on-timeout with explicit timeoutChris Wilson2018-07-091-46/+9
| | * drm/i915: Provide a timeout to i915_gem_wait_for_idle()Chris Wilson2018-07-093-3/+7
| | * drm/i915/selftests: Magic numbers for old Y-tilingChris Wilson2018-07-091-2/+9
| | * drm/i915: Replace nested subclassing with explicit subclassesChris Wilson2018-07-071-0/+2
| | * drm/i915/selftests: Avoid warning if runtime pm is disabledChris Wilson2018-07-061-1/+2
| | * drm/i915/selftests: Provide full mb() around clflushChris Wilson2018-07-061-3/+18
| | * drm/i915: Start returning an error from i915_vma_move_to_active()Chris Wilson2018-07-068-17/+51
| | * drm/i915: Refactor export_fence() after i915_vma_move_to_active()Chris Wilson2018-07-065-19/+0
| | * drm/i915/selftests: Fixup missing MI_MEM_VIRTUAL for live_hangcheckChris Wilson2018-07-061-1/+1
| | * drm/i915/selftests: Replace magic 1<<22 with MI_USE_GGTT/MI_MEM_VIRTUALChris Wilson2018-07-064-7/+7
| | * drm/i915/selftests: Limit live_gtt allocation test to fit within RAMChris Wilson2018-07-061-7/+13
| | * drm/i915/selftests: Skip live_execlists if the GPU is terminally wedgedChris Wilson2018-07-061-0/+3
| | * drm/i915/selftests: Skip live context execution test without logical contextsChris Wilson2018-07-061-1/+8
| | * drm/i915/selftests: Skip over live context testing when wedgedChris Wilson2018-07-061-0/+3
| | * drm/i915/selftests: Skip huge pages live tests if wedgedChris Wilson2018-07-061-0/+3
| | * drm/i915/selftests: Skip live eviction tests when wedgedChris Wilson2018-07-061-0/+3