rellla changed the topic of #linux-sunxi to: Allwinner/sunxi /development discussion - did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait! - https://github.com/linux-sunxi/ - Logs at http://irclog.whitequark.org/linux-sunxi - *only registered users can talk*
mru has quit [Ping timeout: 245 seconds]
mru has joined #linux-sunxi
Mangy_Dog has quit [Ping timeout: 268 seconds]
apritzel has quit [Ping timeout: 240 seconds]
s_frit has quit [Remote host closed the connection]
s_frit has joined #linux-sunxi
lkcl has quit [Ping timeout: 265 seconds]
lkcl has joined #linux-sunxi
specing_ has joined #linux-sunxi
specing has quit [Ping timeout: 268 seconds]
specing_ is now known as specing
kaspter has joined #linux-sunxi
sunilmohan has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
sunilmohan has joined #linux-sunxi
sunilmohan has joined #linux-sunxi
tuxd3v_ has joined #linux-sunxi
tuxd3v has quit [Ping timeout: 246 seconds]
cnxsoft has joined #linux-sunxi
victhor has quit [Ping timeout: 246 seconds]
kaspter has quit [Read error: Connection reset by peer]
jstein has quit [Quit: quit]
buzzmarshall has quit [Remote host closed the connection]
tuxd3v_ has quit [Ping timeout: 246 seconds]
s_frit has quit [Remote host closed the connection]
s_frit has joined #linux-sunxi
cnxsoft has quit [Read error: Connection reset by peer]
cnxsoft has joined #linux-sunxi
mru has quit [Ping timeout: 245 seconds]
mru has joined #linux-sunxi
kaspter has joined #linux-sunxi
mru has quit [Ping timeout: 246 seconds]
atsampson has quit [Remote host closed the connection]
atsampson has joined #linux-sunxi
mru has joined #linux-sunxi
lurchi_ has joined #linux-sunxi
lurchi__ has quit [Ping timeout: 240 seconds]
asdf28 has joined #linux-sunxi
apritzel has joined #linux-sunxi
cmeerw has joined #linux-sunxi
cmeerw has quit [Ping timeout: 245 seconds]
vagrantc has quit [Quit: leaving]
apritzel has quit [Ping timeout: 240 seconds]
reinforce has joined #linux-sunxi
macc24 has joined #linux-sunxi
mmarc__ has joined #linux-sunxi
sunshavi has quit [Ping timeout: 268 seconds]
mmarc__ has quit [Remote host closed the connection]
sunshavi has joined #linux-sunxi
sunshavi has quit [Read error: Connection reset by peer]
mmarc__ has joined #linux-sunxi
daregap has joined #linux-sunxi
matthias_bgg has joined #linux-sunxi
dev1990 has joined #linux-sunxi
luke-jr has quit [Quit: ZNC - http://znc.sourceforge.net]
luke-jr has joined #linux-sunxi
warpme_ has joined #linux-sunxi
ldevulder__ has quit [Ping timeout: 268 seconds]
tnovotny has joined #linux-sunxi
apritzel has joined #linux-sunxi
prefixcactus has quit [Ping timeout: 240 seconds]
prefixcactus has joined #linux-sunxi
<wens> looks like kernel breakage on my cortex-a8 sunxi devices is due to KASAN
lurchi_ is now known as lurchi__
shailangsa has quit []
mmarc__ has quit [Remote host closed the connection]
qCactus has joined #linux-sunxi
prefixcactus has quit [Ping timeout: 268 seconds]
mmarc__ has joined #linux-sunxi
mmarc__ has quit [Remote host closed the connection]
mmarc__ has joined #linux-sunxi
random_yanek has quit [Ping timeout: 252 seconds]
random_yanek has joined #linux-sunxi
victhor has joined #linux-sunxi
hlauer has joined #linux-sunxi
swiftgeek has quit [Ping timeout: 268 seconds]
elros1 has joined #linux-sunxi
Mangy_Dog has joined #linux-sunxi
Mangy_Dog has quit [Changing host]
Mangy_Dog has joined #linux-sunxi
tuxd3v has joined #linux-sunxi
tuxd3v has quit [Remote host closed the connection]
tuxd3v has joined #linux-sunxi
matthias_bgg has quit [Read error: Connection reset by peer]
matthias_bgg has joined #linux-sunxi
swiftgeek has joined #linux-sunxi
chewitt has quit [Read error: Connection reset by peer]
zhovner has quit [Quit: bye]
lurchi__ is now known as lurchi_
zhovner has joined #linux-sunxi
random_yanek has quit [Ping timeout: 246 seconds]
lennard has quit [Quit: hardware shuffle]
lurchi_ is now known as lurchi__
random_yanek has joined #linux-sunxi
<paulk-leonov> Kwiboo: jernej: hi there, have you tried CPU-side access to cma-allocation vpu buffers with cedrus by any chance?
<paulk-leonov> this is extremely slow here and I'm suspecting this is caused either by cache policy or memory bandwidth limits
<paulk-leonov> cma-allocated*
elros1 has quit [Remote host closed the connection]
SdtElectronics has joined #linux-sunxi
lurchi__ is now known as lurchi_
<gediz0x539> wens: i've had a kernel panic using A13 which had a stack trace like rcu_core -> __do_softirq -> run_ksoftirqd -> smpboot_thread_fn -> kthread
<gediz0x539> is it relevant?
<SdtElectronics> The USB Gadget/Ethernet page on wiki used legacy approach (precomposed configurations). I managed to make configfs-based gadget works on my A20 device. If I want to write about it, should I create a separate page or edit the original page?
bauen1_ is now known as bauen1
<apritzel> SdtElectronics: Great, thanks for the offer! Please update the existing page, and put the configfs solution first.
<gediz0x539> SdtElectronics: I would edit existing page and add explain new approach under a new title but if you do not want to, I think you can create a new page from scratch and link to it.
<SdtElectronics> BTW, I noticed that option "Disable DMA (always use PIO)" is configured in the instructions of that page. I canceled that option in my configuration and everything seem to be just well. I wonder how does that option affect the gadget function, or it is merely due to the lack of support in older kernels?
chewitt has joined #linux-sunxi
<apritzel> SdtElectronics: I thought the Allwinner gadget driver does not support DMA at all? So we always use PIO, regardless of that switch?
<SdtElectronics> I'm not a kernel developer so I have no idea about the driver at all. Does that means configuring that option is unnecessary? If so I will just omit it in my edit
lurchi_ is now known as lurchi__
<mripard> paulk-leonov: it's likely to be the caches, I'd expect CMA to access non-cacheable buffers
<paulk-leonov> mripard: thanks!
<mripard> possibly with write-combine, but it won't help if you access it
specing_ has joined #linux-sunxi
specing has quit [Ping timeout: 240 seconds]
specing_ is now known as specing
sunshavi has joined #linux-sunxi
<mripard> paulk-leonov: yeah, vb2-dma-contig relies on dma_alloc_attrs, which works in the same way that dma_alloc_coherent for that case
<mripard> and dma_alloc_coherent is supposed to return a coherent buffer
<mripard> however we don't have any kind of hardware coherency afaik
<mripard> so it just disables all the caches on that region
tnovotny has quit [Read error: Connection reset by peer]
tnovotny has joined #linux-sunxi
kaspter has quit [Ping timeout: 246 seconds]
nashpa_ has joined #linux-sunxi
nashpa has quit [Ping timeout: 265 seconds]
ldevulder has joined #linux-sunxi
kveremitz has quit [Quit: ZNC - http://znc.in]
popolon has joined #linux-sunxi
SdtElectronics has quit [Quit: Connection closed]
kveremitz has joined #linux-sunxi
dlan has quit [Quit: leaving]
netlynx has joined #linux-sunxi
netlynx has joined #linux-sunxi
netlynx has quit [Changing host]
dlan has joined #linux-sunxi
s_frit has quit [Remote host closed the connection]
s_frit has joined #linux-sunxi
<wens> gediz0x539: maybe? I had no output on the console, so maybe it's not the same thing
SdtElectronics has joined #linux-sunxi
SdtElectronics has quit [Client Quit]
JohnDoe_71Rus has joined #linux-sunxi
SdtElectronics has joined #linux-sunxi
kaspter has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
diego_r has joined #linux-sunxi
prefixcactus has joined #linux-sunxi
qCactus has quit [Ping timeout: 260 seconds]
cmeerw has joined #linux-sunxi
<jernej> paulk-leonov: I only tried that during development, when performance was not really important
Mangy_Dog has quit [Ping timeout: 246 seconds]
<jernej> during development of DRM plane rendering of SW decoded video, several approaches were tested
<jernej> it turns out, quickest way is to do all decoding in malloc'ed buffers and only before rendering memcpy malloc'ed buffer to dumb buffer
<jernej> you really don't want to read from CMA allocated buffers
<jernej> (from perfomance perspective)
<jernej> as mripard said, write combine transfers are used, which is a deal breaker for reading
specing has quit [Ping timeout: 246 seconds]
gaston1980 has quit [Ping timeout: 240 seconds]
SdtElectronics has quit [Quit: Connection closed]
shailangsa has joined #linux-sunxi
luke-jr has quit [Quit: ZNC - http://znc.sourceforge.net]
luke-jr has joined #linux-sunxi
elros1 has joined #linux-sunxi
<wens> montjoie: these Kconfig symbols aren't defined: https://github.com/torvalds/linux/blob/master/drivers/crypto/allwinner/Kconfig#L74
<wens> maybe you wanted CRYPTO_* ?
gaston1980 has joined #linux-sunxi
<montjoie> wens: yes
<montjoie> do you send a fix or I ?
prefixcactus has quit [Ping timeout: 240 seconds]
prefixcactus has joined #linux-sunxi
paulk-leonov has quit [Ping timeout: 258 seconds]
<wens> I likely won't get to it. Could you send the fix? You could add reported-by tag for me.
paulk-leonov has joined #linux-sunxi
choozy has joined #linux-sunxi
kaspter has quit [Quit: kaspter]
luke-jr has quit [Quit: ZNC - http://znc.sourceforge.net]
specing has joined #linux-sunxi
luke-jr has joined #linux-sunxi
luke-jr has quit [Remote host closed the connection]
tuxd3v has quit [Ping timeout: 246 seconds]
tnovotny has quit [Quit: Leaving]
yann has quit [Ping timeout: 246 seconds]
<montjoie> sure I will add reported-by
yann has joined #linux-sunxi
elros1 has quit [Remote host closed the connection]
Mangy_Dog has joined #linux-sunxi
Mangy_Dog has quit [Changing host]
Mangy_Dog has joined #linux-sunxi
tuxd3v has joined #linux-sunxi
tuxd3v has quit [Ping timeout: 246 seconds]
matthias_bgg has quit [Ping timeout: 246 seconds]
tuxd3v has joined #linux-sunxi
lurchi__ is now known as lurchi_
gaston1980 has quit [Ping timeout: 240 seconds]
vagrantc has joined #linux-sunxi
shailangsa has quit [Ping timeout: 246 seconds]
mmarc__ has quit [Remote host closed the connection]
mmarc__ has joined #linux-sunxi
mmarc__ has quit [Read error: Connection reset by peer]
mmarc__ has joined #linux-sunxi
mmarc__ has quit [Remote host closed the connection]
mmarc__ has joined #linux-sunxi
mmarc__ has quit [Remote host closed the connection]
shailangsa has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc 5.0.1 Aria http://www.kvirc.net/]
lurchi_ is now known as lurchi__
tuxd3v_ has joined #linux-sunxi
tuxd3v has quit [Ping timeout: 240 seconds]
jstein has joined #linux-sunxi
lurchi__ is now known as lurchi_
netlynx has quit [Quit: Ex-Chat]
lurchi_ is now known as lurchi__
buzzmarshall has joined #linux-sunxi
mmarc__ has joined #linux-sunxi
apritzel has quit [Ping timeout: 246 seconds]
ldevulder has quit [Ping timeout: 268 seconds]
asdf28 has quit [Ping timeout: 240 seconds]
ldevulder has joined #linux-sunxi
sunshavi has quit [Ping timeout: 260 seconds]
jernej has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
_0x5eb_ has quit [Quit: Goodbye!]
_0x5eb_ has joined #linux-sunxi
jernej has joined #linux-sunxi
jernej has quit [Client Quit]
apritzel has joined #linux-sunxi
warpme_ has quit [Quit: Connection closed for inactivity]
jernej has joined #linux-sunxi
jernej_ has joined #linux-sunxi
jernej_ has quit [Remote host closed the connection]
jernej has quit [Ping timeout: 245 seconds]
jelly has quit [Quit: ""]
jelly-home has joined #linux-sunxi
jernej has joined #linux-sunxi
hlauer has quit [Ping timeout: 252 seconds]
jelly-home has quit [Excess Flood]
luke-jr has joined #linux-sunxi
jelly-home has joined #linux-sunxi
diego_r has quit [Ping timeout: 268 seconds]
ldevulder has quit [Ping timeout: 252 seconds]
cmeerw has quit [Ping timeout: 246 seconds]
ldevulder has joined #linux-sunxi
ldevulder has quit [Client Quit]
lurchi__ is now known as lurchi_
dev1990 has quit [Quit: Konversation terminated!]
choozy has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
mmarc__ has quit [Remote host closed the connection]
lurchi_ has quit [Ping timeout: 268 seconds]
atsampson has quit [Ping timeout: 250 seconds]
atsampson has joined #linux-sunxi
test12351 has joined #linux-sunxi
test12351 has quit [Quit: Ping timeout (120 seconds)]
atsampson has quit [Ping timeout: 276 seconds]
atsampson has joined #linux-sunxi
Mangy_Dog has quit [Ping timeout: 246 seconds]