summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Mark up GTT sizes as u64Chris Wilson2018-11-212-4/+4
* 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-1817-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/+9Star
| * 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-071-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/+0Star
| * 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
| * drm/i915/selftests: Skip workaround tests when wedgedChris Wilson2018-07-061-0/+3
| * drm/i915/selftests: Skip all request selftests when wedgedChris Wilson2018-07-061-0/+4
| * drm/i915/selftests: Skip making an object busy if the GPU is wedgedChris Wilson2018-07-061-0/+3
| * drm/i915/selftests: Skip using the GPU if wedgedChris Wilson2018-07-061-1/+9
| * drm/i915/selftests: Destroy partial tiling vma after useChris Wilson2018-07-061-0/+2
| * drm/i915/selftests: Fail hangcheck testing if the GPU is wedgedChris Wilson2018-07-061-0/+3
| * drm/i915/selftests: Detect unknown swizzling correctlyChris Wilson2018-07-051-2/+10
| * drm/i915/selftests: Fixup recursive MI_BB_START for gen3Chris Wilson2018-07-052-5/+2Star
| * drm/i915/selftests: Replace open-coded i915_address_space_init()Chris Wilson2018-07-051-5/+1Star
| * drm/i915/selftests: Use full release for local ppgtt allocationChris Wilson2018-07-051-2/+1Star
| * drm/i915: Remove defunct i915->vm_listChris Wilson2018-07-051-3/+0Star
| * drm/i915/gtt: Pull global wc page stash under its own lockingChris Wilson2018-07-043-3/+3
| * drm/i915/selftests: Drop struct_mutex around lowlevel pggtt allocationChris Wilson2018-07-031-7/+8
| * drm/i915/selftests: Release the struct_mutex to free the objectsChris Wilson2018-07-031-0/+23
| * drm/i915/selftests: Attach the fence to the object when making busyChris Wilson2018-06-291-1/+6
| * drm/i915/selftests: Mark up write into scratch vmaChris Wilson2018-06-291-1/+1
| * drm/i915: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-06-289-9/+9
* | Merge tag 'drm-intel-next-2018-06-20' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-06-289-38/+38
|\|