summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_request.h
AgeCommit message (Expand)Author
2023-05-04drm/i915/request: drop kernel-docJani Nikula
2022-10-03drm/i915/huc: stall media submission until HuC is loadedDaniele Ceraolo Spurio
2022-06-27drm/i915: Do not access rq->engine without a referenceNiranjana Vishwanathapura
2022-01-11drm/i915: Use struct vma_resource instead of struct vma_snapshotThomas Hellström
2021-12-22drm/i915: Avoid using the i915_fence_array when collecting dependenciesThomas Hellström
2021-12-13drm/i915: Don't disable interrupts and pretend a lock as been acquired in __t...Sebastian Andrzej Siewior
2021-12-01drm/i915: Update error capture code to avoid using the current vma stateThomas Hellström
2021-11-17drm/i915: Fix i915_request fence wait semanticsMaarten Lankhorst
2021-10-15drm/i915: Update I915_GEM_BUSY IOCTL to understand composite fencesMatthew Brost
2021-10-15drm/i915: Multi-BB execbufMatthew Brost
2021-10-15drm/i915/guc: Implement multi-lrc submissionMatthew Brost
2021-09-13drm/i915/guc: Add GuC kernel docMatthew Brost
2021-09-13drm/i915/guc: Release submit fence from an irq_workMatthew Brost
2021-07-28drm/i915: move request slabs to direct module init/exitDaniel Vetter
2021-07-27drm/i915/guc: Implement GuC priority managementMatthew Brost
2021-07-27drm/i915/guc: Fix for error capture after full GPU reset with GuCJohn Harrison
2021-07-27drm/i915: Move active request tracking to a vfuncMatthew Brost
2021-07-22drm/i915/guc: Insert fence on context when deregisteringMatthew Brost
2021-07-08drm/i915/request: Remove the hook from await_executionJason Ekstrand
2021-06-18drm/i915: Move active tracking to i915_sched_engineMatthew Brost
2021-04-08Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie
2021-03-26drm/i915: Request watchdog infrastructureTvrtko Ursulin
2021-03-26drm/i915: Individual request cancellationChris Wilson
2021-03-26drm/i915: Extract active lookup engine to a helperTvrtko Ursulin
2021-03-24drm/i915: Protect against request freeing during cancellation on wedgingChris Wilson
2021-03-24drm/i915: Do not share hwsp across contexts any more, v8.Maarten Lankhorst
2021-01-09drm/i915: Refactor marking a request as EIOChris Wilson
2020-12-24drm/i915/gt: Replace direct submit with direct call to taskletChris Wilson
2020-12-18drm/i915: Check for rq->hwsp validity after acquiring RCU lockChris Wilson
2020-11-26drm/i915/gt: Split the breadcrumb spinlock between global and contextsChris Wilson
2020-11-23drm/i915/gt: Track signaled breadcrumbs outside of the breadcrumb spinlockChris Wilson
2020-11-19drm/i915/gt: Update request status flags for debug pretty-printerChris Wilson
2020-11-19drm/i915: Lift i915_request_show()Chris Wilson
2020-09-07drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbsChris Wilson
2020-09-07drm/i915/gem: Remove disordered per-file request list for throttlingChris Wilson
2020-06-16drm/i915: Mark up inline getters as taking a const i915_requestChris Wilson
2020-06-03drm/i915: Drop i915_request.i915 backpointerChris Wilson
2020-05-26drm/i915: Improve execute_cb struct packingChris Wilson
2020-05-14drm/i915: Drop no-semaphore boostingChris Wilson
2020-05-13drm/i915: Mark the addition of the initial-breadcrumb in the requestChris Wilson
2020-04-03drm/i915: Keep a per-engine request poolChris Wilson
2020-03-10drm/i915: Defer semaphore priority bumping to a workqueueChris Wilson
2020-03-09drm/i915: Mark up unlocked update of i915_request.hwsp_seqnoChris Wilson
2020-03-04drm/i915: Apply i915_request_skip() on submissionChris Wilson
2020-01-17drm/i915: Fix typo in kerneldoc function nameChris Wilson
2020-01-16drm/i915/gt: Allow temporary suspension of inflight requestsChris Wilson
2020-01-16drm/i915: Keep track of request among the scheduling listsChris Wilson
2020-01-06drm/i915: Merge i915_request.flags with i915_request.fence.flagsChris Wilson
2019-12-25drm/i915: Add spaces before compound GEM_TRACEChris Wilson
2019-12-23drm/i915: Mark the GEM context link as RCU protectedChris Wilson