summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/selftests
AgeCommit message (Expand)Author
2018-05-13drm/i915/selftests: scrub 64KMatthew Auld
2018-05-09drm/i915/selftests: Only switch to kernel context when lockedChris Wilson
2018-05-09drm/i915/selftests: Create mock_engine() under struct_mutexChris Wilson
2018-05-08drm/i915/selftests: Return to kernel context after each testChris Wilson
2018-05-08drm/i915/selftests: Flush GPU activity before completing live_contextsChris Wilson
2018-05-08drm/i915/selftests: Refactor common flush_test()Chris Wilson
2018-05-04drm/i915/selftests: Skip the execlists tests on !execlists machinesChris Wilson
2018-05-04drm/i915: Lazily unbind vma on closeChris Wilson
2018-05-04drm/i915/selftests: fix spelling mistake: "parmaters" -> "parameters"Colin Ian King
2018-05-02drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson
2018-05-02drm/i915: Move timeline from GTT to ringChris Wilson
2018-05-02drm/i915/selftests: Fix error checking for wait_var_timeoutChris Wilson
2018-05-02Merge drm/drm-next into drm-intel-next-queuedJani Nikula
2018-04-30drm/i915: Only track live rings for retiringChris Wilson
2018-04-30drm/i915: Retire requests along ringsChris Wilson
2018-04-30drm/i915: Wrap engine->context_pin() and engine->context_unpin()Chris Wilson
2018-04-26drm/i915/selftests: Wait for idle between idle resets as wellChris Wilson
2018-04-24drm/i915/selftests: Fix uninitialized variableGustavo A. R. Silva
2018-04-18drm/i915: Pack params to engine->schedule() into a structChris Wilson
2018-04-17drm/i915/selftests: Handle a potential failure of intel_ring_beginOscar Mateo
2018-04-14drm/i915: Check whitelist registers across resetsChris Wilson
2018-04-06drm/i915: Pass the set of guilty engines to i915_reset()Chris Wilson
2018-04-06drm/i915: Treat i915_reset_engine() as guilty until proven innocentChris Wilson
2018-04-06drm/i915/selftests: Rename wait_for_hang() to wait_until_running()Chris Wilson
2018-04-06drm/i915/selftests: Avoid repeatedly harming the same innocent contextChris Wilson
2018-04-04drm/i915/selftests: Add basic sanitychecks for execlistsChris Wilson
2018-04-02Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-03-22drm/i915/selftests: Stress resets-vs-request-priorityChris Wilson
2018-03-22drm/i915/selftests: Include the trace as a debug aideChris Wilson
2018-03-20drm/i915: Add control flags to i915_handle_error()Chris Wilson
2018-03-20sched/wait, drivers/drm: Convert wait_on_atomic_t() usage to the new wait_var...Peter Zijlstra
2018-03-15drm/i915: add a selftest for the mmio_bases tableDaniele Ceraolo Spurio
2018-03-07drm/i915/icl: Gen11 forcewake supportDaniele Ceraolo Spurio
2018-02-23drm/i915: Update missing parts after the rename to i915_requestMichel Thierry
2018-02-21drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson
2018-02-16drm: move read_domains and write_domain into i915Christian König
2018-02-15drm/i915/selftests: fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva
2018-02-13drm/i915/selftests: Report setup errors for igt_partial_tilingChris Wilson
2018-02-08drm/i915: Only allocate preempt context when requiredChris Wilson
2018-02-08drm/i915/guc: Allow preempt-client to be NULLChris Wilson
2018-02-05drm/i915/selftests: Use a sacrificial context for hang testingChris Wilson
2018-02-05drm/i915/selftests: Flush old resets between enginesChris Wilson
2018-02-01drm/i915/selftests: add missing gtt shrinker testMatthew Auld
2018-01-17drm/i915/selftests: Wait for the dma-fence timeoutChris Wilson
2018-01-16drm/i915/selftests: Test i915_sw_fence/dma_fence interopChris Wilson
2018-01-02drm/i915/selftests: Allow random array allocation to failChris Wilson
2018-01-02drm/i915/selftests: Tweak igt_ggtt_page to speed it upChris Wilson
2017-12-18drm/i915/selftests: Fix up igt_reset_engineChris Wilson
2017-12-18drm/i915: prefer i915_gem_object_has_pages()Matthew Auld
2017-12-14drm/i915/guc: Extract doorbell creation from client allocationMichał Winiarski