Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254861
b: refs/heads/master
c: a94919e
h: refs/heads/master
i:
  254859: f9d25f7
v: v3
  • Loading branch information
Chris Wilson authored and Keith Packard committed Jul 12, 2011
1 parent e91d1bf commit 81cc19f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 05bd42688dbc066d4e2689b6f73c0470601f788b
refs/heads/master: a94919eaddaa3fede1df8563ce4d761a75374645
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/intel_ringbuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ void intel_cleanup_ring_buffer(struct intel_ring_buffer *ring);
int __must_check intel_wait_ring_buffer(struct intel_ring_buffer *ring, int n);
static inline int intel_wait_ring_idle(struct intel_ring_buffer *ring)
{
return intel_wait_ring_buffer(ring, ring->space - 8);
return intel_wait_ring_buffer(ring, ring->size - 8);
}

int __must_check intel_ring_begin(struct intel_ring_buffer *ring, int n);
Expand Down

0 comments on commit 81cc19f

Please sign in to comment.