summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/selftests
AgeCommit message (Expand)AuthorFilesLines
2018-07-20Merge tag 'drm-intel-next-2018-07-19' of git://anongit.freedesktop.org/drm/dr...Dave Airlie10-11/+478
2018-07-19Merge tag 'drm-intel-next-2018-07-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie17-139/+237
2018-07-17drm/i915/selftests: Free the backing store between iterationsChris Wilson1-0/+6
2018-07-16drm/i915/selftests: Exercise reset to break stuck GTT evictionChris Wilson1-2/+169
2018-07-16drm/i915/selftests: Force a preemption hangChris Wilson1-0/+115
2018-07-13drm/i915/selftests: Include the start of each subtest in the GEM traceChris Wilson1-0/+2
2018-07-13drm/i915: Prevent writing into a read-only object via a GGTT mmapChris Wilson1-2/+3
2018-07-13drm/i915/gtt: Read-only pages for insert_entries on bdw+Jon Bloomfield1-3/+109
2018-07-12drm/i915/selftests: Fixup GuC FW negative testMichaƂ Winiarski1-3/+7
2018-07-11drm/i915/selftests: Add a safety net to live_workaroundsChris Wilson2-1/+65
2018-07-10drm/i915/selftests: Filter out both physical address swizzlesChris Wilson1-1/+2
2018-07-10drm/i915/selftests: Constrain mock_gtt tests to fit within RAMChris Wilson1-1/+2
2018-07-09drm/i915/selftests: Prevent background reaping of active objectsChris Wilson1-1/+18
2018-07-09drm/i915/selftests: Replace wait-on-timeout with explicit timeoutChris Wilson1-46/+9
2018-07-09drm/i915: Provide a timeout to i915_gem_wait_for_idle()Chris Wilson3-3/+7
2018-07-09drm/i915/selftests: Magic numbers for old Y-tilingChris Wilson1-2/+9
2018-07-07drm/i915: Replace nested subclassing with explicit subclassesChris Wilson1-0/+2
2018-07-06drm/i915/selftests: Avoid warning if runtime pm is disabledChris Wilson1-1/+2
2018-07-06drm/i915/selftests: Provide full mb() around clflushChris Wilson1-3/+18
2018-07-06drm/i915: Start returning an error from i915_vma_move_to_active()Chris Wilson8-17/+51
2018-07-06drm/i915: Refactor export_fence() after i915_vma_move_to_active()Chris Wilson5-19/+0
2018-07-06drm/i915/selftests: Fixup missing MI_MEM_VIRTUAL for live_hangcheckChris Wilson1-1/+1
2018-07-06drm/i915/selftests: Replace magic 1<<22 with MI_USE_GGTT/MI_MEM_VIRTUALChris Wilson4-7/+7
2018-07-06drm/i915/selftests: Limit live_gtt allocation test to fit within RAMChris Wilson1-7/+13
2018-07-06drm/i915/selftests: Skip live_execlists if the GPU is terminally wedgedChris Wilson1-0/+3
2018-07-06drm/i915/selftests: Skip live context execution test without logical contextsChris Wilson1-1/+8
2018-07-06drm/i915/selftests: Skip over live context testing when wedgedChris Wilson1-0/+3
2018-07-06drm/i915/selftests: Skip huge pages live tests if wedgedChris Wilson1-0/+3
2018-07-06drm/i915/selftests: Skip live eviction tests when wedgedChris Wilson1-0/+3
2018-07-06drm/i915/selftests: Skip workaround tests when wedgedChris Wilson1-0/+3
2018-07-06drm/i915/selftests: Skip all request selftests when wedgedChris Wilson1-0/+4
2018-07-06drm/i915/selftests: Skip making an object busy if the GPU is wedgedChris Wilson1-0/+3
2018-07-06drm/i915/selftests: Skip using the GPU if wedgedChris Wilson1-1/+9
2018-07-06drm/i915/selftests: Destroy partial tiling vma after useChris Wilson1-0/+2
2018-07-06drm/i915/selftests: Fail hangcheck testing if the GPU is wedgedChris Wilson1-0/+3
2018-07-05drm/i915/selftests: Detect unknown swizzling correctlyChris Wilson1-2/+10
2018-07-05drm/i915/selftests: Fixup recursive MI_BB_START for gen3Chris Wilson2-5/+2
2018-07-05drm/i915/selftests: Replace open-coded i915_address_space_init()Chris Wilson1-5/+1
2018-07-05drm/i915/selftests: Use full release for local ppgtt allocationChris Wilson1-2/+1
2018-07-05drm/i915: Remove defunct i915->vm_listChris Wilson1-3/+0
2018-07-04drm/i915/gtt: Pull global wc page stash under its own lockingChris Wilson3-3/+3
2018-07-03drm/i915/selftests: Drop struct_mutex around lowlevel pggtt allocationChris Wilson1-7/+8
2018-07-03drm/i915/selftests: Release the struct_mutex to free the objectsChris Wilson1-0/+23
2018-06-29drm/i915/selftests: Attach the fence to the object when making busyChris Wilson1-1/+6
2018-06-29drm/i915/selftests: Mark up write into scratch vmaChris Wilson1-1/+1
2018-06-28drm/i915: Replace drm_dev_unref with drm_dev_putThomas Zimmermann9-9/+9
2018-06-28Merge tag 'drm-intel-next-2018-06-20' of git://anongit.freedesktop.org/drm/dr...Dave Airlie9-38/+38
2018-06-22Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-14/+0
2018-06-22Merge tag 'drm-intel-next-2018-06-06' of git://anongit.freedesktop.org/drm/dr...Dave Airlie15-194/+387
2018-06-20drm/i915/selftests: Remove unused dmabuf->kmap routines, fix the buildChris Wilson1-12/+0