summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_request.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie2021-04-081-1/+1
|\
| * drm/i915: Protect against request freeing during cancellation on wedgingChris Wilson2021-03-241-1/+1
* | drm/i915: Request watchdog infrastructureTvrtko Ursulin2021-03-261-0/+8
* | drm/i915: Individual request cancellationChris Wilson2021-03-261-1/+3
* | drm/i915: Extract active lookup engine to a helperTvrtko Ursulin2021-03-261-0/+4
* | drm/i915: Do not share hwsp across contexts any more, v8.Maarten Lankhorst2021-03-241-10/+21
|/
* drm/i915: Refactor marking a request as EIOChris Wilson2021-01-091-1/+2
* drm/i915/gt: Replace direct submit with direct call to taskletChris Wilson2020-12-241-0/+1
* drm/i915: Check for rq->hwsp validity after acquiring RCU lockChris Wilson2020-12-181-5/+32
* drm/i915/gt: Split the breadcrumb spinlock between global and contextsChris Wilson2020-11-261-4/+2
* drm/i915/gt: Track signaled breadcrumbs outside of the breadcrumb spinlockChris Wilson2020-11-231-1/+5
* drm/i915/gt: Update request status flags for debug pretty-printerChris Wilson2020-11-191-1/+2
* drm/i915: Lift i915_request_show()Chris Wilson2020-11-191-0/+5
* drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbsChris Wilson2020-09-071-4/+0
* drm/i915/gem: Remove disordered per-file request list for throttlingChris Wilson2020-09-071-4/+0
* drm/i915: Mark up inline getters as taking a const i915_requestChris Wilson2020-06-161-3/+3
* drm/i915: Drop i915_request.i915 backpointerChris Wilson2020-06-031-3/+0
* drm/i915: Improve execute_cb struct packingChris Wilson2020-05-261-1/+1
* drm/i915: Drop no-semaphore boostingChris Wilson2020-05-141-1/+0
* drm/i915: Mark the addition of the initial-breadcrumb in the requestChris Wilson2020-05-131-7/+20
* drm/i915: Keep a per-engine request poolChris Wilson2020-04-031-0/+2
* drm/i915: Defer semaphore priority bumping to a workqueueChris Wilson2020-03-101-0/+2
* drm/i915: Mark up unlocked update of i915_request.hwsp_seqnoChris Wilson2020-03-091-2/+5
* drm/i915: Apply i915_request_skip() on submissionChris Wilson2020-03-041-2/+3
* drm/i915: Fix typo in kerneldoc function nameChris Wilson2020-01-171-1/+1
* drm/i915/gt: Allow temporary suspension of inflight requestsChris Wilson2020-01-161-0/+43
* drm/i915: Keep track of request among the scheduling listsChris Wilson2020-01-161-0/+17
* drm/i915: Merge i915_request.flags with i915_request.fence.flagsChris Wilson2020-01-061-8/+35
* drm/i915: Add spaces before compound GEM_TRACEChris Wilson2019-12-251-1/+1
* drm/i915: Mark the GEM context link as RCU protectedChris Wilson2019-12-231-0/+8
* drm/i915: Drop GEM context as a direct link from i915_requestChris Wilson2019-12-201-2/+1
* drm/i915/gt: Track engine round-trip timesChris Wilson2019-12-191-0/+4
* drm/i915/gt: Eliminate the trylock for reading a timeline's hwspChris Wilson2019-12-171-3/+2
* drm/i915: Introduce new macros for tracingVenkata Sandeep Dhanalakota2019-12-131-0/+7
* drm/i915: Mark up "sentinel" requestsChris Wilson2019-10-121-2/+8
* drm/i915: Move request runtime management onto gtChris Wilson2019-10-041-6/+1
* drm/i915: Merge wait_for_timelines with retire_requestChris Wilson2019-10-041-2/+5
* drm/i915: Drop struct_mutex from around i915_retire_requests()Chris Wilson2019-10-041-4/+3
* drm/i915: Coordinate i915_active with its own mutexChris Wilson2019-10-041-1/+0
* drm/i915: Only enqueue already completed requestsChris Wilson2019-09-231-1/+1
* drm/i915: Mark i915_request.timeline as a volatile, rcu pointerChris Wilson2019-09-201-1/+21
* drm/i915: Protect request retirement with timeline->mutexChris Wilson2019-08-151-3/+0
* drm/i915: Push the wakeref->count deferral to the backendChris Wilson2019-08-131-0/+2
* drm/i915: add infrastructure to hold off preemption on a requestLionel Landwerlin2019-07-091-1/+14
* drm/i915: Rename i915_timeline to intel_timeline and move under gtTvrtko Ursulin2019-06-211-4/+4
* drm/i915/execlists: Preempt-to-busyChris Wilson2019-06-201-0/+1
* drm/i915: Replace engine->timeline with a plain listChris Wilson2019-06-141-1/+1
* drm/i915: Extend execution fence to support a callbackChris Wilson2019-05-221-0/+4
* drm/i915: Apply an execution_mask to the virtual_engineChris Wilson2019-05-221-0/+3
* drm/i915: Move i915_request_alloc into selftests/Chris Wilson2019-04-261-3/+0