summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
AgeCommit message (Expand)Author
2013-01-17drm/i915: Add wait_for in init_ring_commonSean Paul
2013-01-17drm/i915: hold forcewake around ring hw initDaniel Vetter
2012-10-02Revert: drm/i915: correctly order the ring init sequenceGreg Kroah-Hartman
2012-08-26drm/i915: correctly order the ring init sequenceDaniel Vetter
2012-06-17drm/i915: Mark the ringbuffers as being in the GTT domainChris Wilson
2012-06-17drm/i915: Reset last_retired_head when resetting ringChris Wilson
2012-05-07drm/i915: Do no set Stencil Cache eviction LRA w/a on gen7+Daniel Vetter
2012-04-28drm/i915: Set the Stencil Cache eviction policy to non-LRA mode.Kenneth Graunke
2012-04-11drm/i915/ringbuffer: Exclude last 2 cachlines of ring on 845gChris Wilson
2012-04-01drm/i915: apply CS reg readback trick against missed IRQ on snbDaniel Vetter
2012-03-15drm: Merge tag 'v3.3-rc7' into drm-core-nextDave Airlie
2012-02-27drm/i915: Remove use of the autoreported ringbuffer HEAD positionChris Wilson
2012-02-15drm/i915: Record the tail at each request and use it to estimate the headChris Wilson
2012-02-13drm/i915: enable forcewake voodoo also for gen6Daniel Vetter
2012-02-13drm/i915: fixup seqno allocation logic for lazy_requestDaniel Vetter
2012-02-10Merge remote-tracking branch 'airlied/drm-fixes' into drm-intel-next-queuedDaniel Vetter
2012-01-29drm/i915/ringbuffer: kill snb blt workaroundDaniel Vetter
2012-01-29drm/i915: switch ring->id to be a real idDaniel Vetter
2012-01-25drm/i915: Remove the MI_FLUSH_ENABLE setting.Eric Anholt
2012-01-20Revert "drm/i915: Work around gen7 BLT ring synchronization issues."Keith Packard
2012-01-19drm/i915: paper over missed irq issues with force wake voodooDaniel Vetter
2012-01-03drm/i915: don't bail out of intel_wait_ring_buffer too earlyDaniel Vetter
2012-01-03drm/i915: Work around gen7 BLT ring synchronization issues.Eric Anholt
2012-01-03drm/i915: Force sync command ordering (Gen6+)Ben Widawsky
2011-10-20drm/i915: Use PIPE_CONTROL for flushing on gen6+.Jesse Barnes
2011-10-20drm/i915: Rename PIPE_CONTROL bit defines to be less terse.Kenneth Graunke
2011-10-20drm/i915: Remove implied length of 2 from GFX_OP_PIPE_CONTROL #define.Kenneth Graunke
2011-09-21drm/i915: Dumb down the semaphore logicBen Widawsky
2011-09-19Drivers: i915: Fix all space related issues.Akshay Joshi
2011-08-19drm/i915: set GFX_MODE to pre-Ivybridge default value even on IvybridgeJesse Barnes
2011-07-22Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard
2011-07-22drm/i915: Initialize RCS ring status page address in intel_render_ring_init_driKeith Packard
2011-06-09drm/i915: Add an interface to dynamically change the cache levelChris Wilson
2011-05-16drm/i915: clean up unused ring_get_irq/ring_put_irq functionsFeng, Boqun
2011-05-16drm/i915: fix user irq miss in BSD ring on g4xFeng, Boqun
2011-05-13drm/i915: Update the location of the ringbuffers' HWS_PGA registers for IVB.Eric Anholt
2011-05-13drm/i915: ring support for Ivy BridgeJesse Barnes
2011-05-10drm/i915: Rename agp_type to cache_levelChris Wilson
2011-05-10drm/1915: ringbuffer wait for idle functionBen Widawsky
2011-05-10drm/i915: Move the irq wait queue initialisation into the ring initChris Wilson
2011-03-23drm/i915: Restore missing command flush before interrupt on BLT ringChris Wilson
2011-02-16Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2011-02-07drm/i915: Refine tracepointsChris Wilson
2011-02-02drm/i915: Invalidate TLB caches on SNB BLT/BSD ringsChris Wilson
2011-01-27drm/i915: Defer reporting EIO until we try to use the GPUChris Wilson
2011-01-25drm/i915: Silence a few -Wunused-but-set-variableChris 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/ringbuffer: Kill an annoyingly frequent debug messageChris Wilson
2011-01-20drm/i915: Initialise ring vfuncs for old DRI pathsChris Wilson