summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Look for an active kernel context before switchingChris Wilson2018-05-242-0/+145
* drm/i915/selftests: Pin the mock kernel contextChris Wilson2018-05-232-10/+14
* drm/i915/selftests: Wait longer for the old active requestChris Wilson2018-05-191-14/+34
* drm/i915: Pull the context->pin_count dec into the common intel_context_unpinChris Wilson2018-05-181-3/+0Star
* drm/i915: Store a pointer to intel_context in i915_requestChris Wilson2018-05-182-14/+34
* drm/i915: Move request->ctx asideChris Wilson2018-05-182-2/+5
* drm/i915/selftests: scrub 64KMatthew Auld2018-05-131-0/+3
* drm/i915/selftests: Only switch to kernel context when lockedChris Wilson2018-05-091-1/+2
* drm/i915/selftests: Create mock_engine() under struct_mutexChris Wilson2018-05-091-3/+6
* drm/i915/selftests: Return to kernel context after each testChris Wilson2018-05-081-0/+5
* drm/i915/selftests: Flush GPU activity before completing live_contextsChris Wilson2018-05-081-0/+3
* drm/i915/selftests: Refactor common flush_test()Chris Wilson2018-05-084-121/+91Star
* drm/i915/selftests: Skip the execlists tests on !execlists machinesChris Wilson2018-05-041-0/+4
* drm/i915: Lazily unbind vma on closeChris Wilson2018-05-042-1/+2
* drm/i915/selftests: fix spelling mistake: "parmaters" -> "parameters"Colin Ian King2018-05-041-1/+1
* drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson2018-05-036-149/+72Star
* drm/i915: Move timeline from GTT to ringChris Wilson2018-05-034-4/+18
* drm/i915/selftests: Fix error checking for wait_var_timeoutChris Wilson2018-05-021-2/+3
* Merge drm/drm-next into drm-intel-next-queuedJani Nikula2018-05-021-10/+4Star
|\
| * Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-031-10/+4Star
| |\
| | * sched/wait, drivers/drm: Convert wait_on_atomic_t() usage to the new wait_var...Peter Zijlstra2018-03-201-10/+4Star
* | | drm/i915: Only track live rings for retiringChris Wilson2018-04-302-6/+3Star
* | | drm/i915: Retire requests along ringsChris Wilson2018-04-302-7/+22
* | | drm/i915: Wrap engine->context_pin() and engine->context_unpin()Chris Wilson2018-04-301-3/+10
* | | drm/i915/selftests: Wait for idle between idle resets as wellChris Wilson2018-04-261-1/+49
* | | drm/i915/selftests: Fix uninitialized variableGustavo A. R. Silva2018-04-241-1/+1
* | | drm/i915: Pack params to engine->schedule() into a structChris Wilson2018-04-182-5/+7
* | | drm/i915/selftests: Handle a potential failure of intel_ring_beginOscar Mateo2018-04-171-0/+7
* | | drm/i915: Check whitelist registers across resetsChris Wilson2018-04-142-0/+285
* | | drm/i915: Pass the set of guilty engines to i915_reset()Chris Wilson2018-04-071-16/+14Star
* | | drm/i915: Treat i915_reset_engine() as guilty until proven innocentChris Wilson2018-04-071-9/+0Star
* | | drm/i915/selftests: Rename wait_for_hang() to wait_until_running()Chris Wilson2018-04-061-6/+6
* | | drm/i915/selftests: Avoid repeatedly harming the same innocent contextChris Wilson2018-04-061-4/+44
* | | drm/i915/selftests: Add basic sanitychecks for execlistsChris Wilson2018-04-042-0/+508
* | | drm/i915/selftests: Stress resets-vs-request-priorityChris Wilson2018-03-221-63/+126
* | | drm/i915/selftests: Include the trace as a debug aideChris Wilson2018-03-221-3/+20
* | | drm/i915: Add control flags to i915_handle_error()Chris Wilson2018-03-201-8/+5Star
* | | drm/i915: add a selftest for the mmio_bases tableDaniele Ceraolo Spurio2018-03-152-0/+59
|/ /
* | drm/i915/icl: Gen11 forcewake supportDaniele Ceraolo Spurio2018-03-071-10/+21
* | drm/i915: Update missing parts after the rename to i915_requestMichel Thierry2018-02-231-1/+1
* | drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-2113-157/+153Star
* | drm: move read_domains and write_domain into i915Christian König2018-02-164-10/+10
* | drm/i915/selftests: fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva2018-02-151-1/+1
* | drm/i915/selftests: Report setup errors for igt_partial_tilingChris Wilson2018-02-131-6/+12
* | drm/i915: Only allocate preempt context when requiredChris Wilson2018-02-081-6/+0Star
* | drm/i915/guc: Allow preempt-client to be NULLChris Wilson2018-02-081-9/+11
* | drm/i915/selftests: Use a sacrificial context for hang testingChris Wilson2018-02-053-17/+36
* | drm/i915/selftests: Flush old resets between enginesChris Wilson2018-02-051-3/+63
* | drm/i915/selftests: add missing gtt shrinker testMatthew Auld2018-02-011-0/+84
* | drm/i915/selftests: Wait for the dma-fence timeoutChris Wilson2018-01-171-10/+8Star