[02:02] <taliho> Hi.. in mem2mem devices the timestamp is copied from the output to the capture buffers (with V4L2_BUF_FLAG_TIMESTAMP_COPY set)
[02:03] <taliho> is there a way to signal that the timestamp to the output buffer that the timestamp is uknown? i.e. is it allowed to use some negative value that will copied to the capture buffers?
[02:04] <taliho> sry that wasn't clear.. I meant -  is there a way to signal that the timestamp  on the output buffer is unknown?
[07:29] <gnurou> taliho: I suppose you can decide an arbitrary timestamp value to mean "unknown" in your application and give that to your OUTPUT buffers?
[08:00] <montjoie> pinchartl: hello as old zoran maintainer, perhaps you already encountered my problem:
[08:01] <montjoie> my driver work in RAW mode, but for MJPEG, the statcom entries are modified by the DMA (I got a size and hwseq)
[08:01] <montjoie> but the buffer is untouched
[08:01] <montjoie> the sequence of btwrite are the same than the old driver
[08:03] <montjoie> and the xxcoder_call also
[08:04] <montjoie> dumping all registers before the "start" show the same values
[09:42] *** ShorTie has left 
[11:05] <pinchartl> montjoie: that was 20 years ago... I'm afraid I can't remember
[11:38] <montjoie> I have headaches, the process works since it said "x bytes compressed" but cannot find them:)
[16:07] <taliho> thanks gnurou, yes I could use some large number to represent an unknown timestamp. I was wondering whether a negative time number can be used instead...
[16:08] <taliho> I tested on the s5p-mfc and it works, but not sure if that in general for v4l2 api, or whether a different driver could reject negative timestamps
[16:41] <ezequielg> taliho: i'm not sure the kernel would validate a vb2_buffer timestamp.
[16:41] <ezequielg> i'd say this goes to userspace.
[16:42] <ezequielg> for codecs, timestamps are used to find reference buffers, but I think that's a different story.
[16:43] <ezequielg> taliho: why don't you just pass zeroed timestamp?
[16:43] <taliho> hi ezequielg
[16:44] <taliho> we pass a zero timestamp at the moment, but zero is a vaild timestamp
[16:45] <ezequielg> valid for who?
[16:45] <taliho> so on the capture buffers it's hard to say what the 0 refers to
[16:45] <ezequielg> i don't recall if we define what's valid in v4l2's spec
[16:45] <taliho> it's a valid timestamp in ffmpeg
[16:47] <ezequielg> right, so valid is something userspace defines.
[16:49] <taliho> yes, if is the timestamp is unknown we set it to (int64_t)(0x80......)
[16:51] <taliho> do you think it's should be fine to set this timestamp on the output buffers?
[16:52] <ezequielg> what i'm trying to say is that the kernel doesn't give any semantics to valid or invalid timestamp -- on our current spec.
[16:53] <ezequielg> i.e. whatever the application decides invalid means, will work.
[16:53] <ezequielg> e.g. 0x80000000 of (struct timeval)(-1)
[16:53] <ezequielg> i can be wrong, though :-)
[16:53] <ezequielg> s/of/or above ^
[16:54] <taliho> great :) thanks for clarifying!
[16:56] <ezequielg> out of curiosity, what m2m device are you working on?
[16:56] <taliho> I have s5p-mfc and RPi4
[16:59] <taliho> ezequielg: I was trying to test this trivial patch
[16:59] <taliho> https://patchwork.ffmpeg.org/project/ffmpeg/patch/20200429081426.19637-1-ming.qian@nxp.com/
[17:00] <taliho> but something is clearly wrong... :)
[17:02] <ezequielg> interesting! gotta go now, good luck with that.
[17:03] <taliho> see you, thanks for the help with the timestamps
[17:24] *** svarbanov has quit IRC (Ping timeout: 264 seconds)
[18:19] *** dv_ has quit IRC (Read error: Connection reset by peer)
[20:46] <syoung> hverkuil: pulse8 is a serio type driver; how does the serio driver get loaded when a pulse8 cec usb device is plugged in?
[20:47] <syoung> I've got an IR device which is also needs a serial driver, so I'd like write a driver for it. Just trying to understand how this all fits together.
[20:49] <syoung> I get that "inputattach --pulse8-cec /dev/ttyN" will work, but is there anything does this automatically?
[20:50] <syoung> anything that does this