summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/intel_gt_requests.c
AgeCommit message (Expand)Author
2023-06-10drm/i915: add a dedicated workqueue inside drm_i915_privateLuca Coelho
2022-11-29drm/i915: Never return 0 if not all requests retiredJanusz Krzysztofik
2021-07-22drm/i915/guc: Update intel_gt_wait_for_idle to work with GuCMatthew 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-24drm/i915/gt: SPDX cleanupChris Wilson
2020-12-09drm/i915/gt: Remove uninterruptible parameter from intel_gt_wait_for_idleChris Wilson
2020-07-08drm/i915/gem: Unpin idle contexts from kswapd reclaimChris Wilson
2020-04-23drm/i915/gt: Check carefully for an idle engine in wait-for-idleChris Wilson
2020-04-20drm/i915/gt: Move the late flush_submission in retire to the endChris Wilson
2020-03-23drm/i915: Extend intel_wakeref to support delayed putsChris Wilson
2020-03-03drm/i915/gt: Drop the timeline->mutex as we wait for retirementChris Wilson
2020-02-07drm/i915/gt: Prevent queuing retire workers on the virtual engineChris Wilson
2020-01-03drm/i915/gt: Flush ongoing retires during wait_for_idleChris Wilson
2019-12-24drm/i915/gt: Flush other retirees inside intel_gt_retire_requests()Chris Wilson
2019-12-23drm/i915/gt: Tidy up checking active timelines during retirementChris Wilson
2019-12-21drm/i915/gt: Repeat wait_for_idle for retirement workersChris Wilson
2019-12-21drm/i915: Remove i915->kernel_contextChris Wilson
2019-12-19drm/i915/gt: Schedule request retirement when signaler idlesChris Wilson
2019-11-25drm/i915/gt: Schedule request retirement when timeline idlesChris Wilson
2019-11-21Revert "drm/i915/gt: Wait for new requests in intel_gt_retire_requests()"Chris Wilson
2019-11-20drm/i915/gt: Declare timeline.lock to be irq-freeChris Wilson
2019-11-20drm/i915/gt: Close race between engine_park and intel_gt_retire_requestsChris Wilson
2019-11-19drm/i915/gt: Schedule next retirement worker firstChris Wilson
2019-11-15drm/i915/gt: Flush retire.work timer object on unloadChris Wilson
2019-11-15drm/i915/gt: Wait for new requests in intel_gt_retire_requests()Chris Wilson
2019-10-18drm/i915: Pass in intel_gt at some for_each_engine sitesTvrtko Ursulin
2019-10-08drm/i915/gt: Flush submission tasklet before waiting/retiringChris Wilson
2019-10-07drm/i915/gt: Treat a busy timeline as 'active' while waitingChris Wilson
2019-10-07drm/i915/gt: Restore dropped 'interruptible' flagChris Wilson
2019-10-04drm/i915: Move request runtime management onto gtChris Wilson