[00:58] *** ShorTie has left 
[07:10] *** hverkuil has left 
[07:59] <hverkuil> sailus: ping
[08:25] <sailus> hverkuil: Pong.
[08:27] <hverkuil> Regarding "docs-rst: media: Document s_stream() video op usage for MC enabled devices":
[08:28] <hverkuil> I was wondering if you saw my idea about having stream_prepare/s_stream/stream_unprepare ops to avoid the recursion problem but still have more control over the initialization sequence.
[08:29] <hverkuil> I can be discussed further on the mailinglist, just wanted to make sure you read it.
[08:38] <pH5> hverkuil: I worry about chained csi-2 links. if each link needs the stream_prepare(tx),stream_prepare(rx),s_stream(tx,1),s_stream(rx,1) dance, and the middle device needs its input link completely up before starting its output link, that couldn't be achieved by just broadcasting stream_prepare to all subdevices in pipeline order, followed by s_stream(...,1).
[08:38] <pH5> that is a theoretical concern, as I haven't seen such devices yet.
[09:03] <pinchartl> hverkuil: that's becoming quite complex :-/ I'll try to reply to your e-mail
[09:08] *** Whoopie has quit IRC (Ping timeout: 240 seconds)
[09:43] <sailus> hverkuil: I've been thinking about that.
[09:45] <sailus> It'd mean you'll need to traverse the pipeline three times instead of just once.
[09:45] <pinchartl> sailus: not necessarily
[09:45] <pinchartl> it would be up to each driver
[09:46] <pinchartl> s/would/could/
[09:46] <sailus> The order in which streaming is started in each sub-device won't still be known.
[09:46] <sailus> I'm not certain it'll be enough.
[09:47] <sailus> pinchartl: What could be up to each driver?
[09:48] <pinchartl> let me read the e-mail thread first to make sure I understand the proposal correctly
[11:53] <hverkuil> mchehab: sailus: I hope to review your open.rst comments tomorrow or Monday.
[11:54] <mchehab> ok
[11:54] <mchehab> I'm about to send a new revision of the RFC
[11:59] <mchehab> sailus, hverkuil: RFC v2 sent
[11:59] <sailus> mchehab: Thanks.
[11:59] <sailus> Meeting?
[11:59] <mchehab> yep
[12:00] <mchehab> sailus: I did some improvements on some descriptions, to make things a little clearer (IMHO)
[12:00] <sailus> Ack. I'll try to review it later today.
[12:01] <mchehab> ok
[12:19] <zzam> is there any reviewer available with expertise in area of i2c_client attach and detach?
[12:38] <zzam> mchehab: who could review dvb i2c_client detach code changes besides you and antti?
[12:39] <mchehab> zzam: right now, it is only I and crope working on such area
[12:39] <mchehab> s/only I/only me/
[12:41] <zzam> mchehab: nobody commented on my i2c_unregister_device vs dvb_unregister_frontend ... order change
[12:41] <mchehab> is your patch at patchwork?
[12:41] <zzam> sure
[12:42] <mchehab> I intend to take a look on the remaining DVB patches tomorrow or during this weekend
[12:42] <zzam> mchehab: the first of two: https://patchwork.linuxtv.org/project/linux-media/list/?submitter=162
[12:42] <zzam> both :)
[12:44] <mchehab> OK
[12:49] <zzam> mchehab: I saw that the chapter in documentation about frontend driver attaching is rather unspecific
[12:50] <mchehab> yes, by purpose :-)
[12:50] <zzam> mchehab: but maybe first the code should be improved :)
[12:50] <mchehab> yes, we need to improve the code before adding it there
[12:50] <mchehab> the new way to attach I2C device is too big
[12:50] <zzam> definitely
[12:50] <mchehab> IMHO, we need a helper function that would be doing the right thing
[12:51] <mchehab> instead of copying dozens of lines for every new attach
[12:51] <mchehab> I'll seek for some time on the next three weeks to address it
[12:51] <mchehab> (merge window - means I have more time to develop new stuff :-) )
[12:52] <zzam> yes, and make the failure path simple (or just generic at end of function) to also not repeat it over and over in slightly different ways
[12:52] <mchehab> zzam: if you want/have time, feel free to propose something
[12:52] <mchehab> Akira did a propose about that in the past
[12:52] <mchehab> patches are at patchwork
[12:53] <mchehab> (marked as new)
[12:54] <zzam> if I find some time I will have a look
[12:54] <mchehab> https://patchwork.linuxtv.org/project/linux-media/list/?submitter=6368
[12:55] <mchehab> (sorry, Akihiro)
[12:55] <mchehab> crope had some objections to the approach taken there
[12:56] <mchehab> that's why it was not merged
[12:59] <zzam> mchehab: is there a clear list of what is required for such a solution or is that just implicit in some brains judging it after proof of concept is created?
[13:00] <mchehab> zzam: there is, actually, just one requirement: it should work when a tuner is just V4L, just DVB or hybrid
[13:01] <mchehab> (and, a second one: people should be comfortable with :-) )
[13:01] <zzam> and I guess it should work for demod, tuner, sec
[13:01] <zzam> and not break old style drivers
[13:01] <mchehab> yes, but the main issue is with tuners, as they can be hybrid
[13:01] <mchehab> e. g. they need to be registered on two subsystems, on such case
[13:02] <mchehab> the approach taken by crope on newer devices allow that, as far as I know
[13:03] <mchehab> perhaps you should ping crope at the #linuxtv channel if you want further discussons
[15:35] <sailus> neg: Ping?
[15:37] <neg> sailus: pong
[15:39] <sailus> neg: Would you have a moment to discuss async notifiers?
[15:39] <neg> yes
[15:42] <sailus> Good.
[15:42] <sailus> I briefly chatted the matter with Laurent recently, and the discussion touched the topic of v4l2_dev in notifiers.
[15:43] <sailus> We've previously discussed that registering a plain notifier in sub-devices isn't a workable approach, as registering a notifier requires v4l2_dev.
[15:43] <sailus> But that requirement can be removed: we just allow registering notifiers without v4l2_dev.
[15:43] <sailus> What it means that no sub-devices can be registered through that notifier until the v4l2_dev is known.
[15:44] <sailus> It will be once the sub-device that registered the notifier is registered (with the v4l2_dev).
[15:45] <sailus> What would you think of that?
[15:47] <neg> Is that not almost the same as in our proposed patches for sub-notifers?
[15:47] <sailus> Almost, but not quite. :-)
[15:47] <sailus> It has no concept of sub-notifiers.
[15:47] <sailus> The notifiers without v4l2_dev would be handled slightly differently.
[15:48] <neg> OK, so it would be handeld from driver code in the registered() callback?
[15:48] <sailus> Hopefully net.
[15:48] <sailus> It can be handled in V4L2 async instead.
[15:49] <sailus> When a sub-device is registered, the notifier stored into struct v4l2_subdev can be found without interaction with the driver.
[15:50] <neg> OK, I'm happy with allowing notifiers to be registered without a v4l2_dev but not sure how it's different from sub-notifieres if it's to be handeled by v4l2 async :-) Would not the subdevice driver have to 'register' a notifer at probe time in both cases?
[15:50] <sailus> The notifier can be registered at probe time, yes.
[15:50] <sailus> And that was the intent, wasn't it?
[15:50] <sailus> Whereas sub-notifiers are registered in the .registered callback.
[15:51] <neg> Yes, I think that is for the best to register at probe time :-)
[15:51] <neg> In my latest patches for sub-notifiers they where registerd at probe time and the async framework took care of the rest
[15:51] <sailus> Ok.
[15:51] <sailus> I must have missed those patches.
[15:52] <neg> The notifier was registerd in v4l2_async_test_notify()
[15:52] <sailus> Ok.
[15:52] <sailus> In that case there isn't much of a difference.
[15:52] <neg> https://www.spinics.net/lists/linux-renesas-soc/msg16435.html
[15:52] <sailus> Indeed.
[15:53] <sailus> Anyway. I think we've separately arrived to the same approach. That's a good sign.
[15:54] <neg> Yes :-)
[15:54] <sailus> We'll just need to come up with a single set of patches. :-)
[15:55] <neg> So I followed the suggestion from Hans and broke out patch 1/4 -- 3/4 in '[PATCH 0/4] v4l: async: fixes for v4l2_async_notifier_unregister()' which the sub-notifer now depend on and was planing to post a v5 once concensus about that sereis was reached
[15:56] <neg> So if we now are of one mind maube you can have a look at that series and if that is OK I will repost a v5 of the sub-notifier and we can hatch out the final details? I remeber I saw some nice things un your proposal for sub-notifiers so my approch can surley be improved
[15:58] <sailus> Let me read the e-mails I haven't yet in the thread.
[15:59] <neg> np, I will have a long weekend so will not work tomorrow and be back first on Monday
[15:59] <sailus> neg: Ack.
[16:05] *** benjiG has left 
[16:11] <sailus> hverkuil: Still there?
[16:21] <sailus> neg: Replied.
[16:21] <sailus> I'll be off in a moment as well.
[16:21] <sailus> Have a nice week-end!
[16:23] <neg> sailus: thanks, you too