Re: [PATCH v6 01/14] drm/panthor: Add uAPI

2024-10-17 Thread Mihail Atanassov
Hi Erik, On 17/10/2024 09:51, Erik Faye-Lund wrote: On Wed, 2024-10-16 at 16:18 +0200, Boris Brezillon wrote: On Wed, 16 Oct 2024 16:05:55 +0200 Erik Faye-Lund wrote: On Wed, 2024-10-16 at 15:02 +0100, Robin Murphy wrote: On 2024-10-16 2:50 pm, Erik Faye-Lund wrote: On Wed, 2024-10-16 at 1

Re: [PATCH v6 01/14] drm/panthor: Add uAPI

2024-10-17 Thread Erik Faye-Lund
On Thu, 2024-10-17 at 12:08 +0200, Boris Brezillon wrote: > On Thu, 17 Oct 2024 10:51:32 +0200 > Erik Faye-Lund wrote: > > > On Wed, 2024-10-16 at 16:18 +0200, Boris Brezillon wrote: > > > On Wed, 16 Oct 2024 16:05:55 +0200 > > > Erik Faye-Lund wrote: > > >   > > > > On Wed, 2024-10-16 at 15:02

Re: [PATCH v6 01/14] drm/panthor: Add uAPI

2024-10-17 Thread Boris Brezillon
On Thu, 17 Oct 2024 10:51:32 +0200 Erik Faye-Lund wrote: > On Wed, 2024-10-16 at 16:18 +0200, Boris Brezillon wrote: > > On Wed, 16 Oct 2024 16:05:55 +0200 > > Erik Faye-Lund wrote: > > > > > On Wed, 2024-10-16 at 15:02 +0100, Robin Murphy wrote: > > > > On 2024-10-16 2:50 pm, Erik Faye-Lun

Re: [PATCH v6 01/14] drm/panthor: Add uAPI

2024-10-17 Thread Erik Faye-Lund
On Wed, 2024-10-16 at 16:18 +0200, Boris Brezillon wrote: > On Wed, 16 Oct 2024 16:05:55 +0200 > Erik Faye-Lund wrote: > > > On Wed, 2024-10-16 at 15:02 +0100, Robin Murphy wrote: > > > On 2024-10-16 2:50 pm, Erik Faye-Lund wrote:  > > > > On Wed, 2024-10-16 at 15:16 +0200, Erik Faye-Lund wrote:

Re: [PATCH v6 01/14] drm/panthor: Add uAPI

2024-10-16 Thread Erik Faye-Lund
On Wed, 2024-10-16 at 15:02 +0100, Robin Murphy wrote: > On 2024-10-16 2:50 pm, Erik Faye-Lund wrote: > > On Wed, 2024-10-16 at 15:16 +0200, Erik Faye-Lund wrote: > > > On Thu, 2024-02-29 at 17:22 +0100, Boris Brezillon wrote: > > > > +/** > > > > + * enum drm_panthor_sync_op_flags - Synchronizatio

Re: [PATCH v6 01/14] drm/panthor: Add uAPI

2024-10-16 Thread Boris Brezillon
On Wed, 16 Oct 2024 16:05:55 +0200 Erik Faye-Lund wrote: > On Wed, 2024-10-16 at 15:02 +0100, Robin Murphy wrote: > > On 2024-10-16 2:50 pm, Erik Faye-Lund wrote: > > > On Wed, 2024-10-16 at 15:16 +0200, Erik Faye-Lund wrote: > > > > On Thu, 2024-02-29 at 17:22 +0100, Boris Brezillon wrote:

Re: [PATCH v6 01/14] drm/panthor: Add uAPI

2024-10-16 Thread Erik Faye-Lund
On Wed, 2024-10-16 at 15:47 +0200, Boris Brezillon wrote: > On Wed, 16 Oct 2024 15:16:22 +0200 > Erik Faye-Lund wrote: > > > On Thu, 2024-02-29 at 17:22 +0100, Boris Brezillon wrote: > > > +/** > > > + * enum drm_panthor_sync_op_flags - Synchronization operation > > > flags. > > > + */ > > > +enu

Re: [PATCH v6 01/14] drm/panthor: Add uAPI

2024-10-16 Thread Robin Murphy
On 2024-10-16 2:50 pm, Erik Faye-Lund wrote: On Wed, 2024-10-16 at 15:16 +0200, Erik Faye-Lund wrote: On Thu, 2024-02-29 at 17:22 +0100, Boris Brezillon wrote: +/** + * enum drm_panthor_sync_op_flags - Synchronization operation flags. + */ +enum drm_panthor_sync_op_flags { + /** @DRM_PANT

Re: [PATCH v6 01/14] drm/panthor: Add uAPI

2024-10-16 Thread Erik Faye-Lund
On Wed, 2024-10-16 at 15:16 +0200, Erik Faye-Lund wrote: > On Thu, 2024-02-29 at 17:22 +0100, Boris Brezillon wrote: > > +/** > > + * enum drm_panthor_sync_op_flags - Synchronization operation > > flags. > > + */ > > +enum drm_panthor_sync_op_flags { > > + /** @DRM_PANTHOR_SYNC_OP_HANDLE_TYPE_MAS

Re: [PATCH v6 01/14] drm/panthor: Add uAPI

2024-10-16 Thread Boris Brezillon
On Wed, 16 Oct 2024 15:16:22 +0200 Erik Faye-Lund wrote: > On Thu, 2024-02-29 at 17:22 +0100, Boris Brezillon wrote: > > +/** > > + * enum drm_panthor_sync_op_flags - Synchronization operation flags. > > + */ > > +enum drm_panthor_sync_op_flags { > > + /** @DRM_PANTHOR_SYNC_OP_HANDLE_TYPE_MASK:

Re: [PATCH v6 01/14] drm/panthor: Add uAPI

2024-10-16 Thread Erik Faye-Lund
On Thu, 2024-02-29 at 17:22 +0100, Boris Brezillon wrote: > +/** > + * enum drm_panthor_sync_op_flags - Synchronization operation flags. > + */ > +enum drm_panthor_sync_op_flags { > + /** @DRM_PANTHOR_SYNC_OP_HANDLE_TYPE_MASK: Synchronization > handle type mask. */ > + DRM_PANTHOR_SYNC_OP_H

[PATCH v6 01/14] drm/panthor: Add uAPI

2024-02-29 Thread Boris Brezillon
Panthor follows the lead of other recently submitted drivers with ioctls allowing us to support modern Vulkan features, like sparse memory binding: - Pretty standard GEM management ioctls (BO_CREATE and BO_MMAP_OFFSET), with the 'exclusive-VM' bit to speed-up BO reservation on job submission - V