summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_request.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Use a dummy timeline name for a signaled fenceChris Wilson2017-03-311-0/+11
* sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* drm/i915: Check for timeout completion when waiting for the rq to submittedChris Wilson2017-02-161-1/+6
* drm/i915: Construct a request even if the GPU is currently hungChris Wilson2017-01-161-25/+3
* drm/i915: Add a sanity check that no request is submitted in the middleChris Wilson2017-01-111-0/+7
* Merge tag 'v4.10-rc2' into drm-intel-next-queuedDaniel Vetter2017-01-041-1/+1
|\
| * Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-12-131-265/+499
| |\
| | * drm/i915: Hold a reference on the request for its fence chainChris Wilson2016-12-051-7/+27
| * | locking/core: Remove cpu_relax_lowlatency() usersChristian Borntraeger2016-11-161-1/+1
| * | drm/i915: Distinguish last emitted request from last submitted requestChris Wilson2016-10-101-2/+3
* | | drm/i915: Swap if(enable_execlists) in i915_gem_request_alloc for a vfuncChris Wilson2016-12-181-4/+1
* | | drm/i915: Unify active context tracking between legacy/execlists/gucChris Wilson2016-12-181-13/+25
* | | drm/i915: Integrate i915_sw_fence with debugobjectsChris Wilson2016-11-251-0/+9
* | | drm/i915: Hold a reference on the request for its fence chainChris Wilson2016-11-251-7/+27
* | | drm/i915: Assert no external observers when unwind a failed request allocChris Wilson2016-11-251-0/+5
* | | drm/i915: Add is-completed assert to request retire entrypointChris Wilson2016-11-251-0/+2
* | | drm/i915: Rename i915_gem_timeline.next_seqno to .seqnoJoonas Lahtinen2016-11-251-7/+7
* | | drm/i915: Wipe hang stats as an embedded structMika Kuoppala2016-11-211-2/+2
* | | drm/i915: Use request retirement as context progressMika Kuoppala2016-11-211-0/+4
| |/ |/|
* | drm/i915: Check that each request phase is completed before retiringChris Wilson2016-11-181-0/+2
* | drm/i915: Be more careful to drop the GT wakerefChris Wilson2016-11-181-8/+9
* | drm/i915: Store the execution priority on the contextChris Wilson2016-11-141-1/+1
* | drm/i915/scheduler: Execute requests in order of prioritiesChris Wilson2016-11-141-0/+5
* | drm/i915/scheduler: Record all dependencies upon request constructionChris Wilson2016-11-141-1/+90
* | drm/i915/scheduler: Signal the arrival of a new requestChris Wilson2016-11-141-0/+13
* | drm/i915: Defer transfer onto execution timeline to actual hw submissionChris Wilson2016-11-141-13/+25
* | drm/i915: Split request submit/execute phase into twoChris Wilson2016-11-141-9/+24
* | drm/i915: Create distinct lockclasses for execution vs user timelinesChris Wilson2016-11-141-1/+1
* | drm/i915: Spin until breadcrumb threads are completeChris Wilson2016-11-091-3/+2
* | drm/i915: Avoid early GPU idling due to already pending idle workImre Deak2016-11-071-3/+3
* | drm/i915: Enable multiple timelinesChris Wilson2016-10-281-28/+33
* | 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
OpenPOWER on IntegriCloud