Re: [PATCH v7 01/28] v4l2: add restricted memory flags

2024-07-20 Thread Hans Verkuil
Hi Yunfei, First a high-level comment: Adding a new V4L2 uAPI also requires patches to v4l-utils, specifically v4l2-ctl and v4l2-compliance (i.e. new tests are needed for this flag). This will also help you test the driver. Some more comments below: On 20/07/2024 09:15, Yunfei Dong wrote: > Fr

[PATCH v7 01/28] v4l2: add restricted memory flags

2024-07-20 Thread Yunfei Dong
From: Jeffrey Kardatzke Adds a V4L2 flag which indicates that a queue is using restricted dmabufs and the corresponding capability flag. Signed-off-by: Jeffrey Kardatzke Signed-off-by: Yunfei Dong [Yunfei: Change reviewer's comments] --- Documentation/userspace-api/media/v4l/buffer.rst