Re: [PATCH v3,02/21] v4l2: handle secure memory flags in queue setup

2024-01-04 Thread Jeffrey Kardatzke
Yunfei, Can you please integrate these changes into the patch? Thanks, Jeff On Mon, Dec 11, 2023 at 2:45 AM Hans Verkuil wrote: > > Hi Yunfei, Jeffrey, > > Some comments below: > > On 06/12/2023 09:15, Yunfei Dong wrote: > > From: Jeffrey Kardatzke > > > > Validates the secure memory flags

Re: [PATCH v3,02/21] v4l2: handle secure memory flags in queue setup

2023-12-11 Thread Hans Verkuil
Hi Yunfei, Jeffrey, Some comments below: On 06/12/2023 09:15, Yunfei Dong wrote: > From: Jeffrey Kardatzke > > Validates the secure memory flags when setting up a queue and ensures > the queue has the proper capability. > > Signed-off-by: Jeffrey Kardatzke > Signed-off-by: Yunfei Dong > ---

[PATCH v3,02/21] v4l2: handle secure memory flags in queue setup

2023-12-06 Thread Yunfei Dong
From: Jeffrey Kardatzke Validates the secure memory flags when setting up a queue and ensures the queue has the proper capability. Signed-off-by: Jeffrey Kardatzke Signed-off-by: Yunfei Dong --- .../media/common/videobuf2/videobuf2-core.c | 23 +