summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Fix PIPE_CONTROL DW/QW write through global GTT on IVB+Ville Syrjälä2013-02-201-1/+2
* drm/i915: Print the pipe control page GTT addressVille Syrjälä2013-02-201-0/+3
* Merge branch 'fbcon-locking-fixes' of ssh://people.freedesktop.org/~airlied/l...Dave Airlie2013-02-081-6/+18
|\
| * drm/i915: GFX_MODE Flush TLB Invalidate Mode must be '1' for scanline waitsChris Wilson2013-01-231-0/+5
| * drm/i915: Disable AsyncFlip performance optimisationsChris Wilson2013-01-231-6/+13
* | drm/i915: use gem_set_seqno() on hardware initMika Kuoppala2013-01-221-2/+0Star
* | drm/i915: move wedged to the other gpu error handling stuffDaniel Vetter2013-01-201-2/+4
* | drm/i915: extract hangcheck/reset/error_state state into substructDaniel Vetter2013-01-201-1/+1
* | drm/i915: Remove use on gma_bus_addr on gen6+Ben Widawsky2013-01-171-1/+1
* | Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet...Dave Airlie2013-01-171-18/+81
|\ \ | |/ |/|
| * drm/i915: Initialize hardware semaphore state on ring initMika Kuoppala2012-12-191-15/+9Star
| * drm/i915: Introduce ring set_seqnoMika Kuoppala2012-12-191-0/+20
| * drm/i915: Don't emit semaphore wait if wrap happenedMika Kuoppala2012-12-111-5/+21
| * drm/i915: Add intel_ring_handle_seqno wrapMika Kuoppala2012-12-061-0/+22
| * drm/i915: Split intel_ring_beginMika Kuoppala2012-12-061-15/+22
| * drm/i915: Allocate ringbuffers from stolen memoryChris Wilson2012-11-301-1/+5
* | drm/i915: Implement workaround for broken CS tlb on i830/845Daniel Vetter2012-12-171-8/+68
* | drm/i915: Don't allow ring tail to reach the same cacheline as headVille Syrjälä2012-12-031-2/+2
|/
* drm/i915: Rearrange code to only have a single method for waiting upon the ringChris Wilson2012-11-291-25/+48
* drm/i915: Preallocate next seqno before touching the ringChris Wilson2012-11-291-23/+26
* drm/i915: Use LRI to update the semaphore registersChris Wilson2012-11-211-5/+2Star
* drm/i915: Restore physical HWS_PGA after resumeChris Wilson2012-11-161-10/+35
* drm/i915: drop the double-OP_STOREDW usage in blt_ring_flushDaniel Vetter2012-11-111-1/+1
* drm/i915: PIPE_CONTROL TLB invalidate requires CS stallJesse Barnes2012-11-111-1/+1
* drm/i915: TLB invalidation with MI_FLUSH_DW requires a post-sync op v3Jesse Barnes2012-11-111-4/+18
* drm/i915/ringbuffer: exclude last 2 cachelines on 845g on all callpathsMika Kuoppala2012-11-111-1/+1
* Merge tag 'v3.7-rc2' into drm-intel-next-queuedDaniel Vetter2012-10-221-3/+2Star
|\
| * Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-041-19/+133
| |\
| * | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-2/+2
| * | UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells2012-10-021-1/+0Star
* | | drm/i915: Allow DRM_ROOT_ONLY|DRM_MASTER to submit privileged batchbuffersChris Wilson2012-10-171-9/+39
| |/ |/|
* | drm/i915: Replace the array of pages with a scatterlistChris Wilson2012-09-201-4/+5
* | drm/i915: add workarounds to gen7_render_ring_flushPaulo Zanoni2012-09-031-5/+34
* | drm/i915: add workarounds directly to gen6_render_ring_flushPaulo Zanoni2012-09-031-15/+6Star
* | drm/i915: add gen7_render_ring_flushPaulo Zanoni2012-09-031-1/+49
* | drm/i915: Only pwrite through the GTT if there is space in the apertureChris Wilson2012-08-241-3/+3
* | Merge tag 'v3.6-rc2' into drm-intel-nextDaniel Vetter2012-08-171-16/+28
|\|
| * drm/i915: Apply post-sync write for pipe control invalidatesChris Wilson2012-08-141-18/+23
| * drm/i915: correctly order the ring init sequenceDaniel Vetter2012-08-081-2/+5
* | drm/i915: Lazily apply the SNB+ seqno w/aChris Wilson2012-08-101-6/+4Star
* | drm/i915: Only apply the SNB pipe control w/a to gen6Chris Wilson2012-08-081-13/+20
* | drm/i915: Macro to determine DPF supportBen Widawsky2012-07-251-3/+3
* | drm/i915: Split i915_gem_flush_ring() into seperate invalidate/flush funcsChris Wilson2012-07-251-0/+38
* | drm/i915: Remove the per-ring write listChris Wilson2012-07-251-2/+0Star
|/
* drm/i915: missing error case in init status pageBen Widawsky2012-07-201-0/+1
* drm/i915: Add comments to explain the BSD tail write workaroundChris Wilson2012-07-201-8/+19
* drm/i915: don't return a spurious -EIO from intel_ring_beginDaniel Vetter2012-07-051-14/+4Star
* drm/i915: non-interruptible sleeps can't handle -EAGAINDaniel Vetter2012-07-051-2/+4
* drm/i915: "Flush Me Harder" required on gen6+Daniel Vetter2012-06-281-1/+9
* Merge tag 'v3.5-rc4' into drm-intel-next-queuedDaniel Vetter2012-06-251-3/+18
|\