Re: [PATCH 2/2] drm/panfrost: Extend the bo_wait() ioctl

2019-09-16 Thread Boris Brezillon
On Fri, 13 Sep 2019 14:46:46 +0100 Steven Price wrote: > On 13/09/2019 12:17, Boris Brezillon wrote: > > So we can choose to wait for all BO users, or just for writers. > > > > Signed-off-by: Boris Brezillon > > Looks good to me: > > Reviewed-by: Steven Price > > Although I don't know if

Re: [PATCH 2/2] drm/panfrost: Extend the bo_wait() ioctl

2019-09-13 Thread Steven Price
On 13/09/2019 12:17, Boris Brezillon wrote: > So we can choose to wait for all BO users, or just for writers. > > Signed-off-by: Boris Brezillon Looks good to me: Reviewed-by: Steven Price Although I don't know if the term "writers" should be in the API or if "exclusive" is the preferred

[PATCH 2/2] drm/panfrost: Extend the bo_wait() ioctl

2019-09-13 Thread Boris Brezillon
So we can choose to wait for all BO users, or just for writers. Signed-off-by: Boris Brezillon --- drivers/gpu/drm/panfrost/panfrost_drv.c | 8 ++-- include/uapi/drm/panfrost_drm.h | 4 2 files changed, 10 insertions(+), 2 deletions(-) diff --git