Zotan has quit [Remote host closed the connection]
Zotan has joined #linux-exynos
dlezcano has quit [Ping timeout: 240 seconds]
dlezcano has joined #linux-exynos
dlezcano has quit [Ping timeout: 250 seconds]
dlezcano has joined #linux-exynos
amitk has joined #linux-exynos
afaerber_ has joined #linux-exynos
afaerber has quit [Ping timeout: 246 seconds]
krzk has quit [Quit: Page closed]
zombah has joined #linux-exynos
dlezcano has quit [Ping timeout: 240 seconds]
ssvb has quit [Ping timeout: 260 seconds]
gordan has joined #linux-exynos
krzk has joined #linux-exynos
dlezcano has joined #linux-exynos
dlezcano has quit [Ping timeout: 240 seconds]
dlezcano has joined #linux-exynos
ssvb has joined #linux-exynos
NaviFullroot has joined #linux-exynos
<NaviFullroot> Hi ppl, I have a q:
<NaviFullroot> What is the difference between exynos-iommu and smmu on armv7(exynos54xx)?
<NaviFullroot> Is it possible to use smmu driver instead of exynos-iommu?
afaerber_ has quit [Quit: Ex-Chat]
<krzk> NaviFullroot: iommu is sysmmu
<krzk> NaviFullroot: what do you mean by smmu?
<krzk> NaviFullroot: actually the opposite - exynos sysmmu is an iommu :)
<javier___> krzk: speaking about exynos iommu, I just answered your question in the ML about why it was not enabled by default in exynos_defconfig
<krzk> Thomas Pietrowski also replied some time ago but I didn't quite get what he had in mind
afaerber has joined #linux-exynos
<javier___> krzk: I see, I missed his answer but now reading I never saw the issue he mentions
<gordan> What is the deal with audio support on the Peach Pi? I've been finding recently that more often than not the Peach Pi audio devices just outright disappear and show up greyed out in KDE system configuration. Only the dummy output shows up not greyed out. Not that audio ever worked on it, but at least the hardware devices were visible.
<gordan> This is with 4.3.0 kernel.
<gordan> Is there a set of out-of-tree patches somewhere that makes audio output work?
<javier___> krzk: I would had thought that v4.3 would be in good shape if that already contain Marek's patches that fixed the issue I mentioned when iommu was disabled
<krzk> everything is messy :)
<javier___> gordan: audio is the only remaining peripheral that is not working reliable on Peach Pi/Pi (and Snow FWIW)
<javier___> gordan: I've been that in my TODO list for a long time but I never find the time to look at it and I'm quite ignorant in ASoC / codecs to start with
<javier___> krzk: but that's the reason why I suggested to give a try in kernelci before posting / landing a patch to enable exynos iommu since there could be issues in other platforms
<krzk> javier___: I can't find your reply... when did you send it?
<javier___> krzk: subject "[PATCH] ARM: dts: exynos5422-odroid*: remove fimd node"
<krzk> krzk: that's strange... I don't have it in my archives... it didn't go to spam neither...
<javier___> weird... I posted like 20 mins ago
<krzk> anyway, I agree overall, but a testing also for Exynso4 and Exynos5250 board would be nice
<krzk> btw, I set up my testing server - currently only with Odroid XU3
<krzk> I need to get some more boards... from Samsung... and at least one more build machine :)
<javier___> krzk: yes, kernelci would at least do a boot test on exynos4 and 5250 but also some manual test would be nice to see that display is actually working
<krzk> javier___: yeah, display test :)
<gordan> javier___: Shouldn't it be possible to get the correct audio driver pulled straight out of the ChromeOS kernel and either drop it into a mainline kernel, or at least bisect it for differences?
<javier___> gordan: yes, the downstream kernel can be used as a reference for sure. Is just not trivial because the drivers in downstream and mainline are very different
<javier___> gordan: also the downstream driver does some layering violations and do more stuff that they should into the ASoC machine driver
<gordan> :(
<javier___> gordan: as I said, I've that on my TODO literally for months, so if you feel brave to look at it or know more about audio, feel free to give a try :)
<javier___> patches are always welcomed ;)
<gordan> javier___: Unfortunately my kernel level development experience is extremely thin. Not completely non-existant, but pretty close to. It is unlikely I'd be able to do it without a sufficiently large amount of support from someone who is at expert level that the guidance overhead would mean it'd be quicker if they just did it directly. :(
krzk has quit [Quit: if things seem under control you're not going fast enough! Ha! :D]
<daniels> javier___: i need to kick sjoerd about getting extremely basic display tests (basically, 'is it a peach pi? right, then ensure it has a 1080p display on eDP-1, and also a HDMI-1 connector') triggered from kernelci
<daniels> javier___: they're still in the lava test defs :P
<sjoerd> daniels: me?
<javier___> daniels: iirc it was you that never pushed in the corect repo :P
<javier___> *correct
<javier___> daniels: but seriously, getting those tests running would be awesome
<javier___> I was just telling sjoerd that found a "Division by zero in kernel" in Exynos DRM driver for v4.4-rc2
<daniels> javier___: eek, where?
<daniels> javier___: and, hm, i thought padovan pushed to the right repo but i guess not
<daniels> sjoerd: i didn't think we had test-definitions run on kernelci/next?
<sjoerd> ah no that part we don't indeed
<javier___> daniels: I meant that I didn't find it yet in https://git.collabora.com/cgit/singularity/qa/test-definitions.git/tree/kernel
<daniels> javier___: yeah indeed
<javier___> daniels: but I know the tests and are awesome :)
<daniels> javier___: any day now ... ;)
<NaviFullroot> krzk: well, i'm looking at drivers/iommu and found exynos-iommu.c and arm-smmu.c driver's, they both implements iommu_ops.
<NaviFullroot> Also, is there possible to boot exynos 5422(odroid xu3) on kernel 4+ with HYP mode?
<javier___> NaviFullroot: krzk already left
<javier___> NaviFullroot: it depends on whether your firmware boots the kernel in HYP or SVC mode AFAIU
<javier___> the odroid XU3 firmware is really bad, it doesn't even allow proper MCPM so things like CPUidle don't work
<javier___> so I wouldn't be surprised if KVM wouldn't work too
<NaviFullroot> javier___: well, u-boot boots it in HYP mode, and kernel 3.10 works(including kvm). But same u-boot and kernel 4.2 doesn't work.
<javier___> NaviFullroot: interesting, I should give a try to do that as well
* javier___ adds to his TODO
<javier___> probably I never will though :P
<javier___> my list just keeps growing...
dlezcano has quit [Ping timeout: 250 seconds]
dlezcano has joined #linux-exynos
NaviFullroot has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
dlezcano has quit [Ping timeout: 240 seconds]
NaviFullroot has joined #linux-exynos
zombah has quit [Quit: Leaving]
dlezcano has joined #linux-exynos
dlezcano has quit [Ping timeout: 250 seconds]
dlezcano has joined #linux-exynos
dlezcano has quit [Ping timeout: 250 seconds]
dlezcano has joined #linux-exynos
dlezcano has quit [Ping timeout: 240 seconds]
dlezcano has joined #linux-exynos
liquidAcid has joined #linux-exynos
gordan has left #linux-exynos ["Konversation terminated!"]
afaerber has quit [Quit: Ex-Chat]
amitk has quit [Quit: leaving]
ssvb has quit [Ping timeout: 250 seconds]
afaerber has joined #linux-exynos
ssvb has joined #linux-exynos
liquidAcid has quit [Quit: Leaving]
zombah has joined #linux-exynos
zombah has quit [Quit: Leaving]