Skip to content

Commit

Permalink
drm: fixup i915 breadcrumb read/write
Browse files Browse the repository at this point in the history
Some minor issues in the i915 breadcrumb code.

Signed-off-by: Dave Airlie <airlied@linux.ie>
  • Loading branch information
Dave Airlie committed Mar 19, 2006
1 parent 2fab58d commit e7f947b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/char/drm/i915_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,6 @@ static int i915_dispatch_batchbuffer(drm_device_t * dev,
}
}

dev_priv->sarea_priv->last_enqueue = dev_priv->counter++;

i915_emit_breadcrumb(dev);

return 0;
Expand Down

0 comments on commit e7f947b

Please sign in to comment.