summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_lrc.c
AgeCommit message (Expand)Author
2018-12-21drm/i915/execlists: Apply a full mb before execution for BraswellChris Wilson
2018-11-21drm/i915/execlists: Force write serialisation into context image vs executionChris Wilson
2018-07-08drm/i915: Enable provoking vertex fix on Gen9 systems.Kenneth Graunke
2017-09-03Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-08-21drm/i915: Clear lost context-switch interrupts across resetChris Wilson
2017-07-27drm/i915: Flush the execlist ports if idleChris Wilson
2017-06-20drm/i915: Group all the global context information togetherChris Wilson
2017-06-14drm/i915/perf: Add OA unit support for Gen 8+Robert Bragg
2017-06-07drm/i915/gen10: Set value of Indirect Context Offset for gen10Michel Thierry
2017-05-17drm/i915/execlists: Reduce lock contention between schedule/submit_requestChris Wilson
2017-05-17drm/i915: Create a kmem_cache to allocate struct i915_priolist fromChris Wilson
2017-05-17drm/i915: Split execlist priority queue into rbtree + linked listChris Wilson
2017-05-17drm/i915/execlists: Pack the count into the low bits of the port.requestChris Wilson
2017-05-12drm/i915: set initialised only when init_context callback is NULLChuanxiao Dong
2017-05-04drm/i915: Use engine->context_pin() to report the intel_ringChris Wilson
2017-04-28drm/i915: Sanitize engine context sizesJoonas Lahtinen
2017-04-25drm/i915: Differentiate between sw write location into ring and last hw readChris Wilson
2017-04-25drm/i915: Report request restarts for both execlists/gucChris Wilson
2017-04-12drm/i915/execlists: Document runtime pm for intel_lrc_irq_handler()Chris Wilson
2017-04-11drm/i915: Use the engine class to get the context sizeDaniele Ceraolo Spurio
2017-04-03drm/i915: intel_ring.engine is unusedChris Wilson
2017-03-29Revert "drm/i915: Skip execlists_dequeue() early if the list is empty"Chris Wilson
2017-03-29drm/i915: Avoid lock dropping between reschedulingChris Wilson
2017-03-27drm/i915: Refactor tests for validity of RING_TAILChris Wilson
2017-03-27drm/i915: Assert that the request->tail fits within the ringChris Wilson
2017-03-27drm/i915/execlists: Wrap tail pointer after reset tweakingChris Wilson
2017-03-27drm/i915/execlists: Trim irq handlerChris Wilson
2017-03-23drm/i915/execlists: Relax the locked clear_bit(IRQ_EXECLIST)Chris Wilson
2017-03-21drm/i915: Spinlocks in tasklets can use spin_(un)lock_irqTvrtko Ursulin
2017-03-21drm/i915: Remove intel_ring.last_retired_headChris Wilson
2017-03-21drm/i915/execlists: Split the atomic test_and_clear_bit for irq handlerChris Wilson
2017-03-20drm/i915: Reset tasklet back to execlists after disabling gucChris Wilson
2017-03-17drm/i915: Skip execlists_dequeue() early if the list is emptyChris Wilson
2017-03-16drm/i915: Assert that the context pin_counts do not overflowChris 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/scheduler: emulate a scheduler for gucChris Wilson
2017-03-03drm/i915: Avoid using word legacy with ppgttMika Kuoppala
2017-03-03drm/i915: Don't mark pdps clear if pdps are not submittedMika Kuoppala
2017-03-03drm/i915: Generalise wait for execlists to be idleChris Wilson
2017-02-27drm/i915/bdw: Do not write the replay bit of the ring mode registerKelvin Gardiner
2017-02-24drm/i915/execlists: Detect an out-of-order context switchChris Wilson
2017-02-21drm/i915/tracepoints: Add backend level request in and out tracepointsTvrtko Ursulin
2017-02-21drm/i915: Tidy execlists_init_reg_stateTvrtko Ursulin
2017-02-20drm/i915: Assert that the request->tail is always qword alignedChris Wilson
2017-02-17drm/i915: Consolidate gen8_emit_pipe_controlTvrtko Ursulin
2017-02-17drm/i915: Tidy workaround batch buffer emissionTvrtko Ursulin
2017-02-15drm/i915: Remove duplicate intel_logical_ring_workarounds_emitTvrtko Ursulin
2017-02-14drm/i915: Emit to ringbuffer directlyTvrtko Ursulin
2017-02-10drm/i915: Rename conditional GEM execution macrosChris Wilson