Skip to content

anv: align the batch buffer length to 8 to meet kernel request

Yang requested to merge Yang/mesa:submit into main

Align the length of batch buffer to 8. Fix the invalid parameter error when call ioctl to send batch buffer to kernel.

Kernel will call i915_gem_check_execbuffer to check the batch buffer length and batch_start_offset.

Signed-off-by: Yang Shi yang.a.shi@intel.com

Merge request reports