Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298524
b: refs/heads/master
c: 1c7eaac
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Vetter committed Apr 1, 2012
1 parent 0a31456 commit eebe74f
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: 25e341cfc33d94435472983825163e97fe370a6c
refs/heads/master: 1c7eaac737e4cca24703531ebcb566afc3ed285f
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 @@ -626,7 +626,7 @@ gen6_ring_get_seqno(struct intel_ring_buffer *ring)
/* Workaround to force correct ordering between irq and seqno writes on
* ivb (and maybe also on snb) by reading from a CS register (like
* ACTHD) before reading the status page. */
if (IS_GEN7(dev))
if (IS_GEN6(dev) || IS_GEN7(dev))
intel_ring_get_active_head(ring);
return intel_read_status_page(ring, I915_GEM_HWS_INDEX);
}
Expand Down

0 comments on commit eebe74f

Please sign in to comment.