[03:39] <jeremymc> Is there an equivalent to
[03:40] <jeremymc>    void *vbuf = vb2_plane_vaddr(&buf->vb.vb2_buf, 0);
[03:40] <jeremymc>     
[03:40] <jeremymc> on a struct v4l2_sg_buf ?
[03:41] <jeremymc> Basically I want to write a specific known pattern (0xA5A5) directly into the buffer in a driver and look at the resulting file for that pattern
[03:43] <jeremymc> actually its a struct v4l2_buffer          v4l2_buf;
[03:49] <jeremymc> Yes, I know I should be using VB2_buf as it will make my life easier.  But I inherited this code grudgingly
[07:03] <hverkuil> koike: do you have time to quickly review my vimc patch?
[13:20] *** benjiG has left