summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_engine_cs.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Remove i915_vma_create from VMA APIChris Wilson2017-01-191-1/+1
* drm/i915: Unify active context tracking between legacy/execlists/gucChris Wilson2016-12-181-2/+19
* drm/i915: Make various init functions take dev_privTvrtko Ursulin2016-12-011-3/+2
* drm/i915: Make GEM object alloc/free and stolen created take dev_privTvrtko Ursulin2016-12-011-1/+1
* drm/i915/scheduler: Execute requests in order of prioritiesChris Wilson2016-11-141-1/+2
* drm/i915/scheduler: Signal the arrival of a new requestChris Wilson2016-11-141-0/+3
* drm/i915: Remove engine->execlist_lockChris Wilson2016-11-141-1/+0
* drm/i915: Move hangcheck code out from i915_irq.cMika Kuoppala2016-11-021-5/+0
* drm/i915: Move the global sync optimisation to the timelineChris Wilson2016-10-281-2/+0
* drm/i915: Combine seqno + tracking into a global timeline structChris Wilson2016-10-281-8/+7
* drm/i915: Reuse the active golden render state batchChris Wilson2016-10-281-0/+5
* drm/i915: Introduce an internal allocator for disposable private objectsChris Wilson2016-10-281-1/+1
* dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-251-1/+1
* drm/i915: Do not use INTEL_INFO(dev_priv)->ring_mask inside WARNsTvrtko Ursulin2016-10-141-3/+4
* drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel2016-10-141-7/+19
* drm/i915: Move common code out of i915_gpu_error.cChris Wilson2016-10-121-0/+104
* drm/i915: Reset the breadcrumbs IRQ more carefullyChris Wilson2016-10-071-15/+0
* drm/i915: Show RING registers through debugfsChris Wilson2016-10-051-0/+30
* drm/i915: Update reset path to fix incomplete requestsChris Wilson2016-09-091-1/+14
* drm/i915/cmdparser: Make initialisation failure non-fatalChris Wilson2016-08-181-2/+4
* drm/i915: Add enum for hardware engine identifiersTvrtko Ursulin2016-08-171-7/+7
* drm/i915: Introduce i915_ggtt_offset()Chris Wilson2016-08-151-2/+2
* drm/i915: Consolidate i915_vma_unpin_and_release()Chris Wilson2016-08-151-8/+1
* drm/i915: Use VMA as the primary tracker for semaphore pageChris Wilson2016-08-151-4/+8
* drm/i915: Move common seqno reset to intel_engine_cs.cChris Wilson2016-08-151-0/+42
* drm/i915: Move common scratch allocation/destroy to intel_engine_cs.cChris Wilson2016-08-151-0/+50
* drm/i915: Store number of active engines in device infoTvrtko Ursulin2016-08-111-5/+5
* drm/i915: Move missed interrupt detection from hangcheck to breadcrumbsChris Wilson2016-08-101-0/+1
* drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutexChris Wilson2016-08-051-1/+7
* 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/+0
* 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