aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_request.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-28drm/i915: move request slabs to direct module init/exitDaniel Vetter1-0/+3
2021-07-27drm/i915/guc: Implement GuC priority managementMatthew Brost1-0/+9
2021-07-27drm/i915/guc: Fix for error capture after full GPU reset with GuCJohn Harrison1-0/+10
2021-07-27drm/i915: Move active request tracking to a vfuncMatthew Brost1-0/+2
2021-07-22drm/i915/guc: Insert fence on context when deregisteringMatthew Brost1-0/+8
2021-07-08drm/i915/request: Remove the hook from await_executionJason Ekstrand1-3/+1
2021-06-18drm/i915: Move active tracking to i915_sched_engineMatthew Brost1-1/+1
2021-04-08Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-1/+1
2021-03-26drm/i915: Request watchdog infrastructureTvrtko Ursulin1-0/+8
2021-03-26drm/i915: Individual request cancellationChris Wilson1-1/+3
2021-03-26drm/i915: Extract active lookup engine to a helperTvrtko Ursulin1-0/+4
2021-03-24drm/i915: Protect against request freeing during cancellation on wedgingChris Wilson1-1/+1
2021-03-24drm/i915: Do not share hwsp across contexts any more, v8.Maarten Lankhorst1-10/+21
2021-01-09drm/i915: Refactor marking a request as EIOChris Wilson1-1/+2
2020-12-24drm/i915/gt: Replace direct submit with direct call to taskletChris Wilson1-0/+1
2020-12-18drm/i915: Check for rq->hwsp validity after acquiring RCU lockChris Wilson1-5/+32
2020-11-26drm/i915/gt: Split the breadcrumb spinlock between global and contextsChris Wilson1-4/+2
2020-11-23drm/i915/gt: Track signaled breadcrumbs outside of the breadcrumb spinlockChris Wilson1-1/+5
2020-11-19drm/i915/gt: Update request status flags for debug pretty-printerChris Wilson1-1/+2
2020-11-19drm/i915: Lift i915_request_show()Chris Wilson1-0/+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