summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-13drm/i915: change i915_add_request to macroMika Kuoppala1-1/+1
2013-06-11drm/i915: Initialize ring->hangcheck upon ring initChris Wilson1-0/+2
2013-06-07drm/i915: WA: FBC Render Nuke.Rodrigo Vivi1-0/+29
2013-05-31drm/i915: Enable vebox interruptsBen Widawsky1-1/+2
2013-05-31drm/i915: vebox interrupt get/putBen Widawsky1-2/+44
2013-05-31drm/i915: consolidate interrupt naming schemeBen Widawsky1-9/+12
2013-05-31drm/i915: Convert irq_refounct to structBen Widawsky1-8/+8
2013-05-31drm/i915: Vebox ringbuffer initBen Widawsky1-1/+34
2013-05-31drm/i915: Rename ring flush functionsBen Widawsky1-6/+6
2013-05-31drm/i915: Add VECS semaphore bitsBen Widawsky1-0/+6
2013-05-31drm/i915: Introduce VECS: the 4th ringBen Widawsky1-0/+2
2013-05-31drm/i915: Semaphore MBOX update generalizationBen Widawsky1-14/+29
2013-05-31drm/i915: Comments for semaphore clarificationBen Widawsky1-9/+9
2013-05-31drm/i915: fix error return code in init_pipe_control()Wei Yongjun1-2/+4
2013-05-31drm/i915: track ring progression using seqnosMika Kuoppala1-0/+1
2013-05-10drm/i915: Add references to some workaround we implementDamien Lespiau1-0/+2
2013-02-20drm/i915: Fix PIPE_CONTROL DW/QW write through global GTT on IVB+Ville Syrjälä1-1/+2
2013-02-20drm/i915: Print the pipe control page GTT addressVille Syrjälä1-0/+3
2013-02-08Merge branch 'fbcon-locking-fixes' of ssh://people.freedesktop.org/~airlied/l...Dave Airlie1-6/+18
2013-01-23drm/i915: GFX_MODE Flush TLB Invalidate Mode must be '1' for scanline waitsChris Wilson1-0/+5
2013-01-23drm/i915: Disable AsyncFlip performance optimisationsChris Wilson1-6/+13
2013-01-22drm/i915: use gem_set_seqno() on hardware initMika Kuoppala1-2/+0
2013-01-20drm/i915: move wedged to the other gpu error handling stuffDaniel Vetter1-2/+4
2013-01-20drm/i915: extract hangcheck/reset/error_state state into substructDaniel Vetter1-1/+1
2013-01-18drm/i915: Remove use on gma_bus_addr on gen6+Ben Widawsky1-1/+1
2013-01-17Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet...Dave Airlie1-18/+81
2012-12-19drm/i915: Initialize hardware semaphore state on ring initMika Kuoppala1-15/+9
2012-12-19drm/i915: Introduce ring set_seqnoMika Kuoppala1-0/+20
2012-12-17drm/i915: Implement workaround for broken CS tlb on i830/845Daniel Vetter1-8/+68
2012-12-11drm/i915: Don't emit semaphore wait if wrap happenedMika Kuoppala1-5/+21
2012-12-06drm/i915: Add intel_ring_handle_seqno wrapMika Kuoppala1-0/+22
2012-12-06drm/i915: Split intel_ring_beginMika Kuoppala1-15/+22
2012-12-03drm/i915: Don't allow ring tail to reach the same cacheline as headVille Syrjälä1-2/+2
2012-12-01drm/i915: Allocate ringbuffers from stolen memoryChris Wilson1-1/+5
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