Age | Commit message (Expand) | Author |
2023-06-10 | drm/i915: add a dedicated workqueue inside drm_i915_private | Luca Coelho |
2022-11-29 | drm/i915: Never return 0 if not all requests retired | Janusz Krzysztofik |
2021-07-22 | drm/i915/guc: Update intel_gt_wait_for_idle to work with GuC | Matthew Brost |
2021-04-08 | Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm... | Dave Airlie |
2021-03-26 | drm/i915: Request watchdog infrastructure | Tvrtko Ursulin |
2021-03-24 | drm/i915/gt: SPDX cleanup | Chris Wilson |
2020-12-09 | drm/i915/gt: Remove uninterruptible parameter from intel_gt_wait_for_idle | Chris Wilson |
2020-07-08 | drm/i915/gem: Unpin idle contexts from kswapd reclaim | Chris Wilson |
2020-04-23 | drm/i915/gt: Check carefully for an idle engine in wait-for-idle | Chris Wilson |
2020-04-20 | drm/i915/gt: Move the late flush_submission in retire to the end | Chris Wilson |
2020-03-23 | drm/i915: Extend intel_wakeref to support delayed puts | Chris Wilson |
2020-03-03 | drm/i915/gt: Drop the timeline->mutex as we wait for retirement | Chris Wilson |
2020-02-07 | drm/i915/gt: Prevent queuing retire workers on the virtual engine | Chris Wilson |
2020-01-03 | drm/i915/gt: Flush ongoing retires during wait_for_idle | Chris Wilson |
2019-12-24 | drm/i915/gt: Flush other retirees inside intel_gt_retire_requests() | Chris Wilson |
2019-12-23 | drm/i915/gt: Tidy up checking active timelines during retirement | Chris Wilson |
2019-12-21 | drm/i915/gt: Repeat wait_for_idle for retirement workers | Chris Wilson |
2019-12-21 | drm/i915: Remove i915->kernel_context | Chris Wilson |
2019-12-19 | drm/i915/gt: Schedule request retirement when signaler idles | Chris Wilson |
2019-11-25 | drm/i915/gt: Schedule request retirement when timeline idles | Chris Wilson |
2019-11-21 | Revert "drm/i915/gt: Wait for new requests in intel_gt_retire_requests()" | Chris Wilson |
2019-11-20 | drm/i915/gt: Declare timeline.lock to be irq-free | Chris Wilson |
2019-11-20 | drm/i915/gt: Close race between engine_park and intel_gt_retire_requests | Chris Wilson |
2019-11-19 | drm/i915/gt: Schedule next retirement worker first | Chris Wilson |
2019-11-15 | drm/i915/gt: Flush retire.work timer object on unload | Chris Wilson |
2019-11-15 | drm/i915/gt: Wait for new requests in intel_gt_retire_requests() | Chris Wilson |
2019-10-18 | drm/i915: Pass in intel_gt at some for_each_engine sites | Tvrtko Ursulin |
2019-10-08 | drm/i915/gt: Flush submission tasklet before waiting/retiring | Chris Wilson |
2019-10-07 | drm/i915/gt: Treat a busy timeline as 'active' while waiting | Chris Wilson |
2019-10-07 | drm/i915/gt: Restore dropped 'interruptible' flag | Chris Wilson |
2019-10-04 | drm/i915: Move request runtime management onto gt | Chris Wilson |