summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_request.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Replace engine->timeline with a plain listChris Wilson2019-06-141-30/+13Star
* drm/i915: Stop retiring along engineChris Wilson2019-06-141-78/+53Star
* drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson2019-06-141-15/+0Star
* drm/i915: Refine i915_reset.lock_mapChris Wilson2019-06-141-2/+10
* drm/i915: Execute signal callbacks from no-op i915_request_waitChris Wilson2019-06-141-2/+4
* drm/i915: Prevent lock-cycles between GPU waits and GPU resetsChris Wilson2019-06-121-0/+2
* drm/i915: Allow interrupts when taking the timeline->mutexChris Wilson2019-06-101-1/+4
* drm/i915: Move more GEM objects under gem/Chris Wilson2019-05-281-0/+3
* drm/i915: Extend execution fence to support a callbackChris Wilson2019-05-221-5/+79
* drm/i915: Apply an execution_mask to the virtual_engineChris Wilson2019-05-221-0/+1
* drm/i915: Downgrade NEWCLIENT to non-preemptiveChris Wilson2019-05-171-1/+1
* drm/i915: Bump signaler priority on adding a waiterChris Wilson2019-05-171-9/+0Star
* drm/i915: Truly bump ready tasks ahead of busywaitsChris Wilson2019-05-171-19/+12Star
* drm/i915: Mark semaphores as complete on unsubmit out if payload was startedChris Wilson2019-05-171-0/+6
* drm/i915: Seal races between async GPU cancellation, retirement and signalingChris Wilson2019-05-081-0/+1
* drm/i915: Only reschedule the submission tasklet if preemption is possibleChris Wilson2019-05-071-2/+0Star
* drm/i915: Acquire the signaler's timeline HWSP lastChris Wilson2019-05-071-4/+4
* drm/i915: Disable semaphore busywaits on saturated systemsChris Wilson2019-05-041-1/+39
* drm/i915: Delay semaphore submission until the start of the signalerChris Wilson2019-05-031-0/+19
* drm/i915: Move i915_request_alloc into selftests/Chris Wilson2019-04-261-38/+0Star
* drm/i915: Switch back to an array of logical per-engine HW contextsChris Wilson2019-04-261-12/+3Star
* drm/i915: Export intel_context_instance()Chris Wilson2019-04-261-1/+10
* drm/i915: Explicitly pin the logical context for execbufChris Wilson2019-04-251-9/+0Star
* drm/i915: Invert the GEM wakeref hierarchyChris Wilson2019-04-241-5/+5
* drm/i915: Pass intel_context to i915_request_create()Chris Wilson2019-04-241-105/+142
* drm/i915: Introduce context->enter() and context->exit()Chris Wilson2019-04-241-18/+4Star
* drm/i915: Move GraphicsTechnology files under gt/Chris Wilson2019-04-241-1/+0Star
* drm/i915: Expose the busyspin durations for i915_wait_requestChris Wilson2019-04-191-2/+25
* drm/i915: Call i915_sw_fence_fini on request cleanupChris Wilson2019-04-111-0/+1
* drm/i915: Bump ready tasks ahead of busywaitsChris Wilson2019-04-111-0/+40
* drm/i915: Consolidate the timeline->barrierChris Wilson2019-04-081-9/+0Star
* drm/i915: extract intel_pm.h from intel_drv.hJani Nikula2019-04-081-1/+2
* drm/i915: Use lockdep_pin_lock() over the construction of the requestChris Wilson2019-04-051-0/+5
* drm/i915: Only emit one semaphore per requestChris Wilson2019-04-021-2/+9
* drm/i915: Allow contexts to share a single timeline across all enginesChris Wilson2019-03-221-25/+55
* drm/i915: Stop storing the context name as the timeline nameChris Wilson2019-03-211-5/+2Star
* drm/i915: Hold a ref to the ring while retiringChris Wilson2019-03-181-1/+5
* drm/i915: Reduce presumption of request ordering for barriersChris Wilson2019-03-081-0/+1
* drm/i915: Use i915_global_register()Chris Wilson2019-03-061-14/+22
* drm/i915: Prioritise non-busywait semaphore workloadsChris Wilson2019-03-011-0/+16
* drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+Chris Wilson2019-03-011-2/+136
* drm/i915: Keep timeline HWSP allocated until idle across the systemChris Wilson2019-03-011-15/+16
* drm/i915: Introduce i915_timeline.mutexChris Wilson2019-03-011-1/+5
* drm/i915/execlists: Suppress mere WAIT preemptionChris Wilson2019-03-011-0/+15
* drm/i915: Make request allocation caches globalChris Wilson2019-02-281-8/+45
* drm/i915: Remove i915_request.global_seqnoChris Wilson2019-02-261-29/+5Star
* drm/i915: Remove access to global seqno in the HWSPChris Wilson2019-02-261-17/+10Star
* drm/i915: Beware temporary wedging when determining -EIOChris Wilson2019-02-201-2/+3
* drm/i915: Use time based guilty context banningChris Wilson2019-02-191-2/+0Star
* drm/i915: Defer application of request banning to submissionChris Wilson2019-02-151-0/+3