Turl 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
PhilippeBaret has quit [Ping timeout: 252 seconds]
PhilippeBaret has joined #linux-sunxi
FR^3 has quit [Quit: Leaving]
viccuad has quit [Ping timeout: 240 seconds]
interrobangd has quit [Read error: Connection reset by peer]
kaspter has quit [Remote host closed the connection]
petr has joined #linux-sunxi
kaspter has joined #linux-sunxi
vipzrx has joined #linux-sunxi
ganbold has quit [Quit: Leaving]
ganbold has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
khuey|away is now known as khuey__
iamfrankenstein has quit [Ping timeout: 240 seconds]
iamfrankenstein has joined #linux-sunxi
ninolein has quit [Ping timeout: 240 seconds]
ninolein has joined #linux-sunxi
egbert has quit [Disconnected by services]
egbert has joined #linux-sunxi
naobsd has joined #linux-sunxi
PhilippeBaret has quit [Remote host closed the connection]
PhilippeBaret has joined #linux-sunxi
<camh> ssvb++ for well written posts to the mailing list. I learn a lot from them
montjoie has quit [Ping timeout: 255 seconds]
montjoie has joined #linux-sunxi
PhilippeBaret has quit [Ping timeout: 260 seconds]
PhilippeBaret has joined #linux-sunxi
p1u3sch1 has quit [Ping timeout: 265 seconds]
p1u3sch1 has joined #linux-sunxi
TheSeven has quit [Disconnected by services]
[7] has joined #linux-sunxi
<wens> codekipper: audio codec is probably like a23/a33, which also uses a regmap for the analog stuff
<wens> also have an orange pi pc on my desk, but haven't had the chance to use it
PhilippeBaret has quit [Remote host closed the connection]
PhilippeBaret has joined #linux-sunxi
<ssvb> camh: thanks
megal0maniac is now known as Guest35316
Guest35316 has quit [Killed (leguin.freenode.net (Nickname regained by services))]
megal0maniac has joined #linux-sunxi
medvid has quit [Quit: !]
<codekipper> wens: Thanks....I looked at the A23 codec ages ago but will come back to it...I've got a tablet here doing nothing
JohnDoe_71Rus has joined #linux-sunxi
medvid has joined #linux-sunxi
reinforce has joined #linux-sunxi
[7] has quit [Ping timeout: 240 seconds]
TheSeven has joined #linux-sunxi
cnxsoft1 has joined #linux-sunxi
cnxsoft has quit [Ping timeout: 276 seconds]
cnxsoft1 is now known as cnxsoft
naobsd has quit [Remote host closed the connection]
bmeneg has quit [Ping timeout: 246 seconds]
rubensm has quit [Ping timeout: 272 seconds]
rubensm has joined #linux-sunxi
bmeneg has joined #linux-sunxi
<wens> iirc that register is in the prcm address space
<wens> likely you'll do a custom regmap driver exporting it through syscon, and have the codec node take a phandle reference to it
<wens> and to reuse the current codec driver, you'll probably have to split it into digital and analog bits
afaerber_ has joined #linux-sunxi
lemonzest has quit [Ping timeout: 276 seconds]
IgorPec has joined #linux-sunxi
IgorPecovnik has joined #linux-sunxi
afaerber has quit [Ping timeout: 240 seconds]
lemonzest has joined #linux-sunxi
paulk-collins has joined #linux-sunxi
lemonzest has quit [Quit: Leaving]
IgorPec has quit [Quit: Nettalk6 - www.ntalk.de]
_massi has joined #linux-sunxi
Net147 has quit [Ping timeout: 252 seconds]
cnxsoft1 has joined #linux-sunxi
cnxsoft has quit [Ping timeout: 240 seconds]
cnxsoft1 is now known as cnxsoft
lemonzest has joined #linux-sunxi
Net147 has joined #linux-sunxi
naobsd has joined #linux-sunxi
IgorPecovnik has quit [Quit: Nettalk6 - www.ntalk.de]
IgorPecovnik has joined #linux-sunxi
domidumont has joined #linux-sunxi
domidumont has quit [Remote host closed the connection]
domidumont has joined #linux-sunxi
diego_r has joined #linux-sunxi
IgorPecovnik has quit [Ping timeout: 260 seconds]
viccuad has joined #linux-sunxi
IgorPecovnik has joined #linux-sunxi
khuey__ is now known as khuey|away
gzamboni has quit [Read error: Connection reset by peer]
lobinho_ has joined #linux-sunxi
IgorPecovnik has quit [Ping timeout: 260 seconds]
gzamboni has joined #linux-sunxi
IgorPecovnik has joined #linux-sunxi
yann|work has joined #linux-sunxi
yann|work has quit [Ping timeout: 276 seconds]
IgorPecovnik has quit [Ping timeout: 260 seconds]
mstar has joined #linux-sunxi
yann|work has joined #linux-sunxi
mstar has quit [Remote host closed the connection]
IgorPecovnik has joined #linux-sunxi
bmeneg has quit [Ping timeout: 240 seconds]
bmeneg has joined #linux-sunxi
<rellla> ssvb or anybody: what exactly does G2D_BLT_NONE, G2D_BLT_PIXEL_ALPHA, G2D_BLT_PLANE_ALPHA, G2D_BLT_MULTI_ALPHA in sunxi-3.4 G2D stand for?
pmattern has joined #linux-sunxi
pparent has joined #linux-sunxi
<pparent> Hi All, Quick question: is there any particular reason most of the USB network adapter drivers are absent from sunxi_defconfig menuconfig? (Device Drivers ---> Network device support ---> USB Network Adapters)
yann|work has quit [Ping timeout: 240 seconds]
staplr has quit [Remote host closed the connection]
Turl_ is now known as Turl
<libv> pparent: initially it was kind of seen as a minimal config
<libv> pparent: mail in a patch, take ssvb in cc
<libv> rellla: via unicheom had the ability to set alpha for a whole overlay, it was just a 0xFF in a register belonging to the overlay
<libv> so this is what plane alpha means
<libv> pixel alpha should be self-explanatory
<libv> multi... a combination thereof?
<rellla> thanks. that was what i thought. and G2D_BLT_NONE disables alpha?
<libv> rellla: as part of the BLT yes, so the pixels just overwrite what is there
<libv> if your source pixels then have alpha, the alpha channel is also copied
<libv> at least, that's what can be trivially deduced from the naming, whether that all happens in reality is something else :p
<rellla> so if i do 2 blits without clearing and G2D_BLT_PIXEL_APLHA, then alpha value is added/multiplied and the pixel gets "darker"?
<libv> the pixels should be combined according to alpha, yes
<rellla> so this explains me an issue in libvdpau-sunxi ;)
<rellla> jemk^
<libv> rellla: it pays to test the results directly though
vickycq has joined #linux-sunxi
<vickycq> Hi. Can I enter the u-boot command prompt with u-boot-sunxi? Hitting <Esc> doesn
<vickycq> ...doesn't seem to work.
<vickycq> Thanks!
<libv> vickycq: over serial?
<libv> vickycq: are you certain that TX works?
<vickycq> libv: Yes.
<vickycq> I think TX works, because I can use the shell with stock android normally
<libv> vickycq: what hw is this?
<vickycq> An made-in-china android TV set-top box using the A20 SoC
mstar has joined #linux-sunxi
<vickycq> Do I need to make special config in boot.cmd?
<libv> vickycq: which one on our wiki is it?
<libv> and afaict, only olimex and in-circuit devices are not made in china
<vickycq> It's not on the wiki yet, but I believe the hardware is almost the same with YBKJ_A20 / TXCZ_A20
<libv> vickycq: new device howto please.
domidumont has quit [Ping timeout: 246 seconds]
<vickycq> libv: Thanks! I'll follow that.
gzamboni has quit [Read error: No route to host]
<vickycq> libv: Thanks, I recompiled with the wip/a20 branch and it works fine. Thank you!
orly_owl has quit [Ping timeout: 240 seconds]
JohnDoe_71Rus has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
<libv> ..
<libv> vickycq: it still pays to document this device
IgorPecovnik has quit [Ping timeout: 260 seconds]
<vickycq> libv: I'm still new to this, however I'll try my best to learn and hopefully will be able to document the board.
orly_owl has joined #linux-sunxi
Inode has joined #linux-sunxi
VargaD has quit [Ping timeout: 260 seconds]
VargaD has joined #linux-sunxi
montjoie has quit [*.net *.split]
ricardocrudo has quit [*.net *.split]
avph has quit [*.net *.split]
nemunaire has quit [*.net *.split]
arossdotme has quit [*.net *.split]
cnxsoft has quit [Remote host closed the connection]
IgorPecovnik has joined #linux-sunxi
avph has joined #linux-sunxi
ricardocrudo has joined #linux-sunxi
nemunaire has joined #linux-sunxi
montjoie has joined #linux-sunxi
yann|work has joined #linux-sunxi
zoobab_ has quit [Ping timeout: 246 seconds]
IgorPecovnik has quit [Ping timeout: 260 seconds]
arossdotme has joined #linux-sunxi
viccuad has quit [Ping timeout: 264 seconds]
zoobab has joined #linux-sunxi
gzamboni has joined #linux-sunxi
tomboy65 has joined #linux-sunxi
tomboy64 has quit [Ping timeout: 260 seconds]
reinforce has quit [Quit: Leaving.]
IgorPecovnik has joined #linux-sunxi
cosm has joined #linux-sunxi
IgorPecovnik has quit [Ping timeout: 260 seconds]
MaDMaLKaway has joined #linux-sunxi
ojn_ has joined #linux-sunxi
pmattern_ has joined #linux-sunxi
orly_owl_ has joined #linux-sunxi
sunxi_fan has quit [Ping timeout: 240 seconds]
TheLinuxBug has quit [Ping timeout: 240 seconds]
orly_owl has quit [Ping timeout: 240 seconds]
MaDMaLKaV has quit [Ping timeout: 240 seconds]
ojn has quit [Ping timeout: 240 seconds]
pmattern has quit [Ping timeout: 240 seconds]
TheLinuxBug has joined #linux-sunxi
sunxi_fan has joined #linux-sunxi
ojn_ is now known as ojn
pmattern_ is now known as pmattern
orly_owl_ has quit [Quit: leaving]
orly_owl has joined #linux-sunxi
reinforce has joined #linux-sunxi
dack has joined #linux-sunxi
staplr has joined #linux-sunxi
<jemk> rellla: i thought i had used them correctly, what doesn't work?
domidumont has joined #linux-sunxi
<rellla> jemk: maybe i have to correct this after my rgba "fixes" :p
<rellla> what was the reason for this if?
<rellla> anyway, i think i have same logical error in my rgba_render_surface ...
<rellla> *some
<jemk> rellla: when the surface isn't cleared we don't alpha blend (with the old non-cleared picture) but write over it
viccuad has joined #linux-sunxi
afaerber_ is now known as afaerber
pparent has quit [Quit: Quitte]
NiteHawk has quit [Ping timeout: 260 seconds]
NiteHawk has joined #linux-sunxi
FlorianH has joined #linux-sunxi
atx has joined #linux-sunxi
grugly has quit [Remote host closed the connection]
_massi has quit [Read error: Connection reset by peer]
lemonzest has quit [Ping timeout: 240 seconds]
avph has quit [Ping timeout: 276 seconds]
lemonzest has joined #linux-sunxi
avph has joined #linux-sunxi
viccuad has quit [Ping timeout: 272 seconds]
T0mW has joined #linux-sunxi
traeak1 has joined #linux-sunxi
traeak1 has left #linux-sunxi [#linux-sunxi]
cosm has quit [Ping timeout: 240 seconds]
jinzo has joined #linux-sunxi
lemonzest has quit [Ping timeout: 260 seconds]
lobinho_ has quit [Ping timeout: 255 seconds]
lemonzest has joined #linux-sunxi
IgorPec has joined #linux-sunxi
<plaes> hehe.. rockchip guys touching sunxi code: http://lists.infradead.org/pipermail/linux-arm-kernel/2015-November/384296.html :D
avph has quit [Ping timeout: 252 seconds]
avph has joined #linux-sunxi
mstar has quit [Ping timeout: 272 seconds]
domidumont has quit [Ping timeout: 246 seconds]
<jelly> whitespace patches are not just for kernel newbies
<NiteHawk> especially not when resulting in a pacthset :D
servili007 has quit [Quit: Leaving]
IgorPec has quit [Ping timeout: 260 seconds]
yann|work has quit [Ping timeout: 246 seconds]
yann|work has joined #linux-sunxi
paulk-collins has quit [Quit: Quitte]
mstar has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
petr has quit [Ping timeout: 264 seconds]
petr has joined #linux-sunxi
atx has quit [Quit: Leaving.]
dack has quit [Remote host closed the connection]
lemonzest has quit [Quit: Leaving]
jinzo has quit [Quit: Leaving]
FlorianH has quit [Remote host closed the connection]
viccuad has joined #linux-sunxi
mstar has quit [Remote host closed the connection]
yann|work has quit [Ping timeout: 260 seconds]
mstar has joined #linux-sunxi
staplr has quit [Remote host closed the connection]
naobsd has quit [Quit: naobsd]
mstar has quit [Remote host closed the connection]
khuey|away is now known as khuey__