Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307203
b: refs/heads/master
c: 31b14c9
h: refs/heads/master
i:
  307201: bbbecb1
  307199: 34b6bcc
v: v3
  • Loading branch information
Daniel Vetter committed Apr 20, 2012
1 parent 0791d82 commit 3cce8d5
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: 284d5df5716aad3c729d1ac4a2a93b8d0ac33ecc
refs/heads/master: 31b14c9fc596a68a2a982d7e3c136922f81a2e25
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 @@ -61,7 +61,7 @@ gen2_render_ring_flush(struct intel_ring_buffer *ring,
int ret;

cmd = MI_FLUSH;
if ((flush_domains & I915_GEM_DOMAIN_RENDER) == 0)
if (((invalidate_domains|flush_domains) & I915_GEM_DOMAIN_RENDER) == 0)
cmd |= MI_NO_WRITE_FLUSH;

if (invalidate_domains & I915_GEM_DOMAIN_SAMPLER)
Expand Down

0 comments on commit 3cce8d5

Please sign in to comment.