summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_request.c
Commit message (Expand)AuthorAge
* drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-21
* drm/i915: Make global seqno known in i915_gem_request_execute tracepointTvrtko Ursulin2018-02-21
* drm/i915: Fix kerneldoc warnings for i915_gem_requestChris Wilson2018-02-08
* drm/i915: Remove superfluous worker wakeups when RPS is already boostedChris Wilson2018-02-08
* drm/i915: Trim the retired request queue after submittingChris Wilson2018-02-07
* drm/i915: Skip request serialisation if the timeline is already completeChris Wilson2018-02-07
* drm/i915/breadcrumbs: Drop request reference for the signaler threadChris Wilson2018-02-05
* drm/i915: Always run hangcheck while the GPU is busyChris Wilson2018-01-31
* drm/i915: Assert that we do not try to unsubmit a completed requestChris Wilson2018-01-29
* drm/i915: Track the number of times we have woken the GPU upChris Wilson2018-01-24
* drm/i915: Shrink the request kmem_cache on allocation errorChris Wilson2018-01-19
* drm/i915: Assert all signalers we depended on did indeed signalChris Wilson2018-01-03
* drm/i915: Assert that the request is on the execution queue before being removedChris Wilson2017-12-22
* drm/i915: Ratelimit request allocation under oomChris Wilson2017-12-13
* drm/i915: Allow fence allocations to failChris Wilson2017-12-13
* drm/i915: Restore GT performance in headless mode with DMC loadedTvrtko Ursulin2017-12-08
* drm/i915: Unwind incomplete legacy context switchesChris Wilson2017-11-23
* drm/i915/pmu: Suspend sampling when GPU is idleTvrtko Ursulin2017-11-22
* drm/i915: Automatic i915_switch_context for legacyChris Wilson2017-11-20
* drm/i915: Pull the unconditional GPU cache invalidation into request construc...Chris Wilson2017-11-20
* drm/i915: Add a hook for making the engines idle (parking) and unparkingChris Wilson2017-10-25
* drm/i915: Use rcu instead of stop_machine in set_wedgedDaniel Vetter2017-10-11
* drm/i915: Name structure in dev_priv that contains RPS/RC6 state as "gt_pm"Sagar Arun Kamble2017-10-11
* drm/i915: Introduce a preempt contextChris Wilson2017-10-04
* drm/i915: Give the invalid priority a magic nameChris Wilson2017-09-29
* drm/i915: Make i915_spin_request() staticChris Wilson2017-09-22
* drm/i915: Confirm request->global_seqno after spin completionChris Wilson2017-09-22
* drm/i915: Mark the GT as busy before idling the previous requestChris Wilson2017-08-18
* drm/i915: Squelch reset messages during selftestsChris Wilson2017-07-27
* drm/i915: Make i915_gem_context_mark_guilty() safe for unlocked updatesChris Wilson2017-07-27
* drm/i915: Move idle checks before intel_engine_init_global_seqno()Chris Wilson2017-07-27
* drm/i915: Avoid keeping waitboost active for signaling threadsChris Wilson2017-06-28
* drm/i915: Remove the spin-request during execbuf await_requestChris Wilson2017-06-08
* drm/i915: Check signaled state after enabling signalingChris Wilson2017-06-08
* drm/i915: Remove misleading comment in request_allocMichaƂ Winiarski2017-05-23
* drm/i915: Split execlist priority queue into rbtree + linked listChris Wilson2017-05-17
* drm/i915: Use engine->context_pin() to report the intel_ringChris Wilson2017-05-04
* drm/i915: Switch the global i915.semaphores check to a local predicateChris Wilson2017-05-03
* drm/i915: Do not record a successful syncpoint for a dma-awaitChris Wilson2017-05-03
* drm/i915: Rename intel_timeline.sync_seqno[] to .global_sync[]Chris Wilson2017-05-03
* drm/i915: Squash repeated awaits on the same fenceChris Wilson2017-05-03
* drm/i915: Lift timeline ordering to await_dma_fenceChris Wilson2017-05-03
* drm/i915: Unwrap top level fence-arrayChris Wilson2017-05-03
* drm/i915: Skip waking the signaler when enabling before request submissionChris Wilson2017-04-26
* drm/i915: Differentiate between sw write location into ring and last hw readChris Wilson2017-04-25
* drm/i915: Confirm the request is still active before adding it to the awaitChris Wilson2017-04-22
* drm/i915: Copy user requested buffers into the error stateChris Wilson2017-04-15
* drm/i915: Advance ring->head fully when idleChris Wilson2017-04-07
* drm/i915: Assert the engine is idle before overwiting the HWSChris Wilson2017-04-07
* drm/i915: Combine reset_all_global_seqno() loops into oneChris Wilson2017-03-31