index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_ringbuffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-17
drm/i915: Add wait_for in init_ring_common
Sean Paul
1
-3
/
+3
2013-01-17
drm/i915: hold forcewake around ring hw init
Daniel Vetter
1
-3
/
+13
2012-10-02
Revert: drm/i915: correctly order the ring init sequence
Greg Kroah-Hartman
1
-5
/
+2
2012-08-27
drm/i915: correctly order the ring init sequence
Daniel Vetter
1
-2
/
+5
2012-06-17
drm/i915: Mark the ringbuffers as being in the GTT domain
Chris Wilson
1
-0
/
+4
2012-06-17
drm/i915: Reset last_retired_head when resetting ring
Chris Wilson
1
-0
/
+1
2012-05-07
drm/i915: Do no set Stencil Cache eviction LRA w/a on gen7+
Daniel Vetter
1
-3
/
+6
2012-04-28
drm/i915: Set the Stencil Cache eviction policy to non-LRA mode.
Kenneth Graunke
1
-0
/
+8
2012-04-11
drm/i915/ringbuffer: Exclude last 2 cachlines of ring on 845g
Chris Wilson
1
-1
/
+1
2012-04-01
drm/i915: apply CS reg readback trick against missed IRQ on snb
Daniel Vetter
1
-1
/
+1
2012-03-15
drm: Merge tag 'v3.3-rc7' into drm-core-next
Dave Airlie
1
-13
/
+1
2012-02-27
drm/i915: Remove use of the autoreported ringbuffer HEAD position
Chris Wilson
1
-13
/
+1
2012-02-15
drm/i915: Record the tail at each request and use it to estimate the head
Chris Wilson
1
-0
/
+83
2012-02-13
drm/i915: enable forcewake voodoo also for gen6
Daniel Vetter
1
-4
/
+2
2012-02-13
drm/i915: fixup seqno allocation logic for lazy_request
Daniel Vetter
1
-20
/
+4
2012-02-10
Merge remote-tracking branch 'airlied/drm-fixes' into drm-intel-next-queued
Daniel Vetter
1
-16
/
+25
2012-01-29
drm/i915/ringbuffer: kill snb blt workaround
Daniel Vetter
1
-79
/
+2
2012-01-29
drm/i915: switch ring->id to be a real id
Daniel Vetter
1
-7
/
+7
2012-01-25
drm/i915: Remove the MI_FLUSH_ENABLE setting.
Eric Anholt
1
-2
/
+0
2012-01-20
Revert "drm/i915: Work around gen7 BLT ring synchronization issues."
Keith Packard
1
-14
/
+0
2012-01-20
drm/i915: paper over missed irq issues with force wake voodoo
Daniel Vetter
1
-2
/
+25
2012-01-03
drm/i915: don't bail out of intel_wait_ring_buffer too early
Daniel Vetter
1
-1
/
+10
2012-01-03
drm/i915: Work around gen7 BLT ring synchronization issues.
Eric Anholt
1
-0
/
+14
2012-01-03
drm/i915: Force sync command ordering (Gen6+)
Ben Widawsky
1
-0
/
+5
2011-10-21
drm/i915: Use PIPE_CONTROL for flushing on gen6+.
Jesse Barnes
1
-12
/
+124
2011-10-21
drm/i915: Rename PIPE_CONTROL bit defines to be less terse.
Kenneth Graunke
1
-2
/
+4
2011-10-21
drm/i915: Remove implied length of 2 from GFX_OP_PIPE_CONTROL #define.
Kenneth Graunke
1
-4
/
+4
2011-09-22
drm/i915: Dumb down the semaphore logic
Ben Widawsky
1
-43
/
+106
2011-09-20
Drivers: i915: Fix all space related issues.
Akshay Joshi
1
-38
/
+38
2011-08-19
drm/i915: set GFX_MODE to pre-Ivybridge default value even on Ivybridge
Jesse Barnes
1
-0
/
+4
2011-07-23
Merge branch 'drm-intel-fixes' into drm-intel-next
Keith Packard
1
-0
/
+3
2011-07-23
drm/i915: Initialize RCS ring status page address in intel_render_ring_init_dri
Keith Packard
1
-0
/
+3
2011-06-10
drm/i915: Add an interface to dynamically change the cache level
Chris Wilson
1
-2
/
+4
2011-05-16
drm/i915: clean up unused ring_get_irq/ring_put_irq functions
Feng, Boqun
1
-29
/
+0
2011-05-16
drm/i915: fix user irq miss in BSD ring on g4x
Feng, Boqun
1
-2
/
+27
2011-05-14
drm/i915: Update the location of the ringbuffers' HWS_PGA registers for IVB.
Eric Anholt
1
-3
/
+24
2011-05-14
drm/i915: ring support for Ivy Bridge
Jesse Barnes
1
-3
/
+3
2011-05-11
drm/i915: Rename agp_type to cache_level
Chris Wilson
1
-2
/
+2
2011-05-11
drm/1915: ringbuffer wait for idle function
Ben Widawsky
1
-1
/
+1
2011-05-11
drm/i915: Move the irq wait queue initialisation into the ring init
Chris Wilson
1
-0
/
+1
2011-03-23
drm/i915: Restore missing command flush before interrupt on BLT ring
Chris Wilson
1
-60
/
+49
2011-02-16
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
1
-10
/
+16
2011-02-07
drm/i915: Refine tracepoints
Chris Wilson
1
-18
/
+3
2011-02-02
drm/i915: Invalidate TLB caches on SNB BLT/BSD rings
Chris Wilson
1
-10
/
+16
2011-01-27
drm/i915: Defer reporting EIO until we try to use the GPU
Chris Wilson
1
-0
/
+4
2011-01-25
drm/i915: Silence a few -Wunused-but-set-variable
Chris Wilson
1
-0
/
+4
2011-01-25
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
1
-16
/
+66
2011-01-20
drm/i915/ringbuffer: Fix use of stale HEAD position whilst polling for space
Chris Wilson
1
-16
/
+24
2011-01-20
drm/i915/ringbuffer: Kill an annoyingly frequent debug message
Chris Wilson
1
-1
/
+0
2011-01-20
drm/i915: Initialise ring vfuncs for old DRI paths
Chris Wilson
1
-0
/
+42
[next]