summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.h
Commit message (Expand)AuthorAgeFilesLines
...
* drm/i915: Remove obsolete engine->gpu_caches_dirtyChris Wilson2016-08-021-7/+0
* drm/i915: Rename intel_pin_and_map_ring()Chris Wilson2016-08-021-3/+2
* drm/i915: Rename residual ringbuf parametersChris Wilson2016-08-021-3/+3
* drm/i915: Rename struct intel_ringbuffer to struct intel_ringChris Wilson2016-08-021-26/+25
* drm/i915: Unify intel_logical_ring_emit and intel_ring_emitChris Wilson2016-08-021-18/+7
* drm/i915/cmdparser: Remove stray intel_engine_cs *ringChris Wilson2016-07-271-5/+5
* drm/i915: rename 'ring' where it refers to an engine or engine_idDave Gordon2016-07-211-6/+6
* drm/i915: rename macro parameter(ring) to (engine)Dave Gordon2016-07-211-12/+12
* drm/i915: Rename ring->virtual_start as ring->vaddrChris Wilson2016-07-201-2/+2
* drm/i915: Treat ringbuffer writes as write to normal memoryChris Wilson2016-07-201-8/+20
* drm/i915: Derive GEM requests from dma-fenceChris Wilson2016-07-201-0/+1
* drm/i915: Pull out some more common engine init codeTvrtko Ursulin2016-07-141-0/+3
* drm/i915: Move common engine setup into intel_engine_cs.cTvrtko Ursulin2016-07-141-4/+0
* drm/i915: Unify engine init loopTvrtko Ursulin2016-07-141-5/+5
* drm/i915: unify first-stage engine struct setupDave Gordon2016-07-141-0/+5
* 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/+0
* 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/+2
* 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/+0
* 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/+0
* 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/+0
* drm/i915: Remove the identical implementations of request space reservationChris Wilson2016-04-281-17/+0
* drm/i915: Unify intel_ring_begin()Chris Wilson2016-04-281-3/+0
* 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/+2
* 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/+5
* 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/+3
* 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/+0
OpenPOWER on IntegriCloud