Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286846
b: refs/heads/master
c: 8f0fc97
h: refs/heads/master
v: v3
  • Loading branch information
Keith Packard committed Jan 20, 2012
1 parent 5c9c230 commit 9f55f3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 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: bdfcdb63795b058bba9e78d32102b39014f649fe
refs/heads/master: 8f0fc977f58c36e75e205486c1aebb9b8e4263e1
14 changes: 0 additions & 14 deletions trunk/drivers/gpu/drm/i915/intel_ringbuffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -804,17 +804,6 @@ ring_add_request(struct intel_ring_buffer *ring,
return 0;
}

static bool
gen7_blt_ring_get_irq(struct intel_ring_buffer *ring)
{
/* The BLT ring on IVB appears to have broken synchronization
* between the seqno write and the interrupt, so that the
* interrupt appears first. Returning false here makes
* i915_wait_request() do a polling loop, instead.
*/
return false;
}

static bool
gen6_ring_get_irq(struct intel_ring_buffer *ring, u32 gflag, u32 rflag)
{
Expand Down Expand Up @@ -1600,8 +1589,5 @@ int intel_init_blt_ring_buffer(struct drm_device *dev)

*ring = gen6_blt_ring;

if (IS_GEN7(dev))
ring->irq_get = gen7_blt_ring_get_irq;

return intel_init_ring_buffer(dev, ring);
}

0 comments on commit 9f55f3f

Please sign in to comment.