summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_lrc.c
AgeCommit message (Expand)Author
2017-09-25drm/i915: Make own struct for execlist itemsMika Kuoppala
2017-09-22drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko
2017-09-18drm/i915/guc: Submit GuC workitems containing coalesced requestsMichaƂ Winiarski
2017-09-18drm/i915/execlists: Unwind incomplete requests on resetsChris Wilson
2017-09-18drm/i915/execlists: Split insert_request()Chris Wilson
2017-09-18drm/i915/execlists: Move insert_request()Chris Wilson
2017-09-18drm/i915/execlists: Kick start request processing after a resetChris Wilson
2017-09-18drm/i915: Cancel all ready but queued requests when wedgingChris Wilson
2017-09-13drm/i915/execlists: Read the context-status HEAD from the HWSPChris Wilson
2017-09-13drm/i915/execlists: Read the context-status buffer from the HWSPChris Wilson
2017-09-13drm/i915/lrc: allocate separate page for HWSPDaniele Ceraolo Spurio
2017-09-13drm/i915/lrc: Clarify the format of the context imageMichel Thierry
2017-09-13drm/i915: Move the context descriptor to an inline helperChris Wilson
2017-08-18drm/i915/cnl: Introduce initial Cannonlake Workarounds.Rodrigo Vivi
2017-08-18drm/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