summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_request.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/i915: Reduce engine->emit_flush() to a single mode parameterChris Wilson2016-08-021-1/+1
* drm/i915: Remove obsolete engine->gpu_caches_dirtyChris Wilson2016-08-021-5/+3
* drm/i915: Rename struct intel_ringbuffer to struct intel_ringChris Wilson2016-08-021-3/+3
* drm/i915: Rename request->ringbuf to request->ringChris Wilson2016-08-021-8/+8
* drm/i915: Prefer list_first_entry_or_nullChris Wilson2016-07-261-5/+3
* Revert "drm/i915: Enable RC6 immediately"Chris Wilson2016-07-211-0/+1
* drm/i915: Enable RC6 immediatelyChris Wilson2016-07-211-1/+0
* drm/i915: Rename i915_gem_context_reference/unreference()Chris Wilson2016-07-201-4/+3
* drm/i915: Rename request reference/unreference to get/putChris Wilson2016-07-201-1/+1
* drm/i915: Disable waitboosting for fence_wait()Chris Wilson2016-07-201-3/+4
* drm/i915: Derive GEM requests from dma-fenceChris Wilson2016-07-201-12/+101
* drm/i915: Retire oldest completed request before allocating nextChris Wilson2016-07-201-0/+8
* drm/i915: Move GEM request routines to i915_gem_request.cChris Wilson2016-07-201-0/+658
OpenPOWER on IntegriCloud