summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_engine_cs.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/cnl: Gen10 render context size.Rodrigo Vivi2017-07-071-0/+1
* drm/i915/cfl: Fix Workarounds.Rodrigo Vivi2017-06-291-7/+7
* drm/i915: Cancel pending execlists irq handler upon idlingChris Wilson2017-06-281-0/+1
* drm/i915: Simplify intel_engines_initTvrtko Ursulin2017-06-201-24/+12
* drm/i915/cfl: Introduce Coffee Lake workarounds.Rodrigo Vivi2017-06-161-22/+59
* drm/i915: Check the ring is empty when declaring the engines are idleChris Wilson2017-06-011-0/+5
* drm/i915: Hold a wakeref for probing the ring registersChris Wilson2017-05-301-1/+17
* drm/i915: Split execlist priority queue into rbtree + linked listChris Wilson2017-05-171-0/+12
* drm/i915/execlists: Pack the count into the low bits of the port.requestChris Wilson2017-05-171-1/+1
* drm/i915/gen9: Reintroduce WaEnableYV12BugFixInHalfSliceChicken7Arkadiusz Hiler2017-05-171-0/+2
* drm/i915: Use engine->context_pin() to report the intel_ringChris Wilson2017-05-041-3/+4
* drm/i915: Sanitize engine context sizesJoonas Lahtinen2017-04-281-3/+87
* drm/i915: Stop touching hangcheck.seqno from intel_engine_init_global_seqno()Chris Wilson2017-04-211-3/+1
* drm/i915: Pretend the engine is always idle when mockingChris Wilson2017-04-121-0/+3
* drm/i915: Lie and treat all engines as idle if wedgedChris Wilson2017-04-111-0/+4
* drm/i915: Bail if we do not setup the RCS engineChris Wilson2017-04-111-2/+8
* drm/i915: Rename intel_engine_cs.exec_id to uabi_idChris Wilson2017-04-111-7/+7
* drm/i915: Split the engine info table in two levels, using class + instanceOscar Mateo2017-04-111-23/+43
* drm/i915: Generate the engine name based on the instance numberOscar Mateo2017-04-111-2/+3
* drm/i915: Use the same vfunc for BSD2 ring initOscar Mateo2017-04-111-1/+1
* drm/i915: Classify the engines in class + instanceDaniele Ceraolo Spurio2017-04-111-0/+14
* drm/i915: Assert the engine is idle before overwiting the HWSChris Wilson2017-04-071-0/+4
* drm/i915: Suppress busy status for engines if wedgedChris Wilson2017-03-301-0/+9
* drm/i915: Drop verbose and archaic "ring" from our internal engine namesChris Wilson2017-03-301-10/+10
* drm/i915: intel_engine_init_global_seqno() requires atomic kmapChris Wilson2017-03-211-2/+2
* drm/i915: Move engine->submit_request selection to a vfuncChris Wilson2017-03-161-0/+12
* drm/i915: make context status notifier head be per engineChangbin Du2017-03-161-0/+2
* drm/i915: Replace irq_seqno_barrier on hws write with a clflushChris Wilson2017-03-161-2/+1
* drm/i915: Don't use enums for hardware engine idMichal Wajdeczko2017-03-031-2/+2
* drm/i915: Generalise wait for execlists to be idleChris Wilson2017-03-031-0/+13
* drm/i915: Ensure the engine is idle before manually changing HWSChris Wilson2017-03-031-0/+31
* drm/i915: Move w/a LRI debug message from context-init to driver loadChris Wilson2017-03-011-19/+19
* drm/i915: Keep a global seqno per-engineChris Wilson2017-02-231-2/+0
* drm/i915: Move common workaround code to intel_engine_csTvrtko Ursulin2017-02-171-0/+550
* drm/i915: Simplify cleanup path in intel_engines_initTvrtko Ursulin2017-02-171-3/+1
* drm/i915: Add unit tests for the breadcrumb rbtree, insert/removeChris Wilson2017-02-131-0/+4
* drm/i915: Split intel_engine allocation and initialisationChris Wilson2017-01-241-19/+61
* 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
OpenPOWER on IntegriCloud