Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228695
b: refs/heads/master
c: ae69b42
h: refs/heads/master
i:
  228693: 4d38887
  228691: 82c1626
  228687: 7eec323
v: v3
  • Loading branch information
Chris Wilson committed Nov 7, 2010
1 parent e6266a9 commit d29f3e7
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: 045e769ab69ce94dedbcdcfd46c2578b385c2986
refs/heads/master: ae69b42a10dafe61adb016e0e52ec1e8d1ba11b4
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/intel_ringbuffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ static int init_ring_common(struct intel_ring_buffer *ring)
}

I915_WRITE_CTL(ring,
((ring->gem_object->size - PAGE_SIZE) & RING_NR_PAGES)
((ring->size - PAGE_SIZE) & RING_NR_PAGES)
| RING_REPORT_64K | RING_VALID);

/* If the head is still not zero, the ring is dead */
Expand Down

0 comments on commit d29f3e7

Please sign in to comment.