Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345285
b: refs/heads/master
c: b3fcabb
h: refs/heads/master
i:
  345283: 081e024
v: v3
  • Loading branch information
Daniel Vetter committed Nov 11, 2012
1 parent 105491c commit 84a1ae1
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: 1abd02e2dd7e0bd577000301fb2fd47780637387
refs/heads/master: b3fcabb15bb83202fb5e4e5b296711b91c4942a3
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 @@ -1475,7 +1475,7 @@ static int blt_ring_flush(struct intel_ring_buffer *ring,
*/
if (invalidate & I915_GEM_DOMAIN_RENDER)
cmd |= MI_INVALIDATE_TLB | MI_FLUSH_DW_STORE_INDEX |
MI_FLUSH_DW_OP_STOREDW | MI_FLUSH_DW_OP_STOREDW;
MI_FLUSH_DW_OP_STOREDW;
intel_ring_emit(ring, cmd);
intel_ring_emit(ring, I915_GEM_HWS_SCRATCH_ADDR | MI_FLUSH_DW_USE_GTT);
intel_ring_emit(ring, 0);
Expand Down

0 comments on commit 84a1ae1

Please sign in to comment.