aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/selftests/intel_lrc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-20drm/i915: Bump signaler priority on adding a waiterChris Wilson1-4/+8
2019-04-05drm/i915/selftests: Fix plain use of integer 0 as NULLChris Wilson1-1/+1
2019-04-05drm/i915/execlists: Enable coarse preemption boundaries for gen8Chris Wilson1-0/+180
2019-03-22drm/i915/selftests: Mark up preemption tests for hang detectionChris Wilson1-3/+35
2019-03-22drm/i915/selftests: Calculate maximum ring size for preemption chainChris Wilson1-3/+37
2019-03-21drm/i915: Flush pages on acquisitionChris Wilson1-4/+1
2019-03-08drm/i915/selftests: Check preemption support on each engineChris Wilson1-0/+18
2019-03-05drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson1-2/+2
2019-02-28drm/i915/execlists: Suppress mere WAIT preemptionChris Wilson1-0/+163
2019-02-20drm/i915: Beware temporary wedging when determining -EIOChris Wilson1-1/+1
2019-02-05drm/i915/selftests: Exercise some AB...BA preemption chainsChris Wilson1-0/+103
2019-01-29drm/i915/execlists: Suppress preempting selfChris Wilson1-0/+138
2019-01-16drm/i915: Pull all the reset functionality together into i915_reset.cChris Wilson1-0/+2
2019-01-14drm/i915/selftests: Mark up rpm wakerefsChris Wilson1-10/+15
2019-01-14drm/i915: Markup paired operations on wakerefsChris Wilson1-5/+5
2019-01-02drm/i915: start moving runtime device info to a separate structJani Nikula1-2/+2
2018-11-30drm/i915/selftests: Extract spinner codeTvrtko Ursulin1-249/+52
2018-10-03drm/i915/selftests: Hold task_struct ref for smoking kthreadChris Wilson1-0/+3
2018-10-02drm/i915: Replace some open-coded i915_coherent_map_type()Chris Wilson1-1/+1
2018-10-01drm/i915: Reserve some priority bits for internal useChris Wilson1-3/+5
2018-10-01drm/i915/selftests: Include arbitration points in preemption smoketestChris Wilson1-33/+101
2018-10-01drm/i915/selftests: Split preemption smoke test into threadsChris Wilson1-12/+61
2018-09-27drm/i915/selftests: Smoketest preemptionChris Wilson1-0/+137
2018-09-20drm/i915/selftests: Live tests emit requests and so require rpmChris Wilson1-0/+8
2018-07-16drm/i915/selftests: Force a preemption hangChris Wilson1-0/+115
2018-07-06drm/i915: Start returning an error from i915_vma_move_to_active()Chris Wilson1-2/+9
2018-07-06drm/i915/selftests: Skip live_execlists if the GPU is terminally wedgedChris Wilson1-0/+3
2018-06-14drm/i915: Make closing request flush mandatoryChris Wilson1-1/+1
2018-06-05drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson1-1/+1
2018-05-18drm/i915: Move request->ctx asideChris Wilson1-1/+1
2018-05-08drm/i915/selftests: Refactor common flush_test()Chris Wilson1-61/+7
2018-05-04drm/i915/selftests: Skip the execlists tests on !execlists machinesChris Wilson1-0/+4
2018-04-18drm/i915: Pack params to engine->schedule() into a structChris Wilson1-3/+5
2018-04-04drm/i915/selftests: Add basic sanitychecks for execlistsChris Wilson1-0/+507