summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_request.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-02drm/i915/gt: Split the breadcrumb spinlock between global and contextsChris Wilson1-4/+2
2020-11-24drm/i915/gt: Track signaled breadcrumbs outside of the breadcrumb spinlockChris Wilson1-1/+5
2020-09-07drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbsChris Wilson1-4/+0
2020-09-07drm/i915/gem: Remove disordered per-file request list for throttlingChris Wilson1-4/+0
2020-06-16drm/i915: Mark up inline getters as taking a const i915_requestChris Wilson1-3/+3
2020-06-03drm/i915: Drop i915_request.i915 backpointerChris Wilson1-3/+0
2020-05-26drm/i915: Improve execute_cb struct packingChris Wilson1-1/+1
2020-05-14drm/i915: Drop no-semaphore boostingChris Wilson1-1/+0
2020-05-13drm/i915: Mark the addition of the initial-breadcrumb in the requestChris Wilson1-7/+20
2020-04-03drm/i915: Keep a per-engine request poolChris Wilson1-0/+2
2020-03-10drm/i915: Defer semaphore priority bumping to a workqueueChris Wilson1-0/+2
2020-03-09drm/i915: Mark up unlocked update of i915_request.hwsp_seqnoChris Wilson1-2/+5
2020-03-04drm/i915: Apply i915_request_skip() on submissionChris Wilson1-2/+3
2020-01-17drm/i915: Fix typo in kerneldoc function nameChris Wilson1-1/+1
2020-01-16drm/i915/gt: Allow temporary suspension of inflight requestsChris Wilson1-0/+43
2020-01-16drm/i915: Keep track of request among the scheduling listsChris Wilson1-0/+17
2020-01-06drm/i915: Merge i915_request.flags with i915_request.fence.flagsChris Wilson1-8/+35
2019-12-25drm/i915: Add spaces before compound GEM_TRACEChris Wilson1-1/+1
2019-12-23drm/i915: Mark the GEM context link as RCU protectedChris Wilson1-0/+8
2019-12-20drm/i915: Drop GEM context as a direct link from i915_requestChris Wilson1-2/+1
2019-12-19drm/i915/gt: Track engine round-trip timesChris Wilson1-0/+4
2019-12-17drm/i915/gt: Eliminate the trylock for reading a timeline's hwspChris Wilson1-3/+2
2019-12-13drm/i915: Introduce new macros for tracingVenkata Sandeep Dhanalakota1-0/+7
2019-10-12drm/i915: Mark up "sentinel" requestsChris Wilson1-2/+8
2019-10-04drm/i915: Move request runtime management onto gtChris Wilson1-6/+1
2019-10-04drm/i915: Merge wait_for_timelines with retire_requestChris Wilson1-2/+5
2019-10-04drm/i915: Drop struct_mutex from around i915_retire_requests()Chris Wilson1-4/+3
2019-10-04drm/i915: Coordinate i915_active with its own mutexChris Wilson1-1/+0
2019-09-23drm/i915: Only enqueue already completed requestsChris Wilson1-1/+1
2019-09-20drm/i915: Mark i915_request.timeline as a volatile, rcu pointerChris Wilson1-1/+21
2019-08-15drm/i915: Protect request retirement with timeline->mutexChris Wilson1-3/+0
2019-08-13drm/i915: Push the wakeref->count deferral to the backendChris Wilson1-0/+2
2019-07-09drm/i915: add infrastructure to hold off preemption on a requestLionel Landwerlin1-1/+14
2019-06-21drm/i915: Rename i915_timeline to intel_timeline and move under gtTvrtko Ursulin1-4/+4
2019-06-20drm/i915/execlists: Preempt-to-busyChris Wilson1-0/+1
2019-06-14drm/i915: Replace engine->timeline with a plain listChris Wilson1-1/+1
2019-05-22drm/i915: Extend execution fence to support a callbackChris Wilson1-0/+4
2019-05-22drm/i915: Apply an execution_mask to the virtual_engineChris Wilson1-0/+3
2019-04-26drm/i915: Move i915_request_alloc into selftests/Chris Wilson1-3/+0
2019-04-24drm/i915: Invert the GEM wakeref hierarchyChris Wilson1-1/+1
2019-04-24drm/i915: Pass intel_context to i915_request_create()Chris Wilson1-0/+7
2019-04-11drm/i915: Bump ready tasks ahead of busywaitsChris Wilson1-0/+1
2019-04-05drm/i915: Use lockdep_pin_lock() over the construction of the requestChris Wilson1-0/+10
2019-03-22drm/i915: Allow contexts to share a single timeline across all enginesChris Wilson1-1/+4
2019-03-06drm/i915: Use i915_global_register()Chris Wilson1-4/+0
2019-03-01drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+Chris Wilson1-4/+22
2019-03-01drm/i915: Keep timeline HWSP allocated until idle across the systemChris Wilson1-0/+11
2019-02-28drm/i915: Make request allocation caches globalChris Wilson1-0/+10
2019-02-26drm/i915: Remove i915_request.global_seqnoChris Wilson1-32/+0
2019-02-05drm/i915: Pull i915_gem_active into the i915_active familyChris Wilson1-383/+0