[22:28] <julius> i can send them to germany and pay the postage
[01:17] <pinchartl> javier__: I started from the last patches because they fix issues in the first patches. if the series doesn't get rebased and fixes squashed in the commits that were wrong to start with there's no option but start from the end
[01:36] <javier__> pinchartl: got it, that makes sense
[07:13] <pinchartl> hverkuil: "[PATCH 2/4] v4l: vsp1: Add Cubic Look Up Table (CLU) support" adds a new ioctl. would I be right to guess you would recommend using a control instead ?
[09:18] <hverkuil> Hmm. Normally yes, but there is already a LUT_CONFIG so adding a CLU_CONFIG is consistent. BTW, how likely is it that you only program part of the CLU?
[09:19] <hverkuil> Another BTW: LUT_CONFIG really could use some more documentation such as the precise format of the data in the table (RGBA?).
[09:20] <pinchartl> very good question, I've actually asked about the use cases internally to find out how likely that would be :-)
[09:20] <pinchartl> and regarding LUT_CONFIG
[09:20] <pinchartl> I'm thinking about turning it into a control too
[09:22] <hverkuil> If both are controls, then that would be very nice.
[09:24] <hverkuil> Same comment as for LUT_CONFIG applies to CLU_CONFIG: how should the value be interpreted? That should be documented in the vsp1.h header. Perhaps with a reference to the corresponding datasheet section.
[09:25] <pinchartl> I agree
[09:25] <pinchartl> if only full updates are needed turning the ioctls into controls shouldn't be difficult
[09:26] <pinchartl> if partial updates are needed... *sigh* :-)
[09:30] <hverkuil> and if partial updates are needed, then it would be good to know what sort of updates those are: scattered throughout the cubic array, or full blocks of 17x17 (say, only [0][0..16][0..16] is updated).
[09:31] <hverkuil> In the last case it is an option to create 17 controls, one for each [X][0..16][0..16] block.
[09:32] <hverkuil> Also interesting is how often it is updated. If it is a one time deal, then a single control is fine.
[09:33] <pinchartl> it's interesting you mention [0][0..16][0..16]
[09:33] <pinchartl> as the CLU can work in two modes
[09:33] <pinchartl> 2D or 3D
[09:33] <pinchartl> only 3D mode is currently supported
[09:33] <pinchartl> in 2D mode only [0][0..16][0..16] is used :-)
[09:35] <pinchartl> larsc: I might have asked before, do you have upstream plans for ADV7482 ?
[09:35] <pinchartl> hverkuil: same question for you actually, just in case :-)
[09:35] <hverkuil> you mean upcoming changes? No.
[09:36] <hverkuil> The only planned change is adding CEC support, but that depends on the CEC framework to get in and I don't have time at the moment to continue working on that (still a few things that can use improvement there)
[09:36] <pinchartl> no
[09:36] <pinchartl> I mean ADV7482, not ADV7842
[09:37] <pinchartl> (don't blame me for the confusing chip names :-))
[09:37] <hverkuil> Oh :-)
[09:37] <hverkuil> No
[09:37] <hverkuil> is that a transceiver?
[09:38] <pinchartl> it's an HDMI receiver with a CSI-2 output
[09:39] <hverkuil> Ah, similar to the tc<something> driver.
[09:39] <tnt> is that in a git tree somewhere ?
[09:41] <pinchartl> adv7482 ? no, there's no driver
[09:41] <larsc> pinchartl: no
[09:42] <pinchartl> larsc: you've just destroyed my last hopes :-D
[09:42] <tnt> pinchartl: ok, nm I thought since you asked about "upstreaming" that there was one in a fork somewhere that wasn't merged.
[09:42] <larsc> but if you generate enough enquiries about a driver to the product line you might get one ;)
[09:43] <larsc> (in ~4 years)
[09:43] <pinchartl> can you make that ~4 weeks ?
[09:43] <pinchartl> hverkuil: which tc<something> ?
[09:43] <larsc> In ~4 weeks I'm on vacation
[09:44] <hverkuil> tc358743.c
[09:44] <hverkuil> media/i2c
[09:44] <hverkuil> my memory can only hold 4 digits. 6 is too many :-)
[09:45] <pinchartl> :-)
[09:45] <pinchartl> thanks
[10:06] <pinchartl> larsc: do you know of any evaluation board for the ADV7482 ?
[10:08] <larsc> pinchartl: if it is not on the public website I don't know about it
[10:09] <pinchartl> fair enough :-)
[10:21] <tnt> larsc: I'm wondering, did a driver for the fpga csi core ever appear on a git tree somewhere ?
[10:25] <larsc> no
[10:25] <larsc> I don't think so
[10:52] <sailus> hverkuil: Huomenta!
[11:23] <hverkuil> sailus: pong
[11:49] <sailus> hverkuil: How do you do?
[11:50] <hverkuil> fine, thanks. You too?
[11:50] <sailus> Fine, too, thanks!
[11:51] <sailus> I read your reply regarding the min_length handling.
[11:51] <sailus> I still am not sure if you've considered allocating buffers while streaming for a format which is *not* used for streaming.
[11:51] <sailus> The plane sizes for that format are entirely unrelated to the current format.
[11:55] <sailus> That's what I'm concerned about in the patchset.
[11:55] <hverkuil> It's OK to call CREATE_BUFS while streaming for a buffer that is smaller than the current format.
[11:57] <sailus> Then what's min_length about?
[11:59] <hverkuil> That stores the length as requested by CREATE_BUFS for each allocated buffers. If that buffer is used later in combination with USERPTR or DMABUF streaming, then vb2 will check that the memory passed in is at least of that size.
[12:01] <sailus> Right.
[12:01] <sailus> Let me re-check the patches.
[12:01] <sailus> My apologies for asking stupid questions.
[12:09] *** Você changes his alias to mchehab
[15:06] <jmleo> hverkuil, larsc ping
[15:06] <hverkuil> jmleo: pong
[15:06] <jmleo> I have written a custom EDID, and have both a adv7611 and a adv7604. On the first one it works well, on the second one, it does not find the signal... any idea ?
[15:07] <jmleo> with the edid=hdmi in v4l2-ctl it wors well though
[15:08] <eballetbo> pinchartl: sorry, is your repo in linuxtv somehow broken ? (on git clone I got error: Unable to find 322474f64b5ff6b9a0fa05ad632c75ca5e526fcc under http://git.linuxtv.org/pinchartl/media.git)
[15:16] <hverkuil> jmleo: no idea. Find the differences, I guess. ADV have a nice free EDID editor (windows, but it works under wine).
[15:18] <larsc> jmleo: could be anything
[15:18] <larsc> does not have to be edid related
[15:18] <larsc> check what the transmitter is seeing
[15:34] *** hverkuil has quit IRC (Quit: hverkuil)
[15:34] *** crope_ has quit IRC (Quit: crope_)
[15:34] *** larsc has quit IRC (Quit: larsc)
[15:34] *** smartin_ has quit IRC (Quit: smartin_)
[15:34] *** ezequielg has quit IRC (Quit: ezequielg)
[15:34] *** henr_k_ has quit IRC (Quit: henr_k_)
[15:34] *** MJRider has quit IRC (Quit: MJRider)
[15:34] *** r0kc4t has quit IRC (Quit: r0kc4t)
[15:34] *** lexano has quit IRC (Quit: lexano)
[15:34] *** roosemberth has quit IRC (Quit: roosemberth)
[15:34] *** javier__ has quit IRC (Quit: javier__)
[15:34] *** qbasicer_ has quit IRC (Quit: qbasicer_)
[15:34] *** d00gster__ has quit IRC (Quit: d00gster__)
[15:34] *** kevin_ has quit IRC (Quit: kevin_)
[15:34] *** Smx has quit IRC (Quit: Smx)
[15:34] *** Whoopie has quit IRC (Quit: Whoopie)
[15:34] *** tizbac has quit IRC (Quit: tizbac)
[15:34] *** julius has quit IRC (Quit: julius)
[15:34] *** harrow has quit IRC (Quit: harrow)
[17:04] *** barjavel.freenode.net sets mode: +o ChanServ