index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
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
2010-08-09
drm/i915 invalidate indirect state pointers at end of ring exec
Zou Nan hai
2010-08-09
drm/i915/ringbuffer: Set ring->gem_buffer = NULL on init unwind
Chris Wilson
2010-08-09
drm/i915: Use a common seqno for all rings.
Chris Wilson
2010-08-09
drm/i915: Inline ringbuffer_emit()
Chris Wilson
2010-08-09
drm/i915: Move ringbuffer accounting to begin/advance.
Chris Wilson
2010-08-09
drm/i915: Unroll wrapping of the ringbuffer.
Chris Wilson
2010-07-01
drm/i915: Account for space on the ring buffer consumed whilst wrapping.
Chris Wilson
2010-06-14
drm/i915: Fix incorrect intel_ring_begin size in BSD ringbuffer.
Zou Nan hai
2010-05-28
drm/i915: Fix PIPE_CONTROL command on Sandybridge
Zhenyu Wang
2010-05-26
drm/i915: implement BSD ring buffer V2
Zou Nan hai
2010-05-26
drm/i915: introduce intel_ring_buffer structure (V2)
Zou Nan hai
2010-05-26
drm/i915: Rename dev_priv->ring to dev_priv->render_ring.
Eric Anholt
2010-05-26
drm/i915: Move ringbuffer-related code to intel_ringbuffer.c.
Eric Anholt