Re: [PATCH v5 5/8] drm/panfrost: Add a new ioctl to submit batches

2021-10-04 Thread Steven Price
On 30/09/2021 20:09, Boris Brezillon wrote: > This should help limit the number of ioctls when submitting multiple > jobs. The new ioctl also supports syncobj timelines and BO access flags. > > v5: > * Fix typos > * Add BUILD_BUG_ON() checks to make sure SUBMIT_BATCH_VERSION and > descriptor siz

[PATCH v5 5/8] drm/panfrost: Add a new ioctl to submit batches

2021-09-30 Thread Boris Brezillon
This should help limit the number of ioctls when submitting multiple jobs. The new ioctl also supports syncobj timelines and BO access flags. v5: * Fix typos * Add BUILD_BUG_ON() checks to make sure SUBMIT_BATCH_VERSION and descriptor sizes are synced * Simplify error handling in panfrost_ioctl_