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

2023-01-13 Thread Jacek Lawrynowicz
Hi, On 12.01.2023 19:18, Jeffrey Hugo wrote: > On 1/9/2023 5:23 AM, 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.

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

2023-01-12 Thread Jeffrey Hugo
On 1/9/2023 5:23 AM, 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 Signed-off-by: Andrzej

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

2023-01-09 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