summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Allow normal clients to always preempt idle priority clientsChris Wilson2019-02-041-1/+14
* drm/i915: Drop fake breadcrumb irqChris Wilson2019-01-291-5/+0Star
* drm/i915: Replace global breadcrumbs with per-context interrupt trackingChris Wilson2019-01-291-75/+19Star
* drm/i915/execlists: Suppress preempting selfChris Wilson2019-01-291-0/+1
* drm/i915: Rename execlists->queue_priority to queue_priority_hintChris Wilson2019-01-291-2/+6
* drm/i915: Identify active requestsChris Wilson2019-01-291-2/+4
* drm/i915: Allocate a status page for each timelineChris Wilson2019-01-281-2/+4
* drm/i915: Always allocate an object/vma for the HWSPChris Wilson2019-01-281-17/+6Star
* drm/i915: Remove GPU reset dependence on struct_mutexChris Wilson2019-01-251-8/+9
* drm/i915: Compute the HWS offsets explicitlyChris Wilson2019-01-251-5/+5
* drm/i915: Remove manual breadcumb countingChris Wilson2019-01-251-1/+1
* drm/i915: Measure the required reserved size for request emissionChris Wilson2019-01-251-1/+1
* drm/i915: Use b->irq_enable() as predicate for mock engineChris Wilson2019-01-181-1/+0Star
* drm/i915: small isolated c99 types to kernel types switchJani Nikula2019-01-171-1/+1
* drm/i915: Always try to reset the GPU on takeoverChris Wilson2019-01-031-1/+1
* drm/i915: start moving runtime device info to a separate structJani Nikula2019-01-021-2/+2
* drm/i915: Drop unused engine->irq_seqno_barrier w/aChris Wilson2018-12-311-10/+0Star
* drm/i915: Remove redundant trailing request flushChris Wilson2018-12-311-10/+0Star
* drm/i915/execlists: Pull the render flush into breadcrumb emissionChris Wilson2018-12-281-3/+2Star
* drm/i915: Remove HW semaphores for gen7 inter-engine synchronisationChris Wilson2018-12-281-55/+1Star
* drm/i915: Apply missed interrupt after reset w/a to all ringbuffer genChris Wilson2018-12-181-0/+2
* drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi2018-12-131-2/+2
* drm/i915: Allocate a common scratch pageChris Wilson2018-12-041-5/+0Star
* drm/i915: Fuse per-context workaround handling with the common frameworkTvrtko Ursulin2018-12-041-0/+1
* drm/i915: Move register white-listing to the common workaround frameworkTvrtko Ursulin2018-12-041-0/+1
* drm/i915: Introduce per-engine workaroundsTvrtko Ursulin2018-12-041-0/+2
* drm/i915/vgpu: Disallow loading on old vGPU hostsChris Wilson2018-12-031-16/+0Star
* drm/i915/ringbuffer: change header SPDX identifier to MITJonathan Gray2018-10-311-1/+1
* drm/i915: Prefer IS_GEN<n> check with bitmask.Rodrigo Vivi2018-10-291-2/+2
* drm/i915: Pull scheduling under standalone lockChris Wilson2018-10-011-3/+2Star
* drm/i915: Combine multiple internal plists into the same i915_priolist bucketChris Wilson2018-10-011-1/+12
* Merge tag 'drm-misc-next-2018-09-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-09-141-0/+2
|\
| * drm: Add drm/drm_util.h header fileDaniel Vetter2018-09-091-0/+2
* | drm/i915: Clear stop-engine for a pardoned resetChris Wilson2018-08-151-0/+1
* | drm/i915: Pull seqno started checks togetherChris Wilson2018-08-071-6/+27
* | drm/i915: kill resource streamer supportLucas De Marchi2018-08-061-1/+0Star
* | drm/i915: Drop unneed i915 parameter from intel_ring_pin()Chris Wilson2018-07-271-1/+1
* | drm/i915: Remove unnecessary ggtt_offset_bias from i915_gem_contextJakub BartmiĊ„ski2018-07-271-3/+1Star
|/
* drm/i915/selftests: Force a preemption hangChris Wilson2018-07-161-0/+27
* drm/i915/execlists: Always clear preempt status on cancelling allChris Wilson2018-07-161-0/+6
* drm/i915/execlists: Switch to rb_root_cachedChris Wilson2018-07-111-6/+1Star
* drm/i915/execlists: Trust the CSBChris Wilson2018-06-281-1/+0Star
* drm/i915/execlists: Reset CSB write pointer after resetChris Wilson2018-06-281-0/+9
* drm/i915/execlists: Unify CSB access pointersChris Wilson2018-06-281-6/+17
* drm/i915: Only signal from interrupt when requestedChris Wilson2018-06-281-3/+2Star
* drm/i915: Move the irq_counter inside the spinlockChris Wilson2018-06-281-1/+1
* drm/i915: Fix fallout of fake reset along resumeChris Wilson2018-06-181-0/+2
* drm/i915: Declare the driver wedged if hangcheck makes no progressChris Wilson2018-06-141-1/+2
* drm/i915/ringbuffer: Serialize load of PD_DIRChris Wilson2018-06-121-1/+4
* drm/i915: Wrap around the tail offset before setting ring->tailChris Wilson2018-06-111-6/+14