summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_ringbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Keep rings pinned while the context is activeChris Wilson2019-07-291-11/+20
* drm/i915: Stop passing I915_WAIT_LOCKED to i915_request_wait()Chris Wilson2019-06-191-1/+1
* drm/i915/gtt: Use a common type for page directoriesMika Kuoppala2019-06-171-1/+1
* drm/i915: Replace engine->timeline with a plain listChris Wilson2019-06-141-9/+6Star
* drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson2019-06-141-40/+4Star
* drm/i915: Remove I915_READ16 and I915_WRITE16Tvrtko Ursulin2019-06-121-3/+3
* drm/i915: Remove POSTING_READ16Tvrtko Ursulin2019-06-121-4/+4
* drm/i915: Rename i915_hw_ppgtt to i915_ppgttChris Wilson2019-06-111-3/+2Star
* drm/i915: Pull kref into i915_address_spaceChris Wilson2019-06-111-12/+14
* drm/i915: Drop the deferred active referenceChris Wilson2019-05-281-2/+1Star
* drm/i915: Move more GEM objects under gem/Chris Wilson2019-05-281-0/+3
* drm/i915: Move shmem object setup to its own fileChris Wilson2019-05-281-1/+1
* drm/i915/hangcheck: Replace hangcheck.seqno with RING_HEADChris Wilson2019-05-081-30/+2Star
* drm/i915: Move the engine->destroy() vfunc onto the engineChris Wilson2019-05-011-19/+16Star
* drm/i915: Split engine setup/init into two phasesChris Wilson2019-04-261-116/+116
* drm/i915: Enable render context support for gen4 (Broadwater to Cantiga)Chris Wilson2019-04-261-0/+14
* drm/i915: Enable render context support for Ironlake (gen5)Chris Wilson2019-04-261-0/+13
* drm/i915/ringbuffer: EMIT_INVALIDATE *before* switch contextChris Wilson2019-04-261-3/+3
* drm/i915: Invert the GEM wakeref hierarchyChris Wilson2019-04-241-5/+8
* drm/i915: Pass intel_context to i915_request_create()Chris Wilson2019-04-241-3/+0Star
* drm/i915: Introduce context->enter() and context->exit()Chris Wilson2019-04-241-0/+3
* drm/i915: Move GraphicsTechnology files under gt/Chris Wilson2019-04-241-0/+2338