summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_request.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/request: drop kernel-docJani Nikula2023-05-041-26/+26
* drm/i915/huc: stall media submission until HuC is loadedDaniele Ceraolo Spurio2022-10-031-0/+5
* drm/i915: Do not access rq->engine without a referenceNiranjana Vishwanathapura2022-06-271-0/+2
* drm/i915: Use struct vma_resource instead of struct vma_snapshotThomas Hellström2022-01-111-3/+3
* drm/i915: Avoid using the i915_fence_array when collecting dependenciesThomas Hellström2021-12-221-0/+2
* drm/i915: Don't disable interrupts and pretend a lock as been acquired in __t...Sebastian Andrzej Siewior2021-12-131-1/+2
* drm/i915: Update error capture code to avoid using the current vma stateThomas Hellström2021-12-011-5/+15
* drm/i915: Fix i915_request fence wait semanticsMaarten Lankhorst2021-11-171-0/+5
* drm/i915: Update I915_GEM_BUSY IOCTL to understand composite fencesMatthew Brost2021-10-151-0/+6
* drm/i915: Multi-BB execbufMatthew Brost2021-10-151-0/+9
* drm/i915/guc: Implement multi-lrc submissionMatthew Brost2021-10-151-0/+8
* drm/i915/guc: Add GuC kernel docMatthew Brost2021-09-131-8/+13
* drm/i915/guc: Release submit fence from an irq_workMatthew Brost2021-09-131-0/+5
* drm/i915: move request slabs to direct module init/exitDaniel Vetter2021-07-281-0/+3
* drm/i915/guc: Implement GuC priority managementMatthew Brost2021-07-271-0/+9
* drm/i915/guc: Fix for error capture after full GPU reset with GuCJohn Harrison2021-07-271-0/+10
* drm/i915: Move active request tracking to a vfuncMatthew Brost2021-07-271-0/+2
* drm/i915/guc: Insert fence on context when deregisteringMatthew Brost2021-07-221-0/+8
* drm/i915/request: Remove the hook from await_executionJason Ekstrand2021-07-081-3/+1
* drm/i915: Move active tracking to i915_sched_engineMatthew Brost2021-06-181-1/+1
* 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