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

2021-07-02 Thread Steven Price
On 01/07/2021 10:12, 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. > > Signed-off-by: Boris Brezillon The new ioctl looks reasonable, but I think there's a lot of scope for

[PATCH v2 5/7] drm/panfrost: Add a new ioctl to submit batches

2021-07-01 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. Signed-off-by: Boris Brezillon --- drivers/gpu/drm/panfrost/panfrost_drv.c | 305 drivers/gpu/drm/panfrost/panfrost_job.c | 3 +