Re: [PATCH 0/7] Add a DRM driver to support AI Processing Unit (APU)

2023-05-26 Thread Alexandre Bailon
On 5/24/23 12:40, Daniel Vetter wrote: On Wed, May 24, 2023 at 01:27:00PM +0300, Oded Gabbay wrote: On Wed, May 24, 2023 at 2:34 AM Kevin Hilman wrote: Jeffrey Hugo writes: On 5/17/2023 8:52 AM, Alexandre Bailon wrote: This adds a DRM driver that implements communication between the

Re: [PATCH 0/7] Add a DRM driver to support AI Processing Unit (APU)

2023-05-24 Thread Daniel Vetter
On Wed, May 24, 2023 at 01:27:00PM +0300, Oded Gabbay wrote: > On Wed, May 24, 2023 at 2:34 AM Kevin Hilman wrote: > > > > Jeffrey Hugo writes: > > > > > On 5/17/2023 8:52 AM, Alexandre Bailon wrote: > > >> This adds a DRM driver that implements communication between the CPU and > > >> an > >

Re: [PATCH 0/7] Add a DRM driver to support AI Processing Unit (APU)

2023-05-24 Thread Oded Gabbay
On Wed, May 24, 2023 at 2:34 AM Kevin Hilman wrote: > > Jeffrey Hugo writes: > > > On 5/17/2023 8:52 AM, Alexandre Bailon wrote: > >> This adds a DRM driver that implements communication between the CPU and an > >> APU. The driver target embedded device that usually run inference using > >>

Re: [PATCH 0/7] Add a DRM driver to support AI Processing Unit (APU)

2023-05-24 Thread Kevin Hilman
Jeffrey Hugo writes: > On 5/17/2023 8:52 AM, Alexandre Bailon wrote: >> This adds a DRM driver that implements communication between the CPU and an >> APU. The driver target embedded device that usually run inference using some >> prebuilt models. The goal is to provide common infrastructure

Re: [PATCH 0/7] Add a DRM driver to support AI Processing Unit (APU)

2023-05-17 Thread Jeffrey Hugo
On 5/17/2023 8:52 AM, Alexandre Bailon wrote: This adds a DRM driver that implements communication between the CPU and an APU. The driver target embedded device that usually run inference using some prebuilt models. The goal is to provide common infrastructure that could be re-used to support

Re: [PATCH 0/7] Add a DRM driver to support AI Processing Unit (APU)

2023-05-17 Thread Thomas Zimmermann
Hi, it looks like this driver belongs into driver/accel. Best regards Thomas Am 17.05.23 um 16:52 schrieb Alexandre Bailon: This adds a DRM driver that implements communication between the CPU and an APU. The driver target embedded device that usually run inference using some prebuilt models.

[PATCH 0/7] Add a DRM driver to support AI Processing Unit (APU)

2023-05-17 Thread Alexandre Bailon
This adds a DRM driver that implements communication between the CPU and an APU. The driver target embedded device that usually run inference using some prebuilt models. The goal is to provide common infrastructure that could be re-used to support many accelerators. Both kernel, userspace and