summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_request.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* irq_work: CleanupPeter Zijlstra2020-11-241-2/+2
* drm/i915: Cancel outstanding work after disabling heartbeats on an engineChris Wilson2020-09-301-0/+5
* drm/i915: Redo "Remove i915_request.lock requirement for execution callbacks"Chris Wilson2020-09-301-10/+2
* drm/i915: Remove i915_request.lock requirement for execution callbacksChris Wilson2020-09-071-47/+58
* drm/i915: Be wary of data races when reading the active execlistsChris Wilson2020-09-071-2/+23
* drm/i915/gt: Hold context/request reference while breadcrumbs are activeChris Wilson2020-09-071-5/+4
* drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbsChris Wilson2020-09-071-0/+1
* drm/i915/gt: Replace intel_engine_transfer_stale_breadcrumbsChris Wilson2020-09-071-3/+2
* drm/i915: Remove requirement for holding i915_request.lock for breadcrumbsChris Wilson2020-09-071-27/+39
* drm/i915/gem: Remove disordered per-file request list for throttlingChris Wilson2020-09-071-21/+0
* drm/i915: Soften the tasklet flush frequency before waitsChris Wilson2020-09-071-2/+18
* drm/i915: Reduce i915_request.lock contention for i915_request_waitChris Wilson2020-09-071-10/+8
* drm/i915: Remove gen check before calling intel_rps_boostChris Wilson2020-08-171-5/+2
* drm/i915: Skip signaling a signaled requestChris Wilson2020-07-131-10/+13
* drm/i915: Drop i915_request.i915 backpointerChris Wilson2020-06-031-6/+6
* drm/i915: Check for awaits on still currently executing requestsChris Wilson2020-05-291-1/+48
* drm/i915: Add a few asserts around handling of i915_request_is_active()Chris Wilson2020-05-291-2/+3
* drm/i915/gt: Do not schedule normal requests immediately along virtualChris Wilson2020-05-271-4/+21
* drm/i915: Reorder await_execution before await_requestChris Wilson2020-05-271-132/+132
* drm/i915: Improve execute_cb struct packingChris Wilson2020-05-261-9/+14
* drm/i915: Avoid using rq->engine after free during i915_fence_releaseChris Wilson2020-05-211-2/+33
* drm/i915: Drop no-semaphore boostingChris Wilson2020-05-141-36/+4
* drm/i915: Mark the addition of the initial-breadcrumb in the requestChris Wilson2020-05-131-1/+6
* drm/i915: Replace the hardcoded I915_FENCE_TIMEOUTChris Wilson2020-05-091-1/+2
* drm/i915: Prevent using semaphores to chain up to external fencesChris Wilson2020-05-081-0/+26
* drm/i915: Peel dma-fence-chains for awaitLionel Landwerlin2020-05-081-1/+28
* drm/i915: Pull waiting on an external dma-fence into its routineChris Wilson2020-05-081-6/+10
* drm/i915: Ignore submit-fences on the same timelineChris Wilson2020-05-081-0/+3
* drm/i915: Remove wait priority boostingChris Wilson2020-05-071-3/+0
* drm/i915: Mark concurrent submissions with a weak-dependencyChris Wilson2020-05-071-2/+6
* drm/i915: Propagate error from completed fencesChris Wilson2020-05-061-1/+3
* drm/i915: Keep a per-engine request poolChris Wilson2020-04-031-5/+22
* drm/i915: Rely on direct submission to the queueChris Wilson2020-03-231-2/+0
* drm/i915: Mark up racy read of active rq->engineChris Wilson2020-03-111-3/+5
* drm/i915: Defer semaphore priority bumping to a workqueueChris Wilson2020-03-111-5/+17
* drm/i915: Improve the start alignment of bonded pairsChris Wilson2020-03-101-5/+36
* drm/i915: Mark racy read of intel_engine_cs.saturatedChris Wilson2020-03-091-1/+1
* drm/i915: Do not poison i915_request.link on removalChris Wilson2020-03-071-1/+1
* drm/i915: Assert requests within a context are submitted in orderChris Wilson2020-03-061-0/+11
* drm/i915: Return early for await_start on same timelineChris Wilson2020-03-051-2/+2
* drm/i915: Actually emit the await_startChris Wilson2020-03-051-1/+1
* drm/i915: Apply i915_request_skip() on submissionChris Wilson2020-03-041-20/+49
* drm/i915/gem: Check that the context wasn't closed during setupChris Wilson2020-03-031-46/+8
* drm/i915/gt: Expose busywait duration to sysfsChris Wilson2020-02-281-9/+10
* drm/i915: Protect i915_request_await_start from early waitsChris Wilson2020-02-281-13/+28
* drm/i915: remove the other slab_dependenciesMatthew Auld2020-02-201-11/+0
* drm/i915: Poison rings after useChris Wilson2020-02-121-9/+17
* drm/i915: Disable use of hwsp_cacheline for kernel_contextChris Wilson2020-02-111-5/+9
* drm/i915: Flush execution tasklets before checking request statusChris Wilson2020-02-051-1/+2
* drm/i915: Initialise basic fence before acquiring seqnoChris Wilson2020-02-031-7/+14