summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_request.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Defer setting of global seqno on request to submissionChris Wilson2016-10-281-7/+23
* drm/i915: Reserve space in the global seqno during request allocationChris Wilson2016-10-281-41/+45
* drm/i915: Move the global sync optimisation to the timelineChris Wilson2016-10-281-12/+17
* drm/i915: Defer breadcrumb emissionChris Wilson2016-10-281-28/+13
* drm/i915: Record space required for breadcrumb emissionChris Wilson2016-10-281-0/+1
* drm/i915: Rename ->emit_request to ->emit_breadcrumbChris Wilson2016-10-281-2/+2
* drm/i915: Introduce a global_seqno for each requestChris Wilson2016-10-281-5/+14
* drm/i915: Wait first for submission, before waiting for request completionChris Wilson2016-10-281-0/+51
* drm/i915: Combine seqno + tracking into a global timeline structChris Wilson2016-10-281-32/+49
* drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson2016-10-281-19/+29
* drm/i915: Markup GEM API with lockdep assertsChris Wilson2016-10-281-0/+6
* drm/i915: Rearrange i915_wait_request() accounting with callersChris Wilson2016-10-281-113/+33
* drm/i915: Support asynchronous waits on struct fence from i915_gem_requestChris Wilson2016-10-281-0/+48
* dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-251-16/+16
* drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel2016-10-141-2/+3
* drm/i915: Distinguish last emitted request from last submitted requestChris Wilson2016-10-071-2/+3
* drm/i915: Nonblocking request submissionChris Wilson2016-09-091-6/+15
* drm/i915: Prepare object synchronisation for asynchronicityChris Wilson2016-09-091-0/+87
* drm/i915: Reorder i915_add_request to separate the phases betterChris Wilson2016-09-091-14/+14
* drm/i915: Drive request submission through fence callbacksChris Wilson2016-09-091-1/+26
* drm/i915: Perform a direct reset of the GPU from the waiterChris Wilson2016-09-091-0/+29
* drm/i915: Mark up all locked waitersChris Wilson2016-09-091-3/+12
* drm/i915: Expand bool interruptible to pass flags to i915_wait_request()Chris Wilson2016-09-091-4/+5
* drm/i915: Separate out reset flags from the reset counterChris Wilson2016-09-091-6/+7
* drm/i915: Simplify ELSP queue request trackingChris Wilson2016-09-091-1/+0
* drm/i915: Make for_each_engine_masked() more compact and quickerChris Wilson2016-08-271-1/+2
* drm/i915: Tidy reporting busy status during i915_gem_retire_requests()Chris Wilson2016-08-271-6/+6
* drm/i915: Move debug only per-request pid tracking from request to ctxChris Wilson2016-08-151-6/+0
* drm/i915: Track pinned VMAChris Wilson2016-08-151-1/+1
* drm/i915: Remove redundant WARN_ON from __i915_add_request()Chris Wilson2016-08-151-8/+2
* drm/i915: Record the position of the start of the requestChris Wilson2016-08-151-4/+9
* drm/i915: Move setting of request->batch into its single callsiteChris Wilson2016-08-101-11/+1
* drm/i915: Correct typo for __i915_gem_active_get_rcu in a commentChris Wilson2016-08-091-1/+1
* drm/i915: Do not overwrite the request with zero on reallocationChris Wilson2016-08-091-1/+36
* drm/i915: Update comment before i915_spin_requestDaniel Vetter2016-08-051-1/+1
* drm/i915: Assert that the request hasn't been retiredChris Wilson2016-08-051-4/+2
* drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutexChris Wilson2016-08-051-3/+4
* drm/i915: Enable lockless lookup of request tracking via RCUChris Wilson2016-08-041-1/+1
* drm/i915: Remove request retirement before each batchChris Wilson2016-08-041-2/+2
* drm/i915: Move request list retirement to i915_gem_request.cChris Wilson2016-08-041-0/+35
* drm/i915: s/__i915_wait_request/i915_wait_request/Chris Wilson2016-08-041-8/+8
* drm/i915: Move the special case wait-request handling to its one callerChris Wilson2016-08-041-25/+0
* drm/i915: Track requests inside each intel_ringChris Wilson2016-08-041-0/+2
* drm/i915: Refactor activity tracking for requestsChris Wilson2016-08-041-7/+43
* drm/i915: Rename request->list to link for consistencyChris Wilson2016-08-041-6/+6
* drm/i915: Simplify calling engine->sync_toChris Wilson2016-08-021-8/+1
* drm/i915: Unify request submissionChris Wilson2016-08-021-5/+3
* drm/i915: Convert engine->write_tail to operate on a requestChris Wilson2016-08-021-5/+3
* drm/i915: Remove intel_ring_get_tail()Chris Wilson2016-08-021-4/+4
* drm/i915: Simplify request_alloc by returning the allocated requestChris Wilson2016-08-021-39/+19
OpenPOWER on IntegriCloud