aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_ringbuffer.h
AgeCommit message (Expand)Author
2013-01-17Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet...Dave Airlie
2012-12-19drm/i915: Initialize hardware semaphore state on ring initMika Kuoppala
2012-12-19drm/i915: Introduce ring set_seqnoMika Kuoppala
2012-12-17drm/i915: Implement workaround for broken CS tlb on i830/845Daniel Vetter
2012-12-06drm/i915: Add intel_ring_handle_seqno wrapMika Kuoppala
2012-12-03drm/i915: Don't allow ring tail to reach the same cacheline as headVille Syrjälä
2012-11-29drm/i915: Rearrange code to only have a single method for waiting upon the ringChris Wilson
2012-11-29drm/i915: Preallocate next seqno before touching the ringChris Wilson
2012-11-11drm/i915: TLB invalidation with MI_FLUSH_DW requires a post-sync op v3Jesse Barnes
2012-10-17drm/i915: Allow DRM_ROOT_ONLY|DRM_MASTER to submit privileged batchbuffersChris Wilson
2012-08-10drm/i915: Lazily apply the SNB+ seqno w/aChris Wilson
2012-07-25drm/i915: Split i915_gem_flush_ring() into seperate invalidate/flush funcsChris Wilson
2012-07-25drm/i915: Remove the per-ring write listChris Wilson
2012-06-20drm/i915: disable flushing_list/gpu_write_listDaniel Vetter
2012-06-14drm/i915: possibly invalidate TLB before context switchBen Widawsky
2012-06-14drm/i915: context switch implementationBen Widawsky
2012-06-14drm/i915: context basic create & destroyBen Widawsky
2012-05-19drm/i915: Introduce for_each_ring() macroChris Wilson
2012-05-03drm/i915: fixup __iomem mixups in ringbuffer.cDaniel Vetter
2012-05-03drm/i915: move LP_RING&friends to i915_dma.cDaniel Vetter
2012-05-03drm/i915: Remove unused ring->irq_seqnoChris Wilson
2012-05-03drm/i915: kill waiting_seqnoBen Widawsky
2012-05-03drm/i915: Use a global lock for modifying global irq flagsChris Wilson
2012-04-13drm/i915: rip out ring->irq_maskDaniel Vetter
2012-04-09drm/i915: open code gen6+ ring irqsBen Widawsky
2012-02-15drm/i915: Record the tail at each request and use it to estimate the headChris Wilson
2012-01-29drm/i915: switch ring->id to be a real idDaniel Vetter
2011-09-21drm/i915: Dumb down the semaphore logicBen Widawsky
2011-09-19Drivers: i915: Fix all space related issues.Akshay Joshi
2011-07-12drm/i915/ringbuffer: Idling requires waiting for the ring to be emptyChris Wilson
2011-05-10drm/i915: proper use of forcewakeBen Widawsky
2011-05-10drm/1915: ringbuffer wait for idle functionBen Widawsky
2011-03-07Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2011-03-06drm/i915: Do not overflow the MMADDR write FIFOChris Wilson
2011-02-07drm/i915: Refine tracepointsChris Wilson
2011-01-24Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2011-01-20drm/i915/ringbuffer: Fix use of stale HEAD position whilst polling for spaceChris Wilson
2011-01-20drm/i915: Initialise ring vfuncs for old DRI pathsChris Wilson
2011-01-19drm/i915: Trivial sparse fixesChris Wilson
2011-01-11drm/i915: Make the ring IMR handling privateChris Wilson
2011-01-11drm/i915/ringbuffer: Simplify the ring irq refcountingChris Wilson
2011-01-11drm/i915/debugfs: Show the per-ring IMRChris Wilson
2011-01-11drm/i915: Mask USER interrupts on gen6 (until required)Chris Wilson
2011-01-11drm/i915: Handle ringbuffer stalls when flushingChris Wilson
2011-01-11drm/i915: Workaround erratum on i830 for TAIL pointer within last 2 cachelinesChris Wilson
2010-12-14drm/i915/ringbuffer: Make IRQ refcnting atomicChris Wilson
2010-12-09Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2010-12-09drm/i915/ringbuffer: Handle wrapping of the autoreported HEADChris Wilson
2010-12-05drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNBChris Wilson
2010-11-30drm/i915/ringbuffer: Handle cliprects in the callerChris Wilson