summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_engine_cs.c
AgeCommit message (Expand)AuthorLines
2017-07-03drm/i915/cfl: Fix Workarounds.Rodrigo Vivi-7/+7
2017-06-16drm/i915/cfl: Introduce Coffee Lake workarounds.Rodrigo Vivi-22/+59
2017-06-01drm/i915: Check the ring is empty when declaring the engines are idleChris Wilson-0/+5
2017-05-30drm/i915: Hold a wakeref for probing the ring registersChris Wilson-1/+17
2017-05-17drm/i915: Split execlist priority queue into rbtree + linked listChris Wilson-0/+12
2017-05-17drm/i915/execlists: Pack the count into the low bits of the port.requestChris Wilson-1/+1
2017-05-17drm/i915/gen9: Reintroduce WaEnableYV12BugFixInHalfSliceChicken7Arkadiusz Hiler-0/+2
2017-05-04drm/i915: Use engine->context_pin() to report the intel_ringChris Wilson-3/+4
2017-04-28drm/i915: Sanitize engine context sizesJoonas Lahtinen-3/+87
2017-04-21drm/i915: Stop touching hangcheck.seqno from intel_engine_init_global_seqno()Chris Wilson-3/+1
2017-04-12drm/i915: Pretend the engine is always idle when mockingChris Wilson-0/+3
2017-04-11drm/i915: Lie and treat all engines as idle if wedgedChris Wilson-0/+4
2017-04-11drm/i915: Bail if we do not setup the RCS engineChris Wilson-2/+8
2017-04-11drm/i915: Rename intel_engine_cs.exec_id to uabi_idChris Wilson-7/+7
2017-04-11drm/i915: Split the engine info table in two levels, using class + instanceOscar Mateo-23/+43
2017-04-11drm/i915: Generate the engine name based on the instance numberOscar Mateo-2/+3
2017-04-11drm/i915: Use the same vfunc for BSD2 ring initOscar Mateo-1/+1
2017-04-11drm/i915: Classify the engines in class + instanceDaniele Ceraolo Spurio-0/+14
2017-04-07drm/i915: Assert the engine is idle before overwiting the HWSChris Wilson-0/+4
2017-03-30drm/i915: Suppress busy status for engines if wedgedChris Wilson-0/+9
2017-03-30drm/i915: Drop verbose and archaic "ring" from our internal engine namesChris Wilson-10/+10
2017-03-21drm/i915: intel_engine_init_global_seqno() requires atomic kmapChris Wilson-2/+2
2017-03-16drm/i915: Move engine->submit_request selection to a vfuncChris Wilson-0/+12
2017-03-16drm/i915: make context status notifier head be per engineChangbin Du-0/+2
2017-03-16drm/i915: Replace irq_seqno_barrier on hws write with a clflushChris Wilson-2/+1
2017-03-03drm/i915: Don't use enums for hardware engine idMichal Wajdeczko-2/+2
2017-03-03drm/i915: Generalise wait for execlists to be idleChris Wilson-0/+13
2017-03-03drm/i915: Ensure the engine is idle before manually changing HWSChris Wilson-0/+31
2017-03-01drm/i915: Move w/a LRI debug message from context-init to driver loadChris Wilson-19/+19
2017-02-23drm/i915: Keep a global seqno per-engineChris Wilson-2/+0
2017-02-17drm/i915: Move common workaround code to intel_engine_csTvrtko Ursulin-0/+550
2017-02-17drm/i915: Simplify cleanup path in intel_engines_initTvrtko Ursulin-3/+1
2017-02-13drm/i915: Add unit tests for the breadcrumb rbtree, insert/removeChris Wilson-0/+4
2017-01-24drm/i915: Split intel_engine allocation and initialisationChris Wilson-19/+61
2017-01-19drm/i915: Remove i915_vma_create from VMA APIChris Wilson-1/+1
2016-12-18drm/i915: Unify active context tracking between legacy/execlists/gucChris Wilson-2/+19
2016-12-01drm/i915: Make various init functions take dev_privTvrtko Ursulin-3/+2
2016-12-01drm/i915: Make GEM object alloc/free and stolen created take dev_privTvrtko Ursulin-1/+1
2016-11-14drm/i915/scheduler: Execute requests in order of prioritiesChris Wilson-1/+2
2016-11-14drm/i915/scheduler: Signal the arrival of a new requestChris Wilson-0/+3
2016-11-14drm/i915: Remove engine->execlist_lockChris Wilson-1/+0
2016-11-02drm/i915: Move hangcheck code out from i915_irq.cMika Kuoppala-5/+0
2016-10-28drm/i915: Move the global sync optimisation to the timelineChris Wilson-2/+0
2016-10-28drm/i915: Combine seqno + tracking into a global timeline structChris Wilson-8/+7
2016-10-28drm/i915: Reuse the active golden render state batchChris Wilson-0/+5
2016-10-28drm/i915: Introduce an internal allocator for disposable private objectsChris Wilson-1/+1
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson-1/+1
2016-10-14drm/i915: Do not use INTEL_INFO(dev_priv)->ring_mask inside WARNsTvrtko Ursulin-3/+4
2016-10-14drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel-7/+19
2016-10-12drm/i915: Move common code out of i915_gpu_error.cChris Wilson-0/+104