Re: [PATCH v5 03/28] media: iris: implement iris v4l2 file ops

From: Bryan O'Donoghue
Date: Sat Nov 09 2024 - 22:11:29 EST


On 05/11/2024 06:55, Dikshita Agarwal wrote:
Implement open, close and poll ops.

Open:
Configure the vb2 queue and v4l2 file handler. Allocate a video instance
and add the instance to core instance list.

Close:
Free the instance and remove it from core instance list.
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>