summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_ringbuffer.h
AgeCommit message (Expand)Author
2019-02-07drm/i915: Hack and slash, throttle execbuffer hogsChris Wilson
2019-02-06drm/i915/pmu: Fix enable count array size and bounds checkingTvrtko Ursulin
2019-02-04drm/i915: Allow normal clients to always preempt idle priority clientsChris Wilson
2019-01-29drm/i915: Drop fake breadcrumb irqChris Wilson
2019-01-29drm/i915: Replace global breadcrumbs with per-context interrupt trackingChris Wilson
2019-01-29drm/i915/execlists: Suppress preempting selfChris Wilson
2019-01-29drm/i915: Rename execlists->queue_priority to queue_priority_hintChris Wilson
2019-01-29drm/i915: Identify active requestsChris Wilson
2019-01-28drm/i915: Allocate a status page for each timelineChris Wilson
2019-01-28drm/i915: Always allocate an object/vma for the HWSPChris Wilson
2019-01-25drm/i915: Remove GPU reset dependence on struct_mutexChris Wilson
2019-01-25drm/i915: Compute the HWS offsets explicitlyChris Wilson
2019-01-25drm/i915: Remove manual breadcumb countingChris Wilson
2019-01-25drm/i915: Measure the required reserved size for request emissionChris Wilson
2019-01-18drm/i915: Use b->irq_enable() as predicate for mock engineChris Wilson
2019-01-17drm/i915: small isolated c99 types to kernel types switchJani Nikula
2019-01-03drm/i915: Always try to reset the GPU on takeoverChris Wilson
2019-01-02drm/i915: start moving runtime device info to a separate structJani Nikula
2018-12-31drm/i915: Drop unused engine->irq_seqno_barrier w/aChris Wilson
2018-12-31drm/i915: Remove redundant trailing request flushChris Wilson
2018-12-28drm/i915/execlists: Pull the render flush into breadcrumb emissionChris Wilson
2018-12-28drm/i915: Remove HW semaphores for gen7 inter-engine synchronisationChris Wilson
2018-12-18drm/i915: Apply missed interrupt after reset w/a to all ringbuffer genChris Wilson
2018-12-12drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi
2018-12-04drm/i915: Allocate a common scratch pageChris Wilson
2018-12-04drm/i915: Fuse per-context workaround handling with the common frameworkTvrtko Ursulin
2018-12-04drm/i915: Move register white-listing to the common workaround frameworkTvrtko Ursulin
2018-12-04drm/i915: Introduce per-engine workaroundsTvrtko Ursulin
2018-12-03drm/i915/vgpu: Disallow loading on old vGPU hostsChris Wilson
2018-10-31drm/i915/ringbuffer: change header SPDX identifier to MITJonathan Gray
2018-10-29drm/i915: Prefer IS_GEN<n> check with bitmask.Rodrigo Vivi
2018-10-01drm/i915: Pull scheduling under standalone lockChris Wilson
2018-10-01drm/i915: Combine multiple internal plists into the same i915_priolist bucketChris Wilson
2018-09-14Merge tag 'drm-misc-next-2018-09-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2018-09-09drm: Add drm/drm_util.h header fileDaniel Vetter
2018-08-15drm/i915: Clear stop-engine for a pardoned resetChris Wilson
2018-08-07drm/i915: Pull seqno started checks togetherChris Wilson
2018-08-06drm/i915: kill resource streamer supportLucas De Marchi
2018-07-27drm/i915: Drop unneed i915 parameter from intel_ring_pin()Chris Wilson
2018-07-27drm/i915: Remove unnecessary ggtt_offset_bias from i915_gem_contextJakub BartmiĊ„ski
2018-07-16drm/i915/selftests: Force a preemption hangChris Wilson
2018-07-16drm/i915/execlists: Always clear preempt status on cancelling allChris Wilson
2018-07-11drm/i915/execlists: Switch to rb_root_cachedChris Wilson
2018-06-28drm/i915/execlists: Trust the CSBChris Wilson
2018-06-28drm/i915/execlists: Reset CSB write pointer after resetChris Wilson
2018-06-28drm/i915/execlists: Unify CSB access pointersChris Wilson
2018-06-28drm/i915: Only signal from interrupt when requestedChris Wilson
2018-06-28drm/i915: Move the irq_counter inside the spinlockChris Wilson
2018-06-18drm/i915: Fix fallout of fake reset along resumeChris Wilson
2018-06-14drm/i915: Declare the driver wedged if hangcheck makes no progressChris Wilson