index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_ringbuffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Sleep whilst waiting for the ring
Chris Wilson
2010-10-19
1
-1
/
+1
*
drm/i915/debug: Convert i915_verify_active() to scan all lists
Chris Wilson
2010-09-30
1
-2
/
+2
*
drm/i915: kill ring->setup_status_page
Daniel Vetter
2010-09-25
1
-22
/
+3
*
drm/i915: kill ring->get_active_head
Daniel Vetter
2010-09-25
1
-19
/
+2
*
drm/i915: kill per-ring macros
Daniel Vetter
2010-09-25
1
-11
/
+14
*
drm/i915: fix ACTHD for gen <= 3
Daniel Vetter
2010-09-25
1
-1
/
+1
*
drm/i915: Only hold a process-local lock whilst throttling.
Chris Wilson
2010-09-24
1
-9
/
+7
*
drm/i915/ringbuffer: whitespace cleanup
Chris Wilson
2010-09-21
1
-59
/
+64
*
drm/i915: drop alignment ringbuffer parameter
Daniel Vetter
2010-09-21
1
-4
/
+1
*
drm/i915: don't explicitly initialize ringbuffer members to zero
Daniel Vetter
2010-09-21
1
-33
/
+0
*
drm/i915: use new macros to access the ring ctl register
Daniel Vetter
2010-09-21
1
-14
/
+5
*
drm/i915: use new macros to access the ring head register
Daniel Vetter
2010-09-21
1
-37
/
+11
*
drm/i915: use new macros to access the ring start register
Daniel Vetter
2010-09-21
1
-7
/
+4
*
drm/i915: use new macros to access the ring tail register
Daniel Vetter
2010-09-21
1
-46
/
+17
*
drm/i915: add relative ring register macros
Daniel Vetter
2010-09-21
1
-0
/
+3
*
drm/i915/ringbuffer: Mark the initialisation structs as constant.
Chris Wilson
2010-09-21
1
-3
/
+3
*
drm/i915: add a new BSD ring buffer for Sandybridge
Xiang, Haihao
2010-09-21
1
-1
/
+123
*
drm/i915/ringbuffer: Implement advance using set_tail
Chris Wilson
2010-09-21
1
-15
/
+1
*
drm/i915: add set_tail hook in struct intel_ring_buffer
Xiang, Haihao
2010-09-21
1
-5
/
+17
*
drm/i915: do not export the instances of struct intel_ring_buffer
Xiang, Haihao
2010-09-21
1
-2
/
+27
*
drm/i915: Only emit a flush request on the active ring.
Chris Wilson
2010-09-21
1
-4
/
+2
*
drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965g
Chris Wilson
2010-09-21
1
-4
/
+4
*
drm/i915: Remove unused intel_ringbuffer->ring_flag
Chris Wilson
2010-09-14
1
-2
/
+0
*
drm/i915: move flushing list processing to i915_retire_commands
Daniel Vetter
2010-09-08
1
-0
/
+4
*
drm/i915: Enable MI_FLUSH on Sandybridge
Zhenyu Wang
2010-09-07
1
-2
/
+6
*
drm/i915 invalidate indirect state pointers at end of ring exec
Zou Nan hai
2010-08-09
1
-0
/
+9
*
drm/i915/ringbuffer: Set ring->gem_buffer = NULL on init unwind
Chris Wilson
2010-08-09
1
-14
/
+17
*
drm/i915: Use a common seqno for all rings.
Chris Wilson
2010-08-09
1
-20
/
+26
*
drm/i915: Inline ringbuffer_emit()
Chris Wilson
2010-08-09
1
-8
/
+0
*
drm/i915: Move ringbuffer accounting to begin/advance.
Chris Wilson
2010-08-09
1
-2
/
+3
*
drm/i915: Unroll wrapping of the ringbuffer.
Chris Wilson
2010-08-09
1
-2
/
+4
*
drm/i915: Account for space on the ring buffer consumed whilst wrapping.
Chris Wilson
2010-07-01
1
-0
/
+1
*
drm/i915: Fix incorrect intel_ring_begin size in BSD ringbuffer.
Zou Nan hai
2010-06-14
1
-4
/
+5
*
drm/i915: Fix PIPE_CONTROL command on Sandybridge
Zhenyu Wang
2010-05-28
1
-2
/
+14
*
drm/i915: implement BSD ring buffer V2
Zou Nan hai
2010-05-26
1
-0
/
+153
*
drm/i915: introduce intel_ring_buffer structure (V2)
Zou Nan hai
2010-05-26
1
-233
/
+349
*
drm/i915: Rename dev_priv->ring to dev_priv->render_ring.
Eric Anholt
2010-05-26
1
-14
/
+14
*
drm/i915: Move ringbuffer-related code to intel_ringbuffer.c.
Eric Anholt
2010-05-26
1
-0
/
+568