aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lrc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-16drm/i915: Remove walk over obj->vma_list for the shrinkerChris Wilson1-0/+2
2017-10-16drm/i915: enable to read CSB and CSB write pointer from HWSP in GVT-g VMWeinan Li1-1/+0
2017-10-10drm/i915: Use execlists_num_ports instead of size of arrayMika Kuoppala1-1/+1
2017-10-06drm/i915/execlists: Add a comment for the extra MI_ARB_ENABLEChris Wilson1-1/+17
2017-10-04drm/i915/execlists: Preemption!Chris Wilson1-31/+126
2017-10-04drm/i915/execlists: Keep request->priority for its lifetimeChris Wilson1-4/+10
2017-10-04drm/i915/execlists: Move bdw GPGPU w/a to emit_bbChris Wilson1-20/+4
2017-10-04drm/i915/execlists: Distinguish the incomplete context notifiesChris Wilson1-1/+1
2017-10-04drm/i915: Remove use_mmio_flip modparm, v2.Maarten Lankhorst1-2/+1
2017-09-29drm/i915/execlists: Cache the last priolist lookupMichał Winiarski1-7/+13
2017-09-29drm/i915: Give the invalid priority a magic nameChris Wilson1-1/+3
2017-09-29drm/i915/execlists: Move request unwinding to a separate functionChris Wilson1-20/+34
2017-09-27drm/i915/execlists: Notify context-out for lost requestsChris Wilson1-1/+5
2017-09-25drm/i915/execlists: Microoptimise execlists_cancel_port_request()Chris Wilson1-7/+10
2017-09-25drm/i915/lrc: Skip no-op per-bb buffer on gen9Chris Wilson1-8/+1
2017-09-25drm/i915/lrc: Only enable per-context and per-bb buffers if setChris Wilson1-5/+10
2017-09-25drm/i915: Make execlist port count variableMika Kuoppala1-2/+4
2017-09-25drm/i915: Add execlist_port_completeMika Kuoppala1-11/+11
2017-09-25drm/i915: Wrap port cancellation into a functionMika Kuoppala1-11/+14
2017-09-25drm/i915: Move execlist initialization into intel_engine_cs.cMika Kuoppala1-19/+0
2017-09-25drm/i915: Make own struct for execlist itemsMika Kuoppala1-47/+53
2017-09-22drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko1-2/+2
2017-09-18drm/i915/guc: Submit GuC workitems containing coalesced requestsMichał Winiarski1-22/+3
2017-09-18drm/i915/execlists: Unwind incomplete requests on resetsChris Wilson1-35/+26
2017-09-18drm/i915/execlists: Split insert_request()Chris Wilson1-16/+19
2017-09-18drm/i915/execlists: Move insert_request()Chris Wilson1-64/+64
2017-09-18drm/i915/execlists: Kick start request processing after a resetChris Wilson1-2/+6
2017-09-18drm/i915: Cancel all ready but queued requests when wedgingChris Wilson1-0/+60
2017-09-13drm/i915/execlists: Read the context-status HEAD from the HWSPChris Wilson1-7/+20
2017-09-13drm/i915/execlists: Read the context-status buffer from the HWSPChris Wilson1-5/+30
2017-09-13drm/i915/lrc: allocate separate page for HWSPDaniele Ceraolo Spurio1-33/+1
2017-09-13drm/i915/lrc: Clarify the format of the context imageMichel Thierry1-3/+6
2017-09-13drm/i915: Move the context descriptor to an inline helperChris Wilson1-6/+0
2017-08-18drm/i915/cnl: Introduce initial Cannonlake Workarounds.Rodrigo Vivi1-0/+2
2017-08-18drm/i915: Clear lost context-switch interrupts across resetChris Wilson1-1/+22
2017-07-27drm/i915: Flush the execlist ports if idleChris Wilson1-10/+26
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