summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/selftests
AgeCommit message (Expand)Author
2018-07-19Merge tag 'drm-intel-next-2018-07-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2018-07-09drm/i915/selftests: Prevent background reaping of active objectsChris Wilson
2018-07-09drm/i915/selftests: Replace wait-on-timeout with explicit timeoutChris Wilson
2018-07-09drm/i915: Provide a timeout to i915_gem_wait_for_idle()Chris Wilson
2018-07-09drm/i915/selftests: Magic numbers for old Y-tilingChris Wilson
2018-07-07drm/i915: Replace nested subclassing with explicit subclassesChris Wilson
2018-07-06drm/i915/selftests: Avoid warning if runtime pm is disabledChris Wilson
2018-07-06drm/i915/selftests: Provide full mb() around clflushChris Wilson
2018-07-06drm/i915: Start returning an error from i915_vma_move_to_active()Chris Wilson
2018-07-06drm/i915: Refactor export_fence() after i915_vma_move_to_active()Chris Wilson
2018-07-06drm/i915/selftests: Fixup missing MI_MEM_VIRTUAL for live_hangcheckChris Wilson
2018-07-06drm/i915/selftests: Replace magic 1<<22 with MI_USE_GGTT/MI_MEM_VIRTUALChris Wilson
2018-07-06drm/i915/selftests: Limit live_gtt allocation test to fit within RAMChris Wilson
2018-07-06drm/i915/selftests: Skip live_execlists if the GPU is terminally wedgedChris Wilson
2018-07-06drm/i915/selftests: Skip live context execution test without logical contextsChris Wilson
2018-07-06drm/i915/selftests: Skip over live context testing when wedgedChris Wilson
2018-07-06drm/i915/selftests: Skip huge pages live tests if wedgedChris Wilson
2018-07-06drm/i915/selftests: Skip live eviction tests when wedgedChris Wilson
2018-07-06drm/i915/selftests: Skip workaround tests when wedgedChris Wilson
2018-07-06drm/i915/selftests: Skip all request selftests when wedgedChris Wilson
2018-07-06drm/i915/selftests: Skip making an object busy if the GPU is wedgedChris Wilson
2018-07-06drm/i915/selftests: Skip using the GPU if wedgedChris Wilson
2018-07-06drm/i915/selftests: Destroy partial tiling vma after useChris Wilson
2018-07-06drm/i915/selftests: Fail hangcheck testing if the GPU is wedgedChris Wilson
2018-07-05drm/i915/selftests: Detect unknown swizzling correctlyChris Wilson
2018-07-05drm/i915/selftests: Fixup recursive MI_BB_START for gen3Chris Wilson
2018-07-05drm/i915/selftests: Replace open-coded i915_address_space_init()Chris Wilson
2018-07-05drm/i915/selftests: Use full release for local ppgtt allocationChris Wilson
2018-07-05drm/i915: Remove defunct i915->vm_listChris Wilson
2018-07-04drm/i915/gtt: Pull global wc page stash under its own lockingChris Wilson
2018-07-03drm/i915/selftests: Drop struct_mutex around lowlevel pggtt allocationChris Wilson
2018-07-03drm/i915/selftests: Release the struct_mutex to free the objectsChris Wilson
2018-06-29drm/i915/selftests: Attach the fence to the object when making busyChris Wilson
2018-06-29drm/i915/selftests: Mark up write into scratch vmaChris Wilson
2018-06-28drm/i915: Replace drm_dev_unref with drm_dev_putThomas Zimmermann
2018-06-28Merge tag 'drm-intel-next-2018-06-20' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2018-06-22Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2018-06-22Merge tag 'drm-intel-next-2018-06-06' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2018-06-20drm/i915/selftests: Remove unused dmabuf->kmap routines, fix the buildChris Wilson
2018-06-20Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan
2018-06-20dma-buf: remove kmap_atomic interfaceChristian König
2018-06-20drm/i915/selftests: Avoid ERR_PTR dereferenceChris Wilson
2018-06-14drm/i915/selftests: Initialise request to silence a compilerChris Wilson
2018-06-14drm/i915: Make closing request flush mandatoryChris Wilson
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12drm/i915/gtt: Subclass gen6_hw_ppgttChris Wilson
2018-06-07drm/i915/gtt: Push allocation to hw ppgtt constructorChris Wilson
2018-06-07drm/i915: Decouple vma vfuncs from vmChris Wilson
2018-06-05drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson
2018-05-24drm/i915: Look for an active kernel context before switchingChris Wilson