mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-04 07:28:18 +02:00
drm/i915: Pass the correct length to dump the batchbuffer.
This commit is contained in:
parent
3266a1a72b
commit
70ca9dd170
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue