Re: [PATCH v4 00/17] drm/v3d: Introduce CPU jobs

2023-12-01 Thread Maira Canal
On 11/30/23 13:40, Maíra Canal wrote: Maíra Canal (11): drm/v3d: Don't allow two multisync extensions in the same job drm/v3d: Decouple job allocation from job initiation drm/v3d: Use v3d_get_extensions() to parse CPU job data drm/v3d: Create tracepoints to track the CPU job drm/v

[PATCH v4 00/17] drm/v3d: Introduce CPU jobs

2023-11-30 Thread Maíra Canal
This patchset implements the basic infrastructure for a new type of V3D job, a CPU job. A CPU job is a job that requires CPU intervention. It would be nice to perform this operations on the kernel space as we can attach multiple in/out syncobjs to it. Why we want a CPU job on the kernel? =