summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_request.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Hold irq-off for the entire fake lock periodChris Wilson2019-09-061-4/+5
* Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi2019-08-221-2/+2
|\
| * Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-08-211-2/+2
| |\
| | * dma-buf: rename reservation_object to dma_resvChristian König2019-08-131-2/+2
* | | drm/i915: Serialize insertion into the file->mm.request_listChris Wilson2019-08-201-3/+3
* | | drm/i915: Use 0 for the unordered contextChris Wilson2019-08-191-2/+2
* | | drm/i915: Propagate fence errorsChris Wilson2019-08-181-0/+8
* | | drm/i915/gt: Mark context->active_count as protected by timeline->mutexChris Wilson2019-08-161-1/+2
* | | drm/i915: Protect request retirement with timeline->mutexChris Wilson2019-08-151-83/+73
* | | drm/i915: Move tasklet kicking to __i915_request_queue callerChris Wilson2019-08-151-2/+2
* | | drm/i915: Push the wakeref->count deferral to the backendChris Wilson2019-08-131-31/+35
* | | drm/i915: Lift timeline into intel_contextChris Wilson2019-08-091-5/+5
* | | drm/i915: avoid including intel_drv.h via i915_drv.h->i915_trace.hJani Nikula2019-08-071-0/+1
* | | drm/i915/gem: Make caps.scheduler staticChris Wilson2019-08-061-2/+0
|/ /
* | drm/i915/gt: Use intel_gt as the primary object for handling resetsChris Wilson2019-07-121-3/+2
* | drm/i915: add infrastructure to hold off preemption on a requestLionel Landwerlin2019-07-091-2/+2
* | drm/i915: Rename i915_timeline to intel_timeline and move under gtTvrtko Ursulin2019-06-211-7/+7
* | drm/i915/execlists: Preempt-to-busyChris Wilson2019-06-201-0/+6
* | drm/i915: Flush the execution-callbacks on retiringChris Wilson2019-06-191-44/+49
* | drm/i915: Signal fence completion from i915_request_waitChris Wilson2019-06-191-1/+3
|/
* drm/i915: Stop passing I915_WAIT_LOCKED to i915_request_wait()Chris Wilson2019-06-191-4/+0
* drm/i915: Make the semaphore saturation mask globalChris Wilson2019-06-191-2/+2
* drm/i915: Use drm_gem_object.resvChris Wilson2019-06-181-2/+2
* drm/i915: Replace engine->timeline with a plain listChris Wilson2019-06-141-30/+13
* drm/i915: Stop retiring along engineChris Wilson2019-06-141-78/+53
* drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson2019-06-141-15/+0
* 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/+0
* drm/i915: Truly bump ready tasks ahead of busywaitsChris Wilson2019-05-171-19/+12
* 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/+0
* 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/+0
* drm/i915: Switch back to an array of logical per-engine HW contextsChris Wilson2019-04-261-12/+3
* 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/+0
* 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/+4
* drm/i915: Move GraphicsTechnology files under gt/Chris Wilson2019-04-241-1/+0