summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
AgeCommit message (Expand)Author
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-12drm/i915: Rename IS_GEN to IS_GEN_RANGELucas De Marchi
2018-12-07drm/i915: Flush GPU relocs harder for gen3Chris Wilson
2018-12-07drm/i915/ringbuffer: EMIT_INVALIDATE after switch contextChris Wilson
2018-12-07drm/i915: Push EMIT_INVALIDATE at request start to backendsChris Wilson
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: Complete the fences as they are cancelled due to wedgingChris Wilson
2018-12-03drm/i915/ringbuffer: Clear semaphore sync registers on ring initChris Wilson
2018-11-30drm/i915: Remove whitelist application from ringbuffer backendTvrtko Ursulin
2018-11-26drm/i915/ringbuffer: 2-step restartChris Wilson
2018-11-07drm/i915/ringbuffer: Delay after EMIT_INVALIDATE for gen4/gen5Chris Wilson
2018-10-02drm/i915: Replace some open-coded i915_coherent_map_type()Chris Wilson
2018-09-27drm/i915: Log HWS seqno consistentlyTvrtko Ursulin
2018-09-12drm/i915/ringbuffer: Reload PDs harder on byt/bcsChris Wilson
2018-09-04drm/i915/ringbuffer: Move double invalidate to after pd flushChris Wilson
2018-09-03drm/i915: Use a cached mapping for the physical HWSChris Wilson
2018-08-30drm/i915/ringbuffer: Delay after invalidating gen6+ xcsChris Wilson
2018-08-14drm/i915: Kick waiters on resetting legacy ringsChris Wilson
2018-08-08drm/i915: Remove extra waiter kick on legacy resetsChris Wilson
2018-08-08drm/i915: Unmask user interrupts writes into HWSP on snb/ivb/vlv/hswChris Wilson
2018-08-06drm/i915: kill resource streamer supportLucas De Marchi
2018-07-30drm/i915: Kick waiters on resetting legacy ringsChris Wilson
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-27drm/i915: Eliminate use of PAGE_SIZE as a virtual alignmentChris Wilson
2018-07-20Merge tag 'drm-intel-next-2018-07-19' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2018-07-19Merge tag 'drm-intel-next-2018-07-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2018-07-13drm/i915: Prevent writing into a read-only object via a GGTT mmapChris Wilson
2018-07-13drm/i915/gtt: Read-only pages for insert_entries on bdw+Jon Bloomfield
2018-07-10drm/i915: Only reset hangcheck at the start of an activity cycleChris Wilson
2018-06-28Merge tag 'drm-intel-next-2018-06-20' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2018-06-25drm/i915: Context objects can never be active when freedChris Wilson
2018-06-22Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2018-06-20Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan
2018-06-18drm/i915: Fix fallout of fake reset along resumeChris Wilson
2018-06-14drm/i915/gtt: Only keep gen6 page directories pinned while activeChris Wilson
2018-06-12drm/i915/ringbuffer: Serialize load of PD_DIRChris Wilson
2018-06-11drm/i915: Wrap around the tail offset before setting ring->tailChris Wilson
2018-06-11drm/i915/ringbuffer: Fix context restore upon resetChris Wilson
2018-06-11drm/i915/ringbuffer: Brute force context restoreChris Wilson
2018-06-05drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson
2018-06-05drm/i915/ringbuffer: Make context pin/unpin symmetricChris Wilson
2018-05-24drm/i915: Pin the ring highChris Wilson
2018-05-18drm/i915: Pull the context->pin_count dec into the common intel_context_unpinChris Wilson
2018-05-18drm/i915: Store a pointer to intel_context in i915_requestChris Wilson
2018-05-18drm/i915: Move request->ctx asideChris Wilson
2018-05-16drm/i915: Stop parking the signaler around resetChris Wilson
2018-05-16drm/i915: Move engine reset prepare/finish to backendsChris Wilson