summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_engine_cs.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Double check the active status on the batch poolChris Wilson2016-08-041-1/+1
* drm/i915: Refactor activity tracking for requestsChris Wilson2016-08-041-1/+0Star
* drm/i915: Move the common engine cleanup to intel_engine_cs.cChris Wilson2016-08-031-0/+14
* drm/i915: Rename struct intel_ringbuffer to struct intel_ringChris Wilson2016-08-021-1/+1
* drm/i915: Add missing ring_mask to PineviewChris Wilson2016-07-291-0/+1
* drm/i915/cmdparser: Remove stray intel_engine_cs *ringChris Wilson2016-07-271-1/+1
* drm/i915: Derive GEM requests from dma-fenceChris Wilson2016-07-201-0/+2
* drm/i915: Pull out some more common engine init codeTvrtko Ursulin2016-07-141-0/+47
* drm/i915: Move common engine setup into intel_engine_cs.cTvrtko Ursulin2016-07-141-0/+162