Re: [RFC PATCH 3/4] rpmsg: Add support of AI Processor Unit (APU)

2021-09-22 Thread Bjorn Andersson
On Fri 17 Sep 07:59 CDT 2021, Alexandre Bailon wrote: > Some Mediatek SoC provides hardware accelerator for AI / ML. > This driver use the DRM driver to manage the shared memory, > and use rpmsg to execute jobs on the APU. > > Signed-off-by: Alexandre Bailon > --- > drivers/rpmsg/Kconfig |

[RFC PATCH 3/4] rpmsg: Add support of AI Processor Unit (APU)

2021-09-18 Thread Alexandre Bailon
Some Mediatek SoC provides hardware accelerator for AI / ML. This driver use the DRM driver to manage the shared memory, and use rpmsg to execute jobs on the APU. Signed-off-by: Alexandre Bailon --- drivers/rpmsg/Kconfig | 10 +++ drivers/rpmsg/Makefile| 1 + drivers/rpmsg/apu_rpmsg.c