summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_engine_cs.c
AgeCommit message (Expand)Author
2017-04-28drm/i915: Sanitize engine context sizesJoonas Lahtinen
2017-04-21drm/i915: Stop touching hangcheck.seqno from intel_engine_init_global_seqno()Chris Wilson
2017-04-12drm/i915: Pretend the engine is always idle when mockingChris Wilson
2017-04-11drm/i915: Lie and treat all engines as idle if wedgedChris Wilson
2017-04-11drm/i915: Bail if we do not setup the RCS engineChris Wilson
2017-04-11drm/i915: Rename intel_engine_cs.exec_id to uabi_idChris Wilson
2017-04-11drm/i915: Split the engine info table in two levels, using class + instanceOscar Mateo
2017-04-11drm/i915: Generate the engine name based on the instance numberOscar Mateo
2017-04-11drm/i915: Use the same vfunc for BSD2 ring initOscar Mateo
2017-04-11drm/i915: Classify the engines in class + instanceDaniele Ceraolo Spurio
2017-04-07drm/i915: Assert the engine is idle before overwiting the HWSChris Wilson
2017-03-30drm/i915: Suppress busy status for engines if wedgedChris Wilson
2017-03-30drm/i915: Drop verbose and archaic "ring" from our internal engine namesChris Wilson
2017-03-21drm/i915: intel_engine_init_global_seqno() requires atomic kmapChris Wilson
2017-03-16drm/i915: Move engine->submit_request selection to a vfuncChris Wilson
2017-03-16drm/i915: make context status notifier head be per engineChangbin Du
2017-03-16drm/i915: Replace irq_seqno_barrier on hws write with a clflushChris Wilson
2017-03-03drm/i915: Don't use enums for hardware engine idMichal Wajdeczko
2017-03-03drm/i915: Generalise wait for execlists to be idleChris Wilson
2017-03-03drm/i915: Ensure the engine is idle before manually changing HWSChris Wilson
2017-03-01drm/i915: Move w/a LRI debug message from context-init to driver loadChris Wilson
2017-02-23drm/i915: Keep a global seqno per-engineChris Wilson
2017-02-17drm/i915: Move common workaround code to intel_engine_csTvrtko Ursulin
2017-02-17drm/i915: Simplify cleanup path in intel_engines_initTvrtko Ursulin
2017-02-13drm/i915: Add unit tests for the breadcrumb rbtree, insert/removeChris Wilson
2017-01-24drm/i915: Split intel_engine allocation and initialisationChris Wilson
2017-01-19drm/i915: Remove i915_vma_create from VMA APIChris Wilson
2016-12-18drm/i915: Unify active context tracking between legacy/execlists/gucChris Wilson
2016-12-01drm/i915: Make various init functions take dev_privTvrtko Ursulin
2016-12-01drm/i915: Make GEM object alloc/free and stolen created take dev_privTvrtko Ursulin
2016-11-14drm/i915/scheduler: Execute requests in order of prioritiesChris Wilson
2016-11-14drm/i915/scheduler: Signal the arrival of a new requestChris Wilson
2016-11-14drm/i915: Remove engine->execlist_lockChris Wilson
2016-11-02drm/i915: Move hangcheck code out from i915_irq.cMika Kuoppala
2016-10-28drm/i915: Move the global sync optimisation to the timelineChris Wilson
2016-10-28drm/i915: Combine seqno + tracking into a global timeline structChris Wilson
2016-10-28drm/i915: Reuse the active golden render state batchChris Wilson
2016-10-28drm/i915: Introduce an internal allocator for disposable private objectsChris Wilson
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson
2016-10-14drm/i915: Do not use INTEL_INFO(dev_priv)->ring_mask inside WARNsTvrtko Ursulin
2016-10-14drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel
2016-10-12drm/i915: Move common code out of i915_gpu_error.cChris Wilson
2016-10-07drm/i915: Reset the breadcrumbs IRQ more carefullyChris Wilson
2016-10-05drm/i915: Show RING registers through debugfsChris Wilson
2016-09-09drm/i915: Update reset path to fix incomplete requestsChris Wilson
2016-08-18drm/i915/cmdparser: Make initialisation failure non-fatalChris Wilson
2016-08-17drm/i915: Add enum for hardware engine identifiersTvrtko Ursulin
2016-08-15drm/i915: Introduce i915_ggtt_offset()Chris Wilson
2016-08-15drm/i915: Consolidate i915_vma_unpin_and_release()Chris Wilson
2016-08-15drm/i915: Use VMA as the primary tracker for semaphore pageChris Wilson