summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-17drm/i915: Implement workaround for broken CS tlb on i830/845Daniel Vetter1-8/+68
2012-12-03drm/i915: Don't allow ring tail to reach the same cacheline as headVille Syrjälä1-2/+2
2012-11-29drm/i915: Rearrange code to only have a single method for waiting upon the ringChris Wilson1-25/+48
2012-11-29drm/i915: Preallocate next seqno before touching the ringChris Wilson1-23/+26
2012-11-21drm/i915: Use LRI to update the semaphore registersChris Wilson1-5/+2
2012-11-16drm/i915: Restore physical HWS_PGA after resumeChris Wilson1-10/+35
2012-11-12drm/i915: drop the double-OP_STOREDW usage in blt_ring_flushDaniel Vetter1-1/+1
2012-11-12drm/i915: PIPE_CONTROL TLB invalidate requires CS stallJesse Barnes1-1/+1
2012-11-12drm/i915: TLB invalidation with MI_FLUSH_DW requires a post-sync op v3Jesse Barnes1-4/+18
2012-11-12drm/i915/ringbuffer: exclude last 2 cachelines on 845g on all callpathsMika Kuoppala1-1/+1
2012-10-22Merge tag 'v3.7-rc2' into drm-intel-next-queuedDaniel Vetter1-3/+2
2012-10-17drm/i915: Allow DRM_ROOT_ONLY|DRM_MASTER to submit privileged batchbuffersChris Wilson1-9/+39
2012-10-04Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-19/+133
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells1-1/+0
2012-09-20drm/i915: Replace the array of pages with a scatterlistChris Wilson1-4/+5
2012-09-03drm/i915: add workarounds to gen7_render_ring_flushPaulo Zanoni1-5/+34
2012-09-03drm/i915: add workarounds directly to gen6_render_ring_flushPaulo Zanoni1-15/+6
2012-09-03drm/i915: add gen7_render_ring_flushPaulo Zanoni1-1/+49
2012-08-24drm/i915: Only pwrite through the GTT if there is space in the apertureChris Wilson1-3/+3
2012-08-17Merge tag 'v3.6-rc2' into drm-intel-nextDaniel Vetter1-16/+28
2012-08-14drm/i915: Apply post-sync write for pipe control invalidatesChris Wilson1-18/+23
2012-08-10drm/i915: Lazily apply the SNB+ seqno w/aChris Wilson1-6/+4
2012-08-08drm/i915: correctly order the ring init sequenceDaniel Vetter1-2/+5
2012-08-08drm/i915: Only apply the SNB pipe control w/a to gen6Chris Wilson1-13/+20
2012-07-25drm/i915: Macro to determine DPF supportBen Widawsky1-3/+3
2012-07-25drm/i915: Split i915_gem_flush_ring() into seperate invalidate/flush funcsChris Wilson1-0/+38
2012-07-25drm/i915: Remove the per-ring write listChris Wilson1-2/+0
2012-07-20drm/i915: missing error case in init status pageBen Widawsky1-0/+1
2012-07-20drm/i915: Add comments to explain the BSD tail write workaroundChris Wilson1-8/+19
2012-07-05drm/i915: don't return a spurious -EIO from intel_ring_beginDaniel Vetter1-14/+4
2012-07-05drm/i915: non-interruptible sleeps can't handle -EAGAINDaniel Vetter1-2/+4
2012-06-28drm/i915: "Flush Me Harder" required on gen6+Daniel Vetter1-1/+9
2012-06-25Merge tag 'v3.5-rc4' into drm-intel-next-queuedDaniel Vetter1-3/+18
2012-06-14drm/i915: possibly invalidate TLB before context switchBen Widawsky1-0/+7
2012-06-14drm/i915: PIPE_CONTROL_TLB_INVALIDATEBen Widawsky1-0/+1
2012-06-13drm/i915: stop using dev->agp->baseDaniel Vetter1-2/+4
2012-06-04drm/i915: hold forcewake around ring hw initDaniel Vetter1-3/+13
2012-06-04drm/i915: Mark the ringbuffers as being in the GTT domainChris Wilson1-0/+4
2012-05-31drm/i915: enable parity error interruptsBen Widawsky1-2/+12
2012-05-29drm/i915: Reset last_retired_head when resetting ringChris Wilson1-0/+1
2012-05-25drm/i915: s/i915_wait_request/i915_wait_seqno/gBen Widawsky1-1/+1
2012-05-08Merge remote-tracking branch 'airlied/drm-core-next' into drm-intel-next-queuedDaniel Vetter1-0/+10
2012-05-07Merge tag 'v3.4-rc6' into drm-intel-nextDaniel Vetter1-0/+8
2012-05-05drm/i915: add interface to simulate gpu hangsDaniel Vetter1-0/+4
2012-05-03drm/i915: fixup __iomem mixups in ringbuffer.cDaniel Vetter1-27/+12
2012-05-03drm/i915: kill pointless clearing of dev_priv->hws_mapDaniel Vetter1-5/+0
2012-05-03drm/i915: remove do_retire from i915_wait_requestBen Widawsky1-1/+3
2012-05-03drm/i915: rip out GEM drm feature checksDaniel Vetter1-9/+6
2012-05-03drm/i915: Use a global lock for modifying global irq flagsChris Wilson1-17/+24