summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_ringbuffer.h
AgeCommit message (Expand)Author
2016-07-06drm/i915: Group the irq breadcrumb variables into the same cachelineChris Wilson
2016-07-04drm/i915: Remove stop-rings debugfs interfaceChris Wilson
2016-07-04drm/i915: Only start retire worker when idleChris Wilson
2016-07-01drm/i915: Simplify enabling user-interrupts with L3-remappingChris Wilson
2016-07-01drm/i915: Move the get/put irq locking into the callerChris Wilson
2016-07-01drm/i915: Embed signaling node into the GEM requestChris Wilson
2016-07-01drm/i915: Convert trace-irq to the breadcrumb waiterChris Wilson
2016-07-01drm/i915: Only apply one barrier after a breadcrumb interrupt is postedChris Wilson
2016-07-01drm/i915: Refactor scratch object allocation for gen2 w/a bufferChris Wilson
2016-07-01drm/i915: Stop mapping the scratch page into CPU spaceChris Wilson
2016-07-01drm/i915: Use HWS for seqno tracking everywhereChris Wilson
2016-07-01drm/i915: Slaughter the thundering i915_wait_request herdChris Wilson
2016-06-30drm/i915: Compact Gen8 semaphore initializationTvrtko Ursulin
2016-05-24drm/i915: Rename struct intel_contextChris Wilson
2016-05-09drm/i915: Store a i915 backpointer from engine, and use itChris Wilson
2016-04-29drm/i915: Fix gen8 semaphores id for legacy modeChris Wilson
2016-04-29drm/i915: Apply strongly ordered RCS breadcrumb to gen8/legacyChris Wilson
2016-04-29drm/i915: Bump reserved size for legacy gen8 semaphore emissionChris Wilson
2016-04-28drm/i915: Stop tracking execlists retired requestsTvrtko Ursulin
2016-04-28drm/i915: Remove the identical implementations of request space reservationChris Wilson
2016-04-28drm/i915: Unify intel_ring_begin()Chris Wilson
2016-04-12drm/i915: Only grab correct forcewake for the engine with execlistsTvrtko Ursulin
2016-04-09drm/i915: Replace manual barrier() with READ_ONCE() in HWS accessorChris Wilson
2016-04-09drm/i915: Use simplest form for flushing the single cacheline in the HWSChris Wilson
2016-04-09drm/i915: Harden detection of missed interruptsChris Wilson
2016-04-09drm/i915: Separate out the seqno-barrier from engine->get_seqnoChris Wilson
2016-04-08drm/i915: Refactor gen8 semaphore offset calculationChris Wilson
2016-04-04drm/i915: Move execlists irq handler to a bottom halfTvrtko Ursulin
2016-03-21drm/i915: Use an array of register tables in command parserJordan Justen
2016-03-16drm/i915: More renaming of rings to enginesTvrtko Ursulin
2016-03-16drm/i915: More intel_engine_cs renamingTvrtko Ursulin
2016-03-16drm/i915: Rename intel_engine_cs struct membersTvrtko Ursulin
2016-03-16drm/i915: Rename intel_engine_cs function parametersTvrtko Ursulin
2016-03-16drm/i915: Rename local struct intel_engine_cs variablesTvrtko Ursulin
2016-03-04drm/i915/hangcheck: Prevent long walks across full-ppgttMika Kuoppala
2016-03-01drm/i915: Execlists small cleanups and micro-optimisationsTvrtko Ursulin
2016-01-25drm/i915/guc: Decouple GuC engine id from ring idAlex Dai
2016-01-21drm/i915: Seal busy-ioctl uABI and prevent leaking of internal idsChris Wilson
2016-01-21drm/i915: Decouple execbuf uAPI from internal implementationTvrtko Ursulin
2016-01-21drm/i915: Use ordered seqno write interrupt generation on gen8+ execlistsChris Wilson
2016-01-21drm/i915: abolish separate per-ring default_context pointersDave Gordon
2016-01-20drm/i915: turn some bogus kernel-doc comments to normal commentsJani Nikula
2016-01-18drm/i915: Cache ringbuffer GTT VMATvrtko Ursulin
2016-01-18drm/i915: Do not call API requiring struct_mutex where it is not availableTvrtko Ursulin
2016-01-08drm/i915: Inspect subunit states on hangcheckMika Kuoppala
2015-12-10drm/i915: intel_ring_initialized() must be simple and inlineDave Gordon
2015-11-18drm/i915: Type safe register read/writeVille Syrjälä
2015-11-18drm/i915: Add functions to emit register offsets to the ringVille Syrjälä
2015-10-28drm/i915: Recover all available ringbuffer space following resetChris Wilson
2015-09-04drm/i915: Refactor common ringbuffer allocation codeChris Wilson