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
dddddd has joined #linux-sunxi
dave0x6d has joined #linux-sunxi
phipli has quit [Quit: Leaving]
notme has joined #linux-sunxi
notme is now known as Guest52761
Guest52761 has quit [Ping timeout: 256 seconds]
chomwitt has quit [Ping timeout: 256 seconds]
Nyuutwo has quit [Remote host closed the connection]
matthias_bgg has quit [Ping timeout: 276 seconds]
hanetzer has quit [Quit: WeeChat 2.0.1]
Ntemis has quit [Read error: Connection reset by peer]
KCinJP has quit [*.net *.split]
d_ed has quit [*.net *.split]
ch40s[m] has quit [*.net *.split]
msev- has quit [*.net *.split]
arete74 has quit [*.net *.split]
cyrozap has quit [*.net *.split]
strfry has quit [*.net *.split]
Langoor has quit [*.net *.split]
atsampson has quit [*.net *.split]
akaWolf has quit [*.net *.split]
leio has quit [*.net *.split]
cyrozap has joined #linux-sunxi
akaWolf has joined #linux-sunxi
atsampson has joined #linux-sunxi
Langoor has joined #linux-sunxi
arete74 has joined #linux-sunxi
msev- has joined #linux-sunxi
skiboy has quit [Quit: Leaving]
strfry has joined #linux-sunxi
KCinJP has joined #linux-sunxi
leio has joined #linux-sunxi
ch40s[m] has joined #linux-sunxi
d_ed has joined #linux-sunxi
marble_visions has quit [Ping timeout: 240 seconds]
<icenowy[m]> jernej: so could we move to use VI as primary plane if the user do not care video playback but really wants alpha blending on a mixer with only one UI channel?
<icenowy[m]> (leave this as an option
RichardG867 has quit [Ping timeout: 240 seconds]
marble_visions has joined #linux-sunxi
RichardG867 has joined #linux-sunxi
RichardG867 has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
chlorine has joined #linux-sunxi
chlorine has quit [Ping timeout: 256 seconds]
anarsoul|2 has quit [Ping timeout: 264 seconds]
hanetzer has joined #linux-sunxi
tl_lim has quit [Read error: Connection reset by peer]
skiboy has joined #linux-sunxi
dave0x6d has quit [Quit: Connection closed for inactivity]
gumblex has quit [*.net *.split]
rodrigoaguilera has quit [*.net *.split]
lvrp16 has quit [*.net *.split]
duracrisis has quit [*.net *.split]
gumblex has joined #linux-sunxi
duracrisis has joined #linux-sunxi
lvrp16 has joined #linux-sunxi
rodrigoaguilera has joined #linux-sunxi
leio has quit [Remote host closed the connection]
nashpa has quit [Quit: Going away]
chlorine has joined #linux-sunxi
nothim has quit [Quit: Page closed]
chlorine has quit [Ping timeout: 264 seconds]
dddddd has quit [Remote host closed the connection]
JohnDoe_71Rus has joined #linux-sunxi
lurchi_ is now known as lurchi__
leio has joined #linux-sunxi
vagrantc has quit [Quit: leaving]
msev- has quit [Quit: PanicBNC - http://PanicBNC.net]
datagutt has quit [Quit: kthxbai]
TheSeven has quit [Ping timeout: 276 seconds]
datagutt has joined #linux-sunxi
datagutt has joined #linux-sunxi
datagutt has quit [Changing host]
\\Mr_C\\ has quit [Quit: (Read error: Connection reset by beer)]
anarsoul|2 has joined #linux-sunxi
msev- has joined #linux-sunxi
lurchi_ has joined #linux-sunxi
lurchi__ has quit [Ping timeout: 276 seconds]
dlan has quit [Remote host closed the connection]
IgorPec has joined #linux-sunxi
philectro has quit [Ping timeout: 276 seconds]
return0e_ has quit []
<jernej> icenowy[m]: I don't think it's possible to change primary plane in HW, except if we make custom DT property, which I don't think it's good idea
<jernej> however, we can add quirk for V3 in driver
<jernej> but before that, I would test if V3 VI plane really don't support alpha blending
<jernej> I have a feeling that A64 does support that, at least according to the code, but I never tested it
<jernej> I'm sure H3 doesn't, but if I'm not mistaken, H3 is one of the earliest SoC with DE2 engine and it's possible they improved that later
<jernej> unfortunately, testing this is a bit messy, since there is no zpos support yet
<jernej> oh, for V3, you can put primary plane on first VI plane and test alpha on second VI
<wens> has anyone tried otg on any reasonably recent kernel (like any released in 2017)?
jbrown has quit [Ping timeout: 256 seconds]
coco3431 has quit [Ping timeout: 240 seconds]
<wens> blah... my bad... didn't notice usb gadget function Kconfig menu had changed
xcko has quit [Quit: leaving]
xcko has joined #linux-sunxi
<icenowy[m]> P.S. I'm trying adding support to sunxi-fel, U-Boot and Linux for new Allwinner F-series SoCs
<icenowy[m]> which shares the same die (seems to be called suniv from Melis SDK, but sometimes misnamed sun3i
<icenowy[m]> (it's quite different from the sun3i that is supported by old linux-sunxi
<icenowy[m]> the SoC ID is 0x1663, which also indicates it's a new design
xes has quit [Quit: bye..]
TheSeven has joined #linux-sunxi
anarsoul|2 has quit [Ping timeout: 268 seconds]
cnxsoft has quit [Read error: Connection reset by peer]
cnxsoft has joined #linux-sunxi
Mr__Anderson has joined #linux-sunxi
leviathanch has joined #linux-sunxi
nashpa has joined #linux-sunxi
<wens> qschulz, mripard: it seems the axp223 shares the same flaw as the axp221, in that the usb power supply does not send interrupts if drv_vbus is on
massi has joined #linux-sunxi
chlorine has joined #linux-sunxi
freemangordon has quit [Ping timeout: 256 seconds]
chlorine has quit [Ping timeout: 248 seconds]
<qschulz> wens: the usb power supply only have two irqs: plugged-in or removed
<qschulz> I guess that you never receive plugged-in then?
<qschulz> I would expect removed to work since thepower supply is off
<wens> it doesn't work when I plug or remove an otg cable
<wens> it works when I plug or remove a peripheral cable
<wens> turning off vbus (drv vbus) and the usb power supply removed probably happen close enough that the logic considers them the same event or blocks the event
<qschulz> wens: I don't understand (I may be lacking of some knowledge), isn't the otg cable supposed to deliver power? then it makes sense not to receive any of the irq
<wens> qschulz: otg, i.e., host mode, power is delivered from the board, probably using DRV_VBUS on the PMIC
<wens> qschulz: and it seems when DRV_VBUS is used, interrupts for USB power supply on the PMIC are masked
<wens> qschulz: Hans found this with the A31/AXP221. based on my experiments, I think it's the same for the AXP223. Don't know about the others
<wens> but it explains why musb doesn't work on the a33-olinuxino, but on some other a33 boards
<wens> on the boards that do work, the ID pin doesn't have interrupts either, so the phy driver resorts to polling, for both ID and VBUS states
leviathanch has quit [Read error: Connection reset by peer]
DullTube has joined #linux-sunxi
leviathanch has joined #linux-sunxi
lemonzest has joined #linux-sunxi
afaerber has quit [Ping timeout: 265 seconds]
afaerber has joined #linux-sunxi
pgreco has joined #linux-sunxi
philectro has joined #linux-sunxi
BenG83 has quit [Quit: Leaving]
hardfalcon has quit [Ping timeout: 256 seconds]
sr-digitronic has joined #linux-sunxi
msimpson has joined #linux-sunxi
popolon has joined #linux-sunxi
pmpp has quit [Disconnected by services]
pmpp_ has joined #linux-sunxi
sr-digitronic is now known as basxto_
hardfalcon has joined #linux-sunxi
BenG83 has joined #linux-sunxi
[TheBug]_ has joined #linux-sunxi
[TheBug]_ has quit [Remote host closed the connection]
[TheBug]_ has joined #linux-sunxi
hardfalcon1 has joined #linux-sunxi
[TheBug] has quit [Remote host closed the connection]
hardfalcon has quit [Ping timeout: 256 seconds]
[TheBug]_ is now known as [TheBug]
matthias_bgg has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
Gerwin_J has quit [Client Quit]
BenG83 has quit [Remote host closed the connection]
chlorine has joined #linux-sunxi
BenG83 has joined #linux-sunxi
chlorine_ has joined #linux-sunxi
chlorine has quit [Read error: Connection reset by peer]
afaerber has quit [Ping timeout: 276 seconds]
philectro_ has joined #linux-sunxi
philectro has quit [Ping timeout: 256 seconds]
xes has joined #linux-sunxi
afaerber has joined #linux-sunxi
ernestask has joined #linux-sunxi
tkaiser has joined #linux-sunxi
<tuxillo> hi
<tuxillo> does anybody know if apritzel is usually around?
<miasma> you could check the logs
<BenG83> !seen
<BenG83> :(
chlorine_ has quit []
<tuxillo> where are the logs?
<tuxillo> ah sorry
<tuxillo> thanks
chlorine has joined #linux-sunxi
chlorine has joined #linux-sunxi
<tuxillo> he was around a couple weeks ago hmm
<wens> he avoids staying on irc during work
<wens> well this channel at least
<wens> you can find him over in #armlinux
chewitt has joined #linux-sunxi
chlorine_ has joined #linux-sunxi
<tuxillo> ok thanks
chlorine has quit [Ping timeout: 256 seconds]
dddddd has joined #linux-sunxi
BenG83 has quit [Remote host closed the connection]
nuuuciano has quit [Ping timeout: 248 seconds]
nuuuciano has joined #linux-sunxi
afaerber has quit [Quit: Leaving]
tkaiser has quit [Quit: jIRCii - http://www.oldschoolirc.com]
BenG83 has joined #linux-sunxi
return0e has joined #linux-sunxi
afaerber has joined #linux-sunxi
BenG83 has quit [Remote host closed the connection]
Net147 has quit [Ping timeout: 255 seconds]
pmpp_ is now known as pmpp
Net147 has joined #linux-sunxi
chomwitt has joined #linux-sunxi
dave0x6d has joined #linux-sunxi
coco3431 has joined #linux-sunxi
<icenowy[m]> mripard, jernej: the DRM driver currently seems to face a problem
<icenowy[m]> when drm and simplefb is both present
<icenowy[m]> it cannot be ensured that simplefb is probed before drm
BenG83 has joined #linux-sunxi
<mripard> it can
<icenowy[m]> if it's probed after drm, a dummy fb will be created
<mripard> simplefb is init'd at fs_initcall
<mripard> so before module_initcall that is used for the DRM driver
<icenowy[m]> but it's possible that it's deferred
<mripard> and it cannot be compiled as a module
<icenowy[m]> on DE2 I have seen simplefb probed after drm
<icenowy[m]> maybe because of the DE2 CCU?
<mripard> clocks are registered earlier than simplefb
<icenowy[m]> on A64 it waits for SRAM
BenG83 has quit [Remote host closed the connection]
<wens> you should probably make the drm driver claim SRAM, not the ccu driver
<wens> it doesn't quite make sense the clocks would need SRAM
<wens> I think mripard already mentioned that in his review
<mripard> I did
matthias_bgg has quit [Ping timeout: 240 seconds]
DullTube has quit [Quit: Leaving]
BenG83 has joined #linux-sunxi
jbrown has joined #linux-sunxi
jbrown has quit [Remote host closed the connection]
reinforce has joined #linux-sunxi
d_ed has quit [Changing host]
d_ed has joined #linux-sunxi
Worf has joined #linux-sunxi
jbrown has joined #linux-sunxi
chewitt_ has joined #linux-sunxi
chewitt has quit [Ping timeout: 264 seconds]
fkluknav has joined #linux-sunxi
cnxsoft has quit [Quit: cnxsoft]
chlorine_ has quit [Remote host closed the connection]
chlorine has joined #linux-sunxi
chlorine has quit [Ping timeout: 256 seconds]
chlorine has joined #linux-sunxi
lurchi_ is now known as lurchi__
BenG83 has quit [Remote host closed the connection]
matthias_bgg has joined #linux-sunxi
BenG83 has joined #linux-sunxi
elros_ has joined #linux-sunxi
muvlon has joined #linux-sunxi
chlorine has quit [Remote host closed the connection]
chlorine has joined #linux-sunxi
chlorine has quit [Ping timeout: 260 seconds]
dave0x6d has quit [Quit: Connection closed for inactivity]
chlorine has joined #linux-sunxi
<wens> seems like the new lima driver is getting a lot of attention
IlyaM_ has joined #linux-sunxi
edfox has joined #linux-sunxi
<hanetzer> wens: link?
<hanetzer> once I get grub running on my asus c201 (rk3288) I'd be interested in a free gfx driver :)
IlyaM_ is now known as IlyaM
<pgreco> icenowy[m], have you heard from kishon about the r40 usb phy?
<pgreco> I can't find anything yet
<jernej> wens, mripard: problem is that SRAM needs to be claimed before DE2 CCU is probed
<jernej> since it resides in DE2 region
<jernej> otherwise DE2 CCU register writes will be ignored and reads will return 0
<wens> weird :(
<jernej> however, DE2 CCU is not used before drm driver is up
<hanetzer> wens: ah yeah, I read this a bit
<jernej> so it would probably worked also if drm driver claims SRAM, although not strictly correct
<wens> if simplefb is active, doesn't that mean it should already have been claimed in u-boot?
BenG83 has quit [Ping timeout: 256 seconds]
<wens> icenowy[m]: what was tricky about otg on r40?
<wens> I really want to discourage the guy who's trying to write a brand new driver for it
<icenowy[m]> wens: everything needs clain SRAM
<icenowy[m]> in DE2
<icenowy[m]> wens: no trick, just kishon forgot to merge it
<icenowy[m]> although he replied merge mail
chlorine has quit [Remote host closed the connection]
chlorine has joined #linux-sunxi
tllim has joined #linux-sunxi
<pgreco> icenowy[m], because he asked you to resend it
<pgreco> maybe he has a private git
<pgreco> and is waiting for 4.17 to push
<jernej> wens: yes, u-boot already claims sram if simplefb is used
freemangordon has joined #linux-sunxi
lemonzest has quit [Quit: Quitting]
lemonzest has joined #linux-sunxi
lemonzest has quit [Quit: Quitting]
pmpp has quit [Disconnected by services]
pmpp_ has joined #linux-sunxi
pmpp_ is now known as pmpp
IlyaM has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tl_lim has joined #linux-sunxi
tllim has quit [Ping timeout: 265 seconds]
msimpson has quit [Quit: Leaving]
matthias_bgg has quit [Ping timeout: 240 seconds]
chlorine has quit [Ping timeout: 256 seconds]
massi has quit [Read error: Connection reset by peer]
muvlon has quit [Quit: Leaving]
BenG83 has joined #linux-sunxi
nuuuciano has quit [Remote host closed the connection]
<edfox> Hey guys, i'm having issues with my orange pi zero
<edfox> The usb ports don't seem to work. There's power (if i connect a lamp it lights up) but lsusb only shows an usb 1.1 and usb 2.0 hub
<KotCzarny> you need to load dt overlay in armbian
basxto_ has quit [Remote host closed the connection]
<edfox> I'm not using armbian, just stock debian
<edfox> I added "status = "okay"" to ohci[0-3] and uhci[0-3] in the dts file
paulk-gagarine has joined #linux-sunxi
<edfox> This overlay does the same thing i did, so they should work i guess?
nuuuciano has joined #linux-sunxi
edfox has quit [Remote host closed the connection]
skiboy has quit [Quit: Leaving]
Ntemis has joined #linux-sunxi
anarsoul|2 has joined #linux-sunxi
fkluknav has quit [Ping timeout: 248 seconds]
jtf has quit [Ping timeout: 256 seconds]
afaerber has quit [Quit: Leaving]
RandomX45 has joined #linux-sunxi
jtf has joined #linux-sunxi
basxto has quit [Quit: ZNC 1.6.4 - http://znc.in]
chlorine has joined #linux-sunxi
hardfalcon1 has quit [Quit: Leaving.]
RandomX45 has quit [Ping timeout: 240 seconds]
hardfalcon has joined #linux-sunxi
chlorine has quit [Ping timeout: 265 seconds]
basxto has joined #linux-sunxi
hardfalcon has quit [Ping timeout: 256 seconds]
Cryterion has joined #linux-sunxi
xes has quit [Quit: bye..]
IgorPec has quit [Ping timeout: 248 seconds]
hardfalcon has joined #linux-sunxi
IlyaM has joined #linux-sunxi
xes has joined #linux-sunxi
ernestask has quit [Quit: ernestask]
elros_ has quit [Quit: Communi 3.5.0 - http://communi.github.com]
JohnDoe_71Rus has quit [Quit: KVIrc 4.9.3 Aria http://www.kvirc.net/]
tl_lim has quit [Ping timeout: 276 seconds]
tl_lim has joined #linux-sunxi
philectro_ has quit [Ping timeout: 255 seconds]
<tuxillo> in which case would one use u-boot-sunxi instead of u-boot?
philectro has joined #linux-sunxi
hardfalcon has quit [Ping timeout: 248 seconds]
hardfalcon has joined #linux-sunxi
tuxillo has quit [Remote host closed the connection]
tuxillo has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
leviathanch has quit [Remote host closed the connection]
chewitt_ has quit [Max SendQ exceeded]
chewitt has joined #linux-sunxi
nixdork has quit [Quit: EliteBNC free bnc service - http://elitebnc.org/]
Nemo_bis has quit [Ping timeout: 256 seconds]
Nemo_bis has joined #linux-sunxi
nixdork has joined #linux-sunxi
egbert has joined #linux-sunxi
IlyaM has quit [Quit: IlyaM]
skiboy has joined #linux-sunxi
tl_lim has quit [Ping timeout: 276 seconds]
tl_lim has joined #linux-sunxi
vagrantc has joined #linux-sunxi
Mr__Anderson has quit [Remote host closed the connection]
skiboy has quit [Quit: Leaving]
gnufan has joined #linux-sunxi
uwe_ has quit [Ping timeout: 256 seconds]
IgorPec has joined #linux-sunxi
Ntemis has quit [Ping timeout: 256 seconds]
<tuxillo> hmm u-boot requires now gcc6
IgorPec has quit [Quit: Nettalk6 - www.ntalk.de]
chlorine has joined #linux-sunxi
chlorine has quit [Ping timeout: 264 seconds]
megi has joined #linux-sunxi
vagrantc has quit [Ping timeout: 265 seconds]
vagrantc has joined #linux-sunxi
chomwitt has quit [Ping timeout: 256 seconds]
megi has quit [Quit: WeeChat 2.0.1]
megi has joined #linux-sunxi