Re: [PATCH v4 11/14] drm/panthor: Add the driver frontend block

2024-01-23 Thread Boris Brezillon
On Tue, 23 Jan 2024 17:29:12 +0100 Heiko Stübner wrote: > Am Montag, 22. Januar 2024, 17:30:42 CET schrieb Boris Brezillon: > > This is the last piece missing to expose the driver to the outside > > world. > > > > This is basically a wrapper between the ioctls and the other logical > > blocks. >

Re: [PATCH v4 11/14] drm/panthor: Add the driver frontend block

2024-01-23 Thread Heiko Stübner
Am Montag, 22. Januar 2024, 17:30:42 CET schrieb Boris Brezillon: > This is the last piece missing to expose the driver to the outside > world. > > This is basically a wrapper between the ioctls and the other logical > blocks. > > v4: > - Add an ioctl to let the UMD query the VM state > - Fix ker

[PATCH v4 11/14] drm/panthor: Add the driver frontend block

2024-01-22 Thread Boris Brezillon
This is the last piece missing to expose the driver to the outside world. This is basically a wrapper between the ioctls and the other logical blocks. v4: - Add an ioctl to let the UMD query the VM state - Fix kernel doc - Let panthor_device_init() call panthor_device_init() - Fix cleanup orderin