aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lrc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-20drm/i915: Group all the global context information togetherChris Wilson1-1/+1
2017-06-14drm/i915/perf: Add OA unit support for Gen 8+Robert Bragg1-0/+2
2017-06-07drm/i915/gen10: Set value of Indirect Context Offset for gen10Michel Thierry1-0/+5
2017-05-17drm/i915/execlists: Reduce lock contention between schedule/submit_requestChris Wilson1-0/+13
2017-05-17drm/i915: Create a kmem_cache to allocate struct i915_priolist fromChris Wilson1-2/+2
2017-05-17drm/i915: Split execlist priority queue into rbtree + linked listChris Wilson1-62/+121
2017-05-17drm/i915/execlists: Pack the count into the low bits of the port.requestChris Wilson1-56/+65
2017-05-12drm/i915: set initialised only when init_context callback is NULLChuanxiao Dong1-1/+1
2017-05-04drm/i915: Use engine->context_pin() to report the intel_ringChris Wilson1-9/+8
2017-04-28drm/i915: Sanitize engine context sizesJoonas Lahtinen1-53/+1
2017-04-25drm/i915: Differentiate between sw write location into ring and last hw readChris Wilson1-4/+2
2017-04-25drm/i915: Report request restarts for both execlists/gucChris Wilson1-13/+16
2017-04-12drm/i915/execlists: Document runtime pm for intel_lrc_irq_handler()Chris Wilson1-0/+9
2017-04-11drm/i915: Use the engine class to get the context sizeDaniele Ceraolo Spurio1-10/+19
2017-04-03drm/i915: intel_ring.engine is unusedChris Wilson1-1/+1
2017-03-29Revert "drm/i915: Skip execlists_dequeue() early if the list is empty"Chris Wilson1-12/+0
2017-03-29drm/i915: Avoid lock dropping between reschedulingChris Wilson1-29/+24
2017-03-27drm/i915: Refactor tests for validity of RING_TAILChris Wilson1-8/+4
2017-03-27drm/i915: Assert that the request->tail fits within the ringChris Wilson1-0/+4
2017-03-27drm/i915/execlists: Wrap tail pointer after reset tweakingChris Wilson1-1/+3
2017-03-27drm/i915/execlists: Trim irq handlerChris Wilson1-15/+12
2017-03-23drm/i915/execlists: Relax the locked clear_bit(IRQ_EXECLIST)Chris Wilson1-1/+11
2017-03-21drm/i915: Spinlocks in tasklets can use spin_(un)lock_irqTvrtko Ursulin1-3/+2
2017-03-21drm/i915: Remove intel_ring.last_retired_headChris Wilson1-2/+0
2017-03-21drm/i915/execlists: Split the atomic test_and_clear_bit for irq handlerChris Wilson1-1/+6
2017-03-20drm/i915: Reset tasklet back to execlists after disabling gucChris Wilson1-0/+1
2017-03-17drm/i915: Skip execlists_dequeue() early if the list is emptyChris Wilson1-0/+12
2017-03-16drm/i915: Assert that the context pin_counts do not overflowChris Wilson1-0/+1
2017-03-16drm/i915: Move engine->submit_request selection to a vfuncChris Wilson1-10/+5
2017-03-16drm/i915: make context status notifier head be per engineChangbin Du1-1/+2
2017-03-16drm/i915/scheduler: emulate a scheduler for gucChris Wilson1-4/+1
2017-03-03drm/i915: Avoid using word legacy with ppgttMika Kuoppala1-2/+2
2017-03-03drm/i915: Don't mark pdps clear if pdps are not submittedMika Kuoppala1-11/+10
2017-03-03drm/i915: Generalise wait for execlists to be idleChris Wilson1-28/+0
2017-02-27drm/i915/bdw: Do not write the replay bit of the ring mode registerKelvin Gardiner1-1/+0
2017-02-24drm/i915/execlists: Detect an out-of-order context switchChris Wilson1-0/+1
2017-02-21drm/i915/tracepoints: Add backend level request in and out tracepointsTvrtko Ursulin1-0/+2
2017-02-21drm/i915: Tidy execlists_init_reg_stateTvrtko Ursulin1-71/+56
2017-02-20drm/i915: Assert that the request->tail is always qword alignedChris Wilson1-0/+4
2017-02-17drm/i915: Consolidate gen8_emit_pipe_controlTvrtko Ursulin1-51/+26
2017-02-17drm/i915: Tidy workaround batch buffer emissionTvrtko Ursulin1-201/+117
2017-02-15drm/i915: Remove duplicate intel_logical_ring_workarounds_emitTvrtko Ursulin1-34/+1
2017-02-14drm/i915: Emit to ringbuffer directlyTvrtko Ursulin1-107/+100
2017-02-10drm/i915: Rename conditional GEM execution macrosChris Wilson1-4/+4
2017-02-10drm/i915: Always pin contexts into the high GGTTChris Wilson1-3/+1
2017-02-09drm/i915: Use the size/type of address space to make decisionsChris Wilson1-3/+3
2017-02-07drm/i915: Restore context and pd for ringbuffer submission after resetChris Wilson1-1/+15
2017-02-06drm/i915: Avoid unguarded reads from the request pointerChris Wilson1-3/+21
2017-02-06drm/i915: Let execlist_update_context() cover !FULL_PPGTT mode.Zhi Wang1-1/+2
2017-02-06drm/i915: Print execlists restart after resetChris Wilson1-0/+9