summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests/intel_lrc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Move GraphicsTechnology files under gt/Chris Wilson2019-04-241-1326/+0Star
* drm/i915/selftests: Fix plain use of integer 0 as NULLChris Wilson2019-04-051-1/+1
* drm/i915/execlists: Enable coarse preemption boundaries for gen8Chris Wilson2019-04-051-0/+180
* drm/i915/selftests: Mark up preemption tests for hang detectionChris Wilson2019-03-221-3/+35
* drm/i915/selftests: Calculate maximum ring size for preemption chainChris Wilson2019-03-221-3/+37
* drm/i915: Flush pages on acquisitionChris Wilson2019-03-211-4/+1Star
* drm/i915/selftests: Check preemption support on each engineChris Wilson2019-03-081-0/+18
* drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson2019-03-051-2/+2
* drm/i915/execlists: Suppress mere WAIT preemptionChris Wilson2019-03-011-0/+163
* drm/i915: Beware temporary wedging when determining -EIOChris Wilson2019-02-201-1/+1
* drm/i915/selftests: Exercise some AB...BA preemption chainsChris Wilson2019-02-051-0/+103
* drm/i915/execlists: Suppress preempting selfChris Wilson2019-01-291-0/+138
* drm/i915: Pull all the reset functionality together into i915_reset.cChris Wilson2019-01-161-0/+2
* drm/i915/selftests: Mark up rpm wakerefsChris Wilson2019-01-141-10/+15
* drm/i915: Markup paired operations on wakerefsChris Wilson2019-01-141-5/+5
* drm/i915: start moving runtime device info to a separate structJani Nikula2019-01-021-2/+2
* drm/i915/selftests: Extract spinner codeTvrtko Ursulin2018-11-301-249/+52Star
* drm/i915/selftests: Hold task_struct ref for smoking kthreadChris Wilson2018-10-031-0/+3
* drm/i915: Replace some open-coded i915_coherent_map_type()Chris Wilson2018-10-021-1/+1
* drm/i915: Reserve some priority bits for internal useChris Wilson2018-10-011-3/+5
* drm/i915/selftests: Include arbitration points in preemption smoketestChris Wilson2018-10-011-33/+101
* drm/i915/selftests: Split preemption smoke test into threadsChris Wilson2018-10-011-12/+61
* drm/i915/selftests: Smoketest preemptionChris Wilson2018-09-271-0/+137
* drm/i915/selftests: Live tests emit requests and so require rpmChris Wilson2018-09-201-0/+8
* drm/i915/selftests: Force a preemption hangChris Wilson2018-07-161-0/+115
* drm/i915: Start returning an error from i915_vma_move_to_active()Chris Wilson2018-07-061-2/+9
* drm/i915/selftests: Skip live_execlists if the GPU is terminally wedgedChris Wilson2018-07-061-0/+3
* drm/i915: Make closing request flush mandatoryChris Wilson2018-06-141-1/+1
* drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson2018-06-051-1/+1
* drm/i915: Move request->ctx asideChris Wilson2018-05-181-1/+1
* drm/i915/selftests: Refactor common flush_test()Chris Wilson2018-05-081-61/+7Star
* drm/i915/selftests: Skip the execlists tests on !execlists machinesChris Wilson2018-05-041-0/+4
* drm/i915: Pack params to engine->schedule() into a structChris Wilson2018-04-181-3/+5
* drm/i915/selftests: Add basic sanitychecks for execlistsChris Wilson2018-04-041-0/+507