aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-09drm/i915: drop all drmP.h includesJani Nikula1-1/+0
2019-01-07drm/i915/hsw: Flush RING_IMR changes before changing the global GT IMR (vecs)Chris Wilson1-0/+4
2019-01-03drm/i915/gen6: Flush RING_IMR changes before changing the global GT IMRChris Wilson1-0/+4
2019-01-02drm/i915: start moving runtime device info to a separate structJani Nikula1-1/+1
2018-12-31drm/i915: Drop unused engine->irq_seqno_barrier w/aChris Wilson1-4/+0
2018-12-31drm/i915/ringbuffer: Move irq seqno barrier to the GPU for gen5Chris Wilson1-17/+23
2018-12-31drm/i915/ringbuffer: Move irq seqno barrier to the GPU for gen7Chris Wilson1-36/+44
2018-12-31drm/i915/ringbuffer: Remove irq-seqno w/a for gen6 xcsChris Wilson1-2/+4
2018-12-31drm/i915/ringbuffer: Remove irq-seqno w/a for gen6/7 rcsChris Wilson1-2/+0
2018-12-31drm/i915: Remove redundant trailing request flushChris Wilson1-16/+0
2018-12-28drm/i915/ringbuffer: Pull the render flush into breadcrumb emissionChris Wilson1-8/+98
2018-12-28drm/i915: Remove HW semaphores for gen7 inter-engine synchronisationChris Wilson1-138/+0
2018-12-28drm/i915: Restrict PSMI context load w/a to Haswell GT1Chris Wilson1-4/+1
2018-12-18drm/i915: Apply missed interrupt after reset w/a to all ringbuffer genChris Wilson1-39/+62
2018-12-12drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi1-14/+14
2018-12-12drm/i915: Rename IS_GEN to IS_GEN_RANGELucas De Marchi1-4/+4
2018-12-07drm/i915: Flush GPU relocs harder for gen3Chris Wilson1-3/+12
2018-12-07drm/i915/ringbuffer: EMIT_INVALIDATE after switch contextChris Wilson1-3/+3
2018-12-07drm/i915: Push EMIT_INVALIDATE at request start to backendsChris Wilson1-2/+4
2018-12-04drm/i915: Allocate a common scratch pageChris Wilson1-25/+12
2018-12-04drm/i915: Fuse per-context workaround handling with the common frameworkTvrtko Ursulin1-1/+1
2018-12-04drm/i915: Complete the fences as they are cancelled due to wedgingChris Wilson1-2/+11
2018-12-03drm/i915/ringbuffer: Clear semaphore sync registers on ring initChris Wilson1-0/+7
2018-11-30drm/i915: Remove whitelist application from ringbuffer backendTvrtko Ursulin1-2/+0
2018-11-26drm/i915/ringbuffer: 2-step restartChris Wilson1-2/+9
2018-11-07drm/i915/ringbuffer: Delay after EMIT_INVALIDATE for gen4/gen5Chris Wilson1-2/+36
2018-10-02drm/i915: Replace some open-coded i915_coherent_map_type()Chris Wilson1-2/+1
2018-09-27drm/i915: Log HWS seqno consistentlyTvrtko Ursulin1-1/+3
2018-09-12drm/i915/ringbuffer: Reload PDs harder on byt/bcsChris Wilson1-3/+20
2018-09-04drm/i915/ringbuffer: Move double invalidate to after pd flushChris Wilson1-18/+22
2018-09-03drm/i915: Use a cached mapping for the physical HWSChris Wilson1-2/+5
2018-08-30drm/i915/ringbuffer: Delay after invalidating gen6+ xcsChris Wilson1-35/+34
2018-08-14drm/i915: Kick waiters on resetting legacy ringsChris Wilson1-0/+2
2018-08-08drm/i915: Remove extra waiter kick on legacy resetsChris Wilson1-2/+0
2018-08-08drm/i915: Unmask user interrupts writes into HWSP on snb/ivb/vlv/hswChris Wilson1-2/+12
2018-08-06drm/i915: kill resource streamer supportLucas De Marchi1-3/+1
2018-07-30drm/i915: Kick waiters on resetting legacy ringsChris Wilson1-0/+2
2018-07-27drm/i915: Drop unneed i915 parameter from intel_ring_pin()Chris Wilson1-3/+4
2018-07-27drm/i915: Remove unnecessary ggtt_offset_bias from i915_gem_contextJakub BartmiĊ„ski1-10/+6
2018-07-27drm/i915: Eliminate use of PAGE_SIZE as a virtual alignmentChris Wilson1-3/+2
2018-07-20Merge tag 'drm-intel-next-2018-07-19' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-5/+8
2018-07-19Merge tag 'drm-intel-next-2018-07-09' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-2/+5
2018-07-13drm/i915: Prevent writing into a read-only object via a GGTT mmapChris Wilson1-1/+1
2018-07-13drm/i915/gtt: Read-only pages for insert_entries on bdw+Jon Bloomfield1-3/+8
2018-07-10drm/i915: Only reset hangcheck at the start of an activity cycleChris Wilson1-2/+0
2018-06-28Merge tag 'drm-intel-next-2018-06-20' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-82/+157
2018-06-25drm/i915: Context objects can never be active when freedChris Wilson1-2/+5
2018-06-22Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-0/+2
2018-06-20Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan1-24/+38
2018-06-18drm/i915: Fix fallout of fake reset along resumeChris Wilson1-8/+0