<binarycraft[m]> jenneron: redirected it in txt
alpernebbi has quit [Ping timeout: 480 seconds]
alpernebbi has joined #linux-cros-arm
hexdump0815 has joined #linux-cros-arm
hexdump01 has quit [Ping timeout: 480 seconds]
<jenneron[m]> binarycraft: use `ffplay -vcodec h264_v4l2m2m file.mp4`
<binarycraft[m]> jenneron: here it is
<jenneron[m]> binarycraft: send dmesg
<jenneron[m]> and lsmod
<jenneron[m]> binarycraft: uh, there is no video decoder in mt8183.dtsi
<jenneron[m]> there is one in mt8173.dtsi
<jenneron[m]> called "vpu"
<jenneron[m]> there is only 8173
<jenneron[m]> binarycraft if you want this feature working, you will have to take a look into downstream sources whether mt8173 and 8183 are different at this point
<jenneron[m]> I can check it later, but I don't have a device to work on it
<binarycraft[m]> jenneron[m]: Ok, thanks
<jenneron[m]> actually I can't work on mostly anything for now because I have electricity only for a few hours per day, so spring chromebook is still waiting for further work :(
<jenneron[m]> binarycraft: i looked into mt8183 video decoding, it uses vcodec driver instead of vpu, see https://github.com/torvalds/linux/blob/master/drivers/media/platform/mediatek/vcodec/mtk_vcodec_dec.c. it has mt8183 compatible, so it is supported in driver, but device tree binding is missing. you can try to bind it yourself using downstream as a reference, see
<binarycraft[m]> <jenneron[m]> "actually I can't work on..." <- How come
<binarycraft[m]> Where is that
<jenneron[m]> this downstream is 5.15, it may use very close to upstream driver
<jenneron[m]> binding may be very similar
<jenneron[m]> binarycraft[m]: because of russia
<jenneron[m]> binarycraft[m]: Ukraine
<binarycraft[m]> jenneron[m]: 🥺, I saw the news that the war is almost over
<jenneron[m]> lolwhat
<binarycraft[m]> jenneron[m]: BBC or something?
<binarycraft[m]> It isn't
<binarycraft[m]> ?
<jenneron[m]> well, check http://deepstatemap.live/
<jenneron[m]> besides occipied territories left, we are being terrorized with bombing our energy infrastructure, that's why i don't have electricity
<jenneron[m]> they think they can force us to capitulate this way, of course it won't work, but i still have to deal with missing supply
<binarycraft[m]> jenneron[m]: The state you are in is unimaginable, hope you are ok
<binarycraft[m]> How is food supply
<jenneron[m]> i'm fine as long as here are no russians where i am
<jenneron[m]> everything else we can deal with
<jenneron[m]> binarycraft[m]: we can't have problems with food in this region, we only have problems with exporting food because of blocked sea ports, so some other countries suffer
<binarycraft[m]> jenneron[m]: Yeah, also saw that on the news, that affected global grain supply
<binarycraft[m]> jenneron[m]: So everything is normal except energy supply? So I guess there is no work
<jenneron[m]> i think to build a solar power plant at home
<jenneron[m]> at least to power up PC
<jenneron[m]> to mainline
<binarycraft[m]> <jenneron[m]> "binarycraft: try simply applying..." <- Thanks, will check it out