summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/intel_ring.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: remove single-use GEM_DEBUG_EXEC()Jani Nikula2022-05-091-1/+2
* drm/i915: split out i915_gem_internal.h from i915_drv.hJani Nikula2022-02-111-0/+1
* drm/i915/gt: Move engine registers to their own headerMatt Roper2022-01-111-0/+1
* drm/i915: Don't back up pinned LMEM context images and rings during suspendThomas Hellström2021-09-241-1/+2
* drm/i915: Update the helper to set correct mappingVenkata Sandeep Dhanalakota2021-04-271-4/+7
* drm/i915: allocate cmd ring in lmemMichel Thierry2021-03-241-2/+3
* drm/i915/gt: SPDX cleanupChris Wilson2021-03-241-2/+1
* drm/i915/gem: Move stolen node into GEM object unionChris Wilson2021-01-201-1/+1
* drm/i915/gt: Move gen8 CS emitters into gen8_engine_cs.hChris Wilson2020-12-161-0/+2
* 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