<!-- Some styling for better description lists --><style type='text/css'>dt { font-weight: bold;float: left;display:inline;margin-right: 1em} dd { display:block; margin-left: 2em}</style>

   tfiga: <u>hverkuil</u>: pong
   hverkuil: <u>tfiga</u>: ping
   <br> Regarding the 'remove V4L2-FLAG-MEMORY-NON-CONSISTENT' thread:
   <br> I was out most of last week, so I haven't followed the latest posts on that.
   <br> I'm a bit confused. Is this problem just with this flag, or with the V4L2_BUF_FLAG_NO_CACHE_CLEAN/INVALIDATE flags as well?
   tfiga: I believe it's only with the flag
   <br> also the begin/end_cpu_usage() should be fine
   <br> but the patches are kind of intertwined, so not sure if it's 100% safe to do a partial revert
   hverkuil: I would prefer to have a patch on top that strips the V4L2_FLAG_MEMORY_NON_CONSISTENT support. I would hate to see the caching hints support to be lost as well.
   <br> I don't think that would be too difficult.
   tfiga: okay, so I guess Christoph's patch does it
   <br> the one that I asked you for a revert
   hverkuil: That patch is close, but it should also remove the new flags field from vb2_core_reqbufs and vb2_core_create_bufs, since that's no longer used.
   <br> If I have a patch for that this week/next week, then that should be early enough to revert in 5.9.
   <br> What I don't understand is what the plan is going forward: is it going to be impossible to create non-coherent buffers? Or does it require the use of a completely different API?
   <br> kAPI?
   tfiga: Christoph said that he would create a new kAPI for it, something like dma_alloc_noncoherent()
   hverkuil: OK. So basically today support for this isn't actually available (even though we erroneously thought it was), but it is being worked on, and then we can retry adding support for this flag. Is that correct?
   tfiga: yes
   hverkuil: Great, that makes sense. So once I have a v2 of Christoph's patch removing the flags argument and it is reviewed/acked by you, then I can make a PR for 5.9.
   <br> Is that something you'll pick up?
   tfiga: What do you mean by pick up?
   hverkuil: post a v2 patch based on Christoph's patch. Alternatively, I can reply to his patch asking him to remove the flags argument. But then we need to wait for his v2.
   tfiga: ah, okay, I can do that
   <br> but then probably doesn't make sense to self-review/self-ack it :)
   <br> or let me check with Sergey
   <br> <u>hverkuil</u>: what do we do with v4l2-compliance? it uses the flag already
   hverkuil: Support in v4l2-ctl/compliance for this flag should be reverted as well. Not a problem.
   tfiga: okay, I'll review Christoph's revert patch and make sure what's missing there
   kbingham: sailus, I've had some community interaction with people trying to get the IPU3 modules loaded on their device, but they're saying the PCI vendor comes up as 8086:8a19, rather than 8086:1919 used by the IPU3 driver. Is there anyway to find out what the 8a19 device corresponds to? Is it still an IPU3? My google-fu is letting me down.
   sailus: <u>kbingham</u>: 8a19 is not IPU3.
   kbingham: sailus, I think it's IPU4
   sailus: One of IPU4 variants, yes.
   kbingham: But it's not listed in https://github.com/intel/intel-camera-drivers/blob/master/drivers/media/pci/intel-ipu4/intel-ipu4.h either.
   sailus: It's newer than that.
   kbingham: sailus, Ok thanks, so unlikely to be able to even support with that joule driver then. I have already recommended that there are some nice USB cameras available to buy ... I think that's the only option for those devices ;-(
   sailus: Yeah, unfortunately I'm not able to help here.
   tfiga: wow, I didn't know IPU4 actually existed anywhere in practice
   kbingham: Don't worry - I understand. Confirmation that it's /not/ an IPU3 is all I needed.
   tfiga: fwiw, there is also some driver available for :5a19
   <br> https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/974918
   <br> but I guess :8a19 is still something else
   kbingham: tfiga, haha, is that a mix of the 5a88 and the 8a19 ;-)
   tfiga: lol
   <br> I also have one for :9a19
   <br> but that's too far ahead
   <br> https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/2043435/
   kbingham: interesting that the '19' suffix is retained. Certainly seems to be some part-type encoding in those values ...
   tfiga: maybe doing a weighted average of both drivers could give you a working one
   <br> ;)
   kbingham: tfiga, I'm sure we can just run all the IPU* drivers into some AI and get a combined result for all of them ;-) Simples...
   tfiga: they call it "bring-up engineers"
   sailus: <u>kbingham</u>: Don't assume too much about device IDs. If it's different, it's just a different device, not more can be assumed.