summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_ring.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.Maarten Lankhorst2020-09-071-2/+8
* drm/i915/gt: Incrementally check for rewindingChris Wilson2020-06-161-0/+4
* drm/i915/execlists: Always force a context reload when rewinding RING_TAILChris Wilson2020-02-071-0/+1
* drm/i915: Use the async worker to avoid reclaim tainting the ggtt->mutexChris Wilson2020-01-301-4/+2
* drm/i915/gt: Make intel_ring_unpin() safe for concurrent pintChris Wilson2019-11-191-9/+4
* drm/i915: don't allocate the ring in stolen if we lack apertureMatthew Auld2019-10-291-1/+3
* drm/i915/gt: Split intel_ring_submissionChris Wilson2019-10-241-0/+321