[02:20] <ndufresne> koike: yes, it's fixed in the media tree already iirc
[02:20] <ndufresne> it's a very ancient vb2 bug
[02:21] <ndufresne> (which wasn't in vb1 ;-P)
[02:21] <koike> ndufresne: ah, ok, thanks :)
[02:22] <koike> what is the main difference of using dev_err and v4l2_err, do we have a preference for using one over the other?
[02:24] <koike> I was using dev_err, but I want to reduce the number of elements in my internal sctruct, so now I need to do dev_err(sd->v4l2_dev->dev, ...), so I was thinking in migrating everything to v4l2_err, so I can do only v4l2_err(sd, ...). But now to use v4l2_dbg I need to define a debug parameter in my module (I don't need to do that with dev_dbg)
[02:28] <koike> hm, it seems that dev_{err,dbg,...} allows dynamic debug while v4l2_{err,dbg,...} doesn't. I think I'll keep using dev_* then
[03:15] <koike> but dev_err doesn't show the name of the struct v4l2_subdev :(
[07:06] <hverkuil> koike: dev_* is preferred these days.
[07:43] <hverkuil> sailus: can you look at this patch: https://patchwork.kernel.org/patch/9636785/
[07:44] <hverkuil> Specifically the MEDIA_BUS_FMT_UYYVYY10_1X24/30/36/48 formats?
[07:45] <hverkuil> The _1 suggests one sample per pixel, but it really is 0.5 sample per pixel since one sample contains two Y pixels.
[07:45] <hverkuil> Should it be MEDIA_BUS_FMT_UYYVYY10_0_5X24/30/36/48?
[07:45] <hverkuil> I think so, but I would like your opinion.
[08:02] <pinchartl> mchehab: you pinged me while I was away, but I don't have the context
[08:19] <hverkuil> pinchartl: welcome back!
[08:20] <hverkuil> Did you have a good vacation?
[08:21] <rellla> pinchartl: hi, back again and immediately the first question :p
[08:21] <rellla> i watched the stream of your presentation at elc 2017. are there any updates for the timeline? ;) just curious ...
[08:21] <pinchartl> hverkuil: I did, thanks
[08:21] <pinchartl> rellla: I'll handle my e-mail backlog this week and will resume work on the code next Tuesday
[08:22] <rellla> pinchartl: great, thanks.
[08:23] <pinchartl> I wanted to finish it before leaving for holidays but it was too short
[08:59] <tfiga> pinchartl: Hi :)
[08:59] <tfiga> Hope you had good holidays :P
[09:01] <pinchartl> tfiga: I did, thank you
[09:12] <tfiga> Great! I guess that means you have recovered a lot of energy for the request API ;)
[09:35] <pinchartl> tfiga: I knew you would ask when I would be back :-)
[09:36] <tfiga> pinchartl: yeah, it's quite important for me :)
[09:37] <tfiga> to the extent that I would be happy to help with it
[09:37] <tfiga> and we might even have one more person that could help
[10:00] <pinchartl> tfiga: I'm going through my mail backlog this week
[10:26] <andrius> How to list control min and max values?
[10:27] <andrius> which structure has them
[14:27] <ayaka> hverkuil, good news for you, finally the rockchip would assign a fresh man to do the upstream driver for the MIPI controller
[14:31] <zro> anyone got experience with a Hauppauge ImpactVCB card?
[14:46] <koike> sailus: thanks for reviewing vimc, sorry, I missed your last email about dropping the input IOCTLs, I'll update this and send a new version again
[15:01] <koike> sailus: it seems that the input IOCTLs are mandatory, v4l2-compliance complains if I remove them
[15:50] *** benjiG has left 
[16:25] <mchehab> pinchartl: yes, I pinged... I forgot you were in vacations...
[16:26] <mchehab> basically, there are two bugs with the uvcdriver when used with Raspberry Pi 3 (and likely other models as well)
[16:26] <mchehab> on upstream Kernel
[16:27] <mchehab> one of the bugs is at the dwc2 driver and its ISOC support - I guess it is totally unrelated with uvcdriver
[16:28] <mchehab> the second bug - with is the reason why I pinged you is related to alignment issues required by dwc2 drivers - and seems to be present also on some other MC
[16:29] <mchehab> basically, the dwc2 driver requires that the buffer size should be dword-aligned
[16:29] <mchehab> that breaks uvcdriver control caching logic, with doesn't do any alignment
[16:31] <mchehab> the "fix" at dwc2 driver is to double-buffer... creating a temporary buffer, with obviously has performance impacts
[16:31] <mchehab> Greg wants this to be fixed at the uvc driver.
[16:31] <mchehab> pinchartl: would that be ok for you?
[17:20] <sailus> koike: I think it would be good to discuss that with Hans.
[17:20] <sailus> The input IOCTL don't really make sense on the video nodes as they are not really an interface to what they're meant to be.
[17:21] <sailus> There was once a proposal to define different device classes for plain V4L2, MC + V4L2 + V4L2 subdev etc., that would help here.
[17:22] <sailus> I need to go now but I'll still read my e-mail later today.
[17:24] <koike> hi hverkuil, when you have time, could you comment on this ^ please? It is also in the mailing list
[17:57] <mchehab> sailus: I don't agree. it is part of the V4L2 spec.
[17:57] <mchehab> as we don't have any profiles for MC, what's written at the spec is valid
[18:08] <narmstrong> hverkuil: sailus: Hi Sakari, I need your expertise for the 4:2:0 transmission over 48bit bus format I sent for the Synopsys HDMI Tx Controller
[18:10] <narmstrong> hverkuil corrected me for the MEDIA_BUS_FMT_UYYVYY10 part, but I don't understand why the _0_5X24/30/36/48 ?
[18:13] <narmstrong> wait, ok I just understood... I did'nt understood the doc last time, now it seems clearer
[18:14] <narmstrong> If MEDIA_BUS_FMT_UYYVYY10_0_5X24/30/36/48 is ok, I will send a v5
[21:02] <sailus> mchehab: Other MC drivers do not implement input IOCTL either.
[21:03] <sailus> That's because it's the sub-device drivers that control the input selection, not the DMA engine. The two do not have static relationship in general.
[21:03] <sailus> It depends on the pipeline configurations, just like it does for controls.
[21:04] <sailus> It's an age-old discussion, but a libv4l2 plugin that is in control of the pipeline should provide input IOCTL functionality for the library users.
[21:30] <shuah> sailus: What's the status of your "vb2: Handle user cache hints, allow drivers to choose cache coherency" patch series
[21:34] <shuah> I am debugging a pagefault when mmap'ed capture buffer is exported - when importer tries to map it fails - I think it is an issue with the dmabuf isn't being backed by struct page - would like to discuss the problem with you and pinchartl
[21:35] <shuah> Please see the thread - //www.spinics.net/lists/stable/msg164204.html for my discussion with Russell King on this pronlem