Re: [PATCH V4 02/10] accel/amdxdna: Add a new driver for AMD AI Engine

From: Jeffrey Hugo
Date: Fri Oct 18 2024 - 16:33:29 EST


On 10/11/2024 5:12 PM, Lizhi Hou wrote:
AMD AI Engine forms the core of AMD NPU and can be used for accelerating
machine learning applications.

Add the driver to support AI Engine integrated to AMD CPU.
Only very basic functionalities are added.
- module and PCI device initialization
- firmware load
- power up
- low level hardware initialization

Co-developed-by: Narendra Gutta<VenkataNarendraKumar.Gutta@xxxxxxx>
Signed-off-by: Narendra Gutta<VenkataNarendraKumar.Gutta@xxxxxxx>
Co-developed-by: George Yang<George.Yang@xxxxxxx>
Signed-off-by: George Yang<George.Yang@xxxxxxx>
Co-developed-by: Min Ma<min.ma@xxxxxxx>
Signed-off-by: Min Ma<min.ma@xxxxxxx>
Signed-off-by: Lizhi Hou<lizhi.hou@xxxxxxx>

Reviewed-by: Jeffrey Hugo <quic_jhugo@xxxxxxxxxxx>