summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Reset the breadcrumbs IRQ more carefullyChris Wilson2016-10-071-1/+1
* drm/i915: Show RING registers through debugfsChris Wilson2016-10-051-16/+0Star
* drm/i915: Share the computation of ring size for RING_CTL registerChris Wilson2016-10-051-3/+2Star
* drm/i915/skl: drop workarounds for F0 revisionJani Nikula2016-09-261-6/+0Star
* drm/i915/skl: drop workarounds for E0 revisionJani Nikula2016-09-261-14/+0Star
* drm/i915/skl: drop workarounds for D0 revisionJani Nikula2016-09-261-10/+2Star
* drm/i915/skl: drop workarounds for C0 revisionJani Nikula2016-09-261-3/+2Star
* drm/i915/skl: drop workarounds for A0 and B0 revisionsJani Nikula2016-09-261-15/+6Star
* drm/i915: Update reset path to fix incomplete requestsChris Wilson2016-09-091-14/+33
* drm/i915: Perform a direct reset of the GPU from the waiterChris Wilson2016-09-091-3/+0Star
* drm/i915: Mark up all locked waitersChris Wilson2016-09-091-1/+2
* drm/i915: Expand bool interruptible to pass flags to i915_wait_request()Chris Wilson2016-09-091-1/+2
* drm/i915: Make HWS_NEEDS_PHYSICAL the exceptionCarlos Santa2016-09-081-10/+10
* drm/i915: sseu: Use sseu_dev_info in device infoImre Deak2016-09-021-2/+2
* drm/i915: Allocate rings from stolenChris Wilson2016-08-181-4/+2Star
* drm/i915: Allow ringbuffers to be bound anywhereChris Wilson2016-08-181-7/+8
* drm/i915: Initialize legacy semaphores from engine hw id indexed arrayTvrtko Ursulin2016-08-171-26/+29
* drm/i915: Record the RING_MODE register for post-mortem debuggingChris Wilson2016-08-151-3/+4
* drm/i915: Introduce i915_ggtt_offset()Chris Wilson2016-08-151-14/+14
* drm/i915: Consolidate i915_vma_unpin_and_release()Chris Wilson2016-08-151-7/+1Star
* drm/i915: Use VMA as the primary tracker for semaphore pageChris Wilson2016-08-151-25/+35
* drm/i915: Move common seqno reset to intel_engine_cs.cChris Wilson2016-08-151-42/+0Star
* drm/i915: Move common scratch allocation/destroy to intel_engine_cs.cChris Wilson2016-08-151-50/+0Star
* drm/i915: Use VMA for scratch page trackingChris Wilson2016-08-151-24/+31
* drm/i915: Use VMA for ringbuffer trackingChris Wilson2016-08-151-129/+114Star
* drm/i915: Move assertion for iomap access to i915_vma_pin_iomapChris Wilson2016-08-151-3/+0Star
* drm/i915: Only change the context object's domain when bindingChris Wilson2016-08-151-0/+4
* drm/i915: Use VMA as the primary object for context stateChris Wilson2016-08-151-3/+3
* drm/i915: Support for creating write combined type vmapsChris Wilson2016-08-121-1/+1
* drm/i915: Store number of active engines in device infoTvrtko Ursulin2016-08-111-3/+3
* drm/i915: Mark unmappable GGTT entries as PIN_HIGHChris Wilson2016-08-101-2/+3
* drm/i915: Use RCU to annotate and enforce protection for breadcrumb's bhChris Wilson2016-08-101-2/+0Star
* drm/i915: fix WaInsertDummyPushConstPsMatthew Auld2016-08-051-4/+4
* drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutexChris Wilson2016-08-051-18/+0Star
* drm/i915: Remove forced stop ring on suspend/unloadChris Wilson2016-08-051-16/+0Star
* drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()Chris Wilson2016-08-041-7/+8
* drm/i915: s/__i915_wait_request/i915_wait_request/Chris Wilson2016-08-041-4/+4
* drm/i915: Disable waitboosting for a saturated engineChris Wilson2016-08-041-1/+1
* drm/i915: Move the special case wait-request handling to its one callerChris Wilson2016-08-041-5/+13
* drm/i915: Track requests inside each intel_ringChris Wilson2016-08-041-11/+4Star
* drm/i915: Rename request->list to link for consistencyChris Wilson2016-08-041-3/+3
* drm/i915: Move the common engine cleanup to intel_engine_cs.cChris Wilson2016-08-031-3/+1Star
* drm/i915: Rename engine->semaphore.sync_to, engine->sempahore.signal localsChris Wilson2016-08-021-67/+65Star
* drm/i915: Simplify calling engine->sync_toChris Wilson2016-08-021-41/+23Star
* drm/i915/ringbuffer: Specialise SNB+ request emission for semaphoresChris Wilson2016-08-021-13/+11Star
* drm/i915: Reuse legacy breadcrumbs + tail emissionChris Wilson2016-08-021-47/+31Star
* drm/i915: Stop passing caller's num_dwords to engine->semaphore.signal()Chris Wilson2016-08-021-29/+22Star
* drm/i915: Unify request submissionChris Wilson2016-08-021-14/+9Star
* drm/i915: Move the modulus for ring emission to the register writeChris Wilson2016-08-021-2/+6
* drm/i915: Convert engine->write_tail to operate on a requestChris Wilson2016-08-021-26/+25Star