summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_request.c
AgeCommit message (Expand)Author
2021-12-01drm/i915: Update error capture code to avoid using the current vma stateThomas Hellström
2021-11-30drm/i915: Drop stealing of bits from i915_sw_fence function pointerMatthew Brost
2021-11-25Merge drm/drm-next into drm-intel-gt-nextTvrtko Ursulin
2021-11-22Merge drm/drm-next into drm-intel-gt-nextTvrtko Ursulin
2021-11-17drm/i915: Fix i915_request fence wait semanticsMaarten Lankhorst
2021-11-05Merge tag 'drm-misc-next-2021-10-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-11-03drm/i915/guc/slpc: Add waitboost functionality for SLPCVinay Belgaumkar
2021-10-25Merge drm/drm-next into drm-misc-nextMaxime Ripard
2021-10-15drm/i915: Make request conflict tracking understand parallel submitsMatthew Brost
2021-10-15drm/i915/guc: Insert submit fences between requests in parent-child relationshipMatthew Brost
2021-10-07drm/i915: remove IS_ACTIVELucas De Marchi
2021-10-07drm/i915: use the new iterator in i915_request_await_object v2Christian König
2021-10-06drm/i915: Handle Intel igfx + Intel dgfx hybrid graphics setupTvrtko Ursulin
2021-09-24drm/i915/request: fix early tracepointsMatthew Auld
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: Support request cancellationMatthew 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-27drm/i915: Hold reference to intel_context over life of i915_requestMatthew Brost
2021-07-27drm/i915/guc: Make hangcheck work with GuC virtual enginesJohn Harrison
2021-07-22drm/i915/guc: Ensure request ordering via completion fencesMatthew Brost
2021-07-22drm/i915/guc: Implement GuC context operations for new intefaceMatthew Brost
2021-07-22drm/i915: Ditch i915 globals shrink infrastructureDaniel Vetter
2021-07-16Revert "drm/i915: Propagate errors on awaiting already signaled fences"Jason Ekstrand
2021-07-08drm/i915/request: Remove the hook from await_executionJason Ekstrand
2021-06-18drm/i915: Move engine->schedule to i915_sched_engineMatthew Brost
2021-06-18drm/i915: Move active tracking to i915_sched_engineMatthew Brost
2021-06-10Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2021-06-10Merge tag 'drm-misc-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-06-07drm/i915: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi
2021-06-06dma-buf: drop the _rcu postfix on function names v3Christian König
2021-06-06dma-buf: rename dma_resv_get_excl_rcu to _unlockedChristian König
2021-04-30drm/i915: Use might_alloc()Bernard Zhao
2021-04-26drm/i915: Take request reference before arming the watchdog timerTvrtko Ursulin
2021-04-09drm/i915: Take request reference before arming the watchdog timerTvrtko Ursulin
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-15drm/i915: Reduce test_and_set_bit to set_bit in i915_request_submit()Chris Wilson
2021-01-15drm/i915: Drop i915_request.lock serialisation around await_startChris Wilson
2021-01-15drm/i915: Mark up protected uses of 'i915_request_completed'Chris Wilson
2021-01-15Merge tag 'drm-intel-gt-next-2021-01-14' of git://anongit.freedesktop.org/drm...Dave Airlie
2021-01-09drm/i915: Refactor marking a request as EIOChris Wilson
2020-12-31drm/i915: Drop i915_request.lock requirement for intel_rps_boost()Chris Wilson
2020-12-31drm/i915/gt: Pull context closure check from request submit to schedule-inChris Wilson
2020-12-31drm/i915/gt: Cancel submitted requests upon context resetChris Wilson