summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Add VM to pinBen Widawsky2013-08-051-4/+4
* Merge commit 'Merge branch 'drm-fixes' of git://people.freedesktop.org/~airli...Daniel Vetter2013-07-251-15/+23
|\
| * drm/i915: fix up ring cleanup for the i830/i845 CS tlb w/aDaniel Vetter2013-07-091-5/+4Star
| * drm/i915: reinit status page registers after gpu resetDaniel Vetter2013-07-041-10/+19
* | drm/i915: don't enable PM_VEBOX_CS_ERROR_INTERRUPTDaniel Vetter2013-07-111-2/+1Star
* | drm/i915: unify ring irq refcounts (again)Daniel Vetter2013-07-111-10/+10
* | drm/i915: kill dev_priv->rps.lockDaniel Vetter2013-07-111-4/+4
* | drm/i915: Getter/setter for object attributesBen Widawsky2013-07-081-6/+6
|/
* drm/i915: change i915_add_request to macroMika Kuoppala2013-06-131-1/+1
* drm/i915: Initialize ring->hangcheck upon ring initChris Wilson2013-06-111-0/+2
* drm/i915: WA: FBC Render Nuke.Rodrigo Vivi2013-06-071-0/+29
* drm/i915: Enable vebox interruptsBen Widawsky2013-05-311-1/+2
* drm/i915: vebox interrupt get/putBen Widawsky2013-05-311-2/+44
* drm/i915: consolidate interrupt naming schemeBen Widawsky2013-05-311-9/+12
* drm/i915: Convert irq_refounct to structBen Widawsky2013-05-311-8/+8
* drm/i915: Vebox ringbuffer initBen Widawsky2013-05-311-1/+34
* drm/i915: Rename ring flush functionsBen Widawsky2013-05-311-6/+6
* drm/i915: Add VECS semaphore bitsBen Widawsky2013-05-311-0/+6
* drm/i915: Introduce VECS: the 4th ringBen Widawsky2013-05-311-0/+2
* drm/i915: Semaphore MBOX update generalizationBen Widawsky2013-05-311-14/+29
* drm/i915: Comments for semaphore clarificationBen Widawsky2013-05-311-9/+9
* drm/i915: fix error return code in init_pipe_control()Wei Yongjun2013-05-311-2/+4
* drm/i915: track ring progression using seqnosMika Kuoppala2013-05-311-0/+1
* drm/i915: Add references to some workaround we implementDamien Lespiau2013-05-101-0/+2
* 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