Re: [PATCH v2 4/7] drm/ivpu: Add IPC driver and JSM messages

2022-09-13 Thread kernel test robot
Hi Jacek, I love your patch! Perhaps something to improve: [auto build test WARNING on drm-misc/drm-misc-next] [also build test WARNING on drm/drm-next drm-intel/for-linux-next drm-tip/drm-tip linus/master v6.0-rc5 next-20220913] [If your patch is applied to the wrong git tree, kindly drop us a

[PATCH v2 4/7] drm/ivpu: Add IPC driver and JSM messages

2022-09-13 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. Signed-off-by: Andrzej Kacprowski Signed-off-by: Krystian Pradzynski Signed-off-by: Jacek Lawrynowicz --