Re: [PATCH 02/14] accel/ivpu: Add API for command queue create/destroy/submit

2025-01-09 Thread Jacek Lawrynowicz
Reviewed-by: Jacek Lawrynowicz On 1/7/2025 6:32 PM, Maciej Falkowski wrote: > From: Karol Wachowski > > Implement support for explicit command queue management. > To allow more flexible control over command queues add capabilities > to create, destroy and submit jobs to specific command queues.

[PATCH 02/14] accel/ivpu: Add API for command queue create/destroy/submit

2025-01-07 Thread Maciej Falkowski
From: Karol Wachowski Implement support for explicit command queue management. To allow more flexible control over command queues add capabilities to create, destroy and submit jobs to specific command queues. Signed-off-by: Karol Wachowski Signed-off-by: Maciej Falkowski --- drivers/accel/iv