drm/i915: Pass the correct length to dump the batchbuffer.

This commit is contained in:
Chris Wilson 2010-02-02 16:28:09 +00:00
parent 3266a1a72b
commit 70ca9dd170

View file

@ -267,7 +267,7 @@ i915_bo_exec (i915_device_t *device, intel_bo_t *bo, uint32_t offset)
}
intel_dump_batchbuffer (device->batch_header,
device->batch.used,
execbuf.batch_len,
device->intel.base.chip_id);
}