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