aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-03drm/i915: Embed the ring->private within the struct intel_ring_bufferChris Wilson1-70/+29
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-0/+12
2013-08-23drm/i915: wrap GEN6_PMIMR changesPaulo Zanoni1-6/+2
2013-08-23drm/i915: wrap GTIMR changesPaulo Zanoni1-16/+6
2013-08-22drm/i915: Initialize seqno for VECS tooBen Widawsky1-0/+2
2013-08-18drm/i915: Invalidate TLBs for the rings after a resetChris Wilson1-0/+12
2013-08-05drm/i915: Add VM to pinBen Widawsky1-4/+4
2013-07-25Merge commit 'Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux'Daniel Vetter1-15/+23
2013-07-11drm/i915: don't enable PM_VEBOX_CS_ERROR_INTERRUPTDaniel Vetter1-2/+1
2013-07-11drm/i915: unify ring irq refcounts (again)Daniel Vetter1-10/+10
2013-07-11drm/i915: kill dev_priv->rps.lockDaniel Vetter1-4/+4
2013-07-09drm/i915: fix up ring cleanup for the i830/i845 CS tlb w/aDaniel Vetter1-5/+4
2013-07-08drm/i915: Getter/setter for object attributesBen Widawsky1-6/+6
2013-07-04drm/i915: reinit status page registers after gpu resetDaniel Vetter1-10/+19
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/linux into drm-nextDave 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-17drm/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/drm-intel into drm-nextDave 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-11-30drm/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