Re: [PATCH v4 4/7] accel/ivpu: Add IPC driver and JSM messages

2023-01-03 Thread Jacek Lawrynowicz
Hi, On 27.12.2022 16:34, Oded Gabbay wrote: > On Thu, Dec 8, 2022 at 1:08 PM Jacek Lawrynowicz > wrote: >> >> The IPC driver is used to send and receive messages to/from firmware >> running on the VPU. >> >> The only supported IPC message format is Job Submission Model (JSM) >> defined in vpu_jsm

Re: [PATCH v4 4/7] accel/ivpu: Add IPC driver and JSM messages

2022-12-27 Thread Oded Gabbay
On Thu, Dec 8, 2022 at 1:08 PM Jacek Lawrynowicz wrote: > > The IPC driver is used to send and receive messages to/from firmware > running on the VPU. > > The only supported IPC message format is Job Submission Model (JSM) > defined in vpu_jsm_api.h header. > > Co-developed-by: Andrzej Kacprowski

[PATCH v4 4/7] accel/ivpu: Add IPC driver and JSM messages

2022-12-08 Thread Jacek Lawrynowicz
The IPC driver is used to send and receive messages to/from firmware running on the VPU. The only supported IPC message format is Job Submission Model (JSM) defined in vpu_jsm_api.h header. Co-developed-by: Andrzej Kacprowski Signed-off-by: Andrzej Kacprowski Co-developed-by: Krystian Pradzynsk