aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_gt_requests.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-22drm/i915/guc: Update intel_gt_wait_for_idle to work with GuCMatthew Brost1-16/+5
2021-04-08Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-2/+1
2021-03-26drm/i915: Request watchdog infrastructureTvrtko Ursulin1-0/+28
2021-03-24drm/i915/gt: SPDX cleanupChris Wilson1-2/+1
2020-12-09drm/i915/gt: Remove uninterruptible parameter from intel_gt_wait_for_idleChris Wilson1-6/+1
2020-07-08drm/i915/gem: Unpin idle contexts from kswapd reclaimChris Wilson1-3/+6
2020-04-23drm/i915/gt: Check carefully for an idle engine in wait-for-idleChris Wilson1-3/+12
2020-04-20drm/i915/gt: Move the late flush_submission in retire to the endChris Wilson1-1/+4
2020-03-23drm/i915: Extend intel_wakeref to support delayed putsChris Wilson1-1/+1
2020-03-03drm/i915/gt: Drop the timeline->mutex as we wait for retirementChris Wilson1-3/+11
2020-02-07drm/i915/gt: Prevent queuing retire workers on the virtual engineChris Wilson1-0/+3
2020-01-03drm/i915/gt: Flush ongoing retires during wait_for_idleChris Wilson1-5/+9
2019-12-24drm/i915/gt: Flush other retirees inside intel_gt_retire_requests()Chris Wilson1-11/+5
2019-12-23drm/i915/gt: Tidy up checking active timelines during retirementChris Wilson1-5/+9
2019-12-21drm/i915/gt: Repeat wait_for_idle for retirement workersChris Wilson1-9/+14
2019-12-21drm/i915: Remove i915->kernel_contextChris Wilson1-7/+11
2019-12-19drm/i915/gt: Schedule request retirement when signaler idlesChris Wilson1-5/+2
2019-11-25drm/i915/gt: Schedule request retirement when timeline idlesChris Wilson1-0/+75
2019-11-21Revert "drm/i915/gt: Wait for new requests in intel_gt_retire_requests()"Chris Wilson1-2/+7
2019-11-20drm/i915/gt: Declare timeline.lock to be irq-freeChris Wilson1-5/+4
2019-11-20drm/i915/gt: Close race between engine_park and intel_gt_retire_requestsChris Wilson1-4/+4
2019-11-19drm/i915/gt: Schedule next retirement worker firstChris Wilson1-1/+1
2019-11-15drm/i915/gt: Flush retire.work timer object on unloadChris Wilson1-0/+6
2019-11-15drm/i915/gt: Wait for new requests in intel_gt_retire_requests()Chris Wilson1-8/+3
2019-10-18drm/i915: Pass in intel_gt at some for_each_engine sitesTvrtko Ursulin1-1/+1
2019-10-08drm/i915/gt: Flush submission tasklet before waiting/retiringChris Wilson1-0/+12
2019-10-07drm/i915/gt: Treat a busy timeline as 'active' while waitingChris Wilson1-1/+3
2019-10-07drm/i915/gt: Restore dropped 'interruptible' flagChris Wilson1-1/+1
2019-10-04drm/i915: Move request runtime management onto gtChris Wilson1-0/+123