<Turl>
what's bad about it? you're not telling me :)
<xtofury>
that does not build for me....I can try it again but if I recall I got errors with it looking in some apk folder
<xtofury>
I'll put up the exact error, gunna take a few minutes to download it again
egbert has quit [Disconnected by services]
egbert_ has joined #linux-sunxi
<xtofury>
it's untarring... still gunna be a minute
Turl has quit [Ping timeout: 240 seconds]
xtofury has quit []
e-ndy has quit [Ping timeout: 276 seconds]
e-ndy has joined #linux-sunxi
Turl has joined #linux-sunxi
bfree has joined #linux-sunxi
naobsd has quit [Quit: Page closed]
rz2k has joined #linux-sunxi
hipboi has joined #linux-sunxi
ganbold_ has joined #linux-sunxi
TheSeven has quit [Disconnected by services]
[7] has joined #linux-sunxi
rings_VII has joined #linux-sunxi
rings_IIV has quit [Ping timeout: 245 seconds]
rings_IIV has joined #linux-sunxi
rings_VII has quit [Ping timeout: 264 seconds]
_BJFreeman has joined #linux-sunxi
_BJFreeman is now known as BJfreeman
\\Mr_C\\ has joined #linux-sunxi
jeremb has joined #linux-sunxi
jeremb has quit [Client Quit]
jeremb has joined #linux-sunxi
jeremb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jeremb has joined #linux-sunxi
jeremb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
benn has joined #linux-sunxi
bsdfox\ has quit [Ping timeout: 264 seconds]
bsdfox\ has joined #linux-sunxi
jacq|2 has joined #linux-sunxi
benn has quit [Ping timeout: 264 seconds]
benn has joined #linux-sunxi
<techn__>
Turl: pong
\\Mr_C\\ has quit []
benn` has joined #linux-sunxi
Soru has quit [Ping timeout: 246 seconds]
benn has quit [Ping timeout: 264 seconds]
Soul has joined #linux-sunxi
BJfreeman has quit [Ping timeout: 268 seconds]
rellla has joined #linux-sunxi
benn`` has joined #linux-sunxi
benn` has quit [Ping timeout: 256 seconds]
jeremb has joined #linux-sunxi
jeremb has quit [Client Quit]
benn``` has joined #linux-sunxi
benn`` has quit [Ping timeout: 248 seconds]
benn```` has joined #linux-sunxi
benn``` has quit [Ping timeout: 276 seconds]
ssvb has quit [Read error: Connection reset by peer]
Soul has quit [Ping timeout: 264 seconds]
sanka has joined #linux-sunxi
rellla has quit [Ping timeout: 260 seconds]
deasy has quit [Quit: Quitte]
Colani1200 has joined #linux-sunxi
rellla has joined #linux-sunxi
jeremb has joined #linux-sunxi
jeremb has quit [Client Quit]
<Seppoz>
hi
hansg has joined #linux-sunxi
benn```` has quit [Remote host closed the connection]
arokux has joined #linux-sunxi
blunden_ has joined #linux-sunxi
blunden has quit [Ping timeout: 245 seconds]
ssvb has joined #linux-sunxi
jeremb has joined #linux-sunxi
jeremb has quit [Client Quit]
<Seppoz>
anybody ever configured sun4i_ts with x11 using the xorg tslib driver?
mcbrick has joined #linux-sunxi
wingrime has joined #linux-sunxi
<jukivili>
arokux: ?
<arokux>
jukivili, hi, I've found out that USB PHY code of host and must have a lot in common
<arokux>
jukivili, have you poked in yours? maybe we could have only one common code for them.
hansg has quit [Remote host closed the connection]
<Seppoz>
why does the USB HCD depend on the AXP driver?
<wingrime>
hno: ping
<jukivili>
arokux: they appear to have common code.. maybe UsbPhyInit should be moved to arch/arm/{mach,plat}-sunxi as appears to have been done on other platforms
<arokux>
jukivili, maybe, I do not know yet. i've seen some others had a driver for a PHY
<arokux>
jukivili, at this moment I just wanted to let you know about this similarity, so that we can share our findings.
jeremb has joined #linux-sunxi
<techn__>
arokux: that USB midi keyboard problem is with 3.3 kernel
<techn__>
aka allwinners kernel without community fixes
<arokux>
techn__, but he has tried our 3.4 too?
<arokux>
techn__, "I did try your stage/sunxi-3.4,
<arokux>
but it has other issues (eth0 not working)"
<techn__>
ah
<techn__>
so he is telling that it worked with 3.4?
<techn__>
but he had issues with eth0 :)
<arokux>
techn__, ah, yes, so I've did screw up
<arokux>
techn__, thankx!
jeremb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rz2k has quit []
jeremb has joined #linux-sunxi
sanka is now known as san|away
jeremb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jeremb has joined #linux-sunxi
<navlrac>
anyone considered modifying the smp boot protocol to support u-boot to keep secondary cores penned? reason being - multi-core JTAG does not work when some cores are powered down making early debug of SMP difficult
Colani1200 has quit [Ping timeout: 276 seconds]
Colani1200 has joined #linux-sunxi
Colani has joined #linux-sunxi
<jukivili>
got device-mode working on musb
<jukivili>
so next task is getting otg working.. and after that maybe we can get rid of drivers/usb/sunxi_usb
<ssvb>
Seppoz: with framebuffer drivers, some patching may be required
<Seppoz>
ssvb: qt5.1 should be able to directly use EGL
<Seppoz>
dont see a point in X11
<ssvb>
Seppoz: yes, it does, but you need to patch qt for using the framebuffer mali drivers
<Seppoz>
oh, why is that?
<ssvb>
Seppoz: you can also have a look at https://github.com/ssvb/glmark2 (I have added support for the framebuffer mali drivers there)
Colani1200 has quit [Ping timeout: 264 seconds]
<Seppoz>
i thought thats the point in EGL, that you dont need to care about the drivers?
<ssvb>
Seppoz: eglCreateWindowSurface will fail if you don't provide the right 'native_window' argument
<Seppoz>
oh ok, is there any patches one can use?
<ssvb>
and of course you have to care about the drivers with EGL just because there are many flavours: x11, wayland, mali framebuffer, raspberry pi, ...
<Seppoz>
what do you mean by that?
<ssvb>
EGL is a glue between OpenGL ES and the native window system
<ssvb>
depending on your native window system, you may have some differences to take care of
<Seppoz>
i thought EGL provides a window system
<Seppoz>
or atleast QTs eglfs
blunden_ is now known as blunden
<ssvb>
QT eglfs assumes a certain window system, and the 'window system' provided by the mali framebuffer drivers slightly differs from what it expects
<ssvb>
but it should be very easy to fix, if anyone tries to do this
Soul has joined #linux-sunxi
<Seppoz>
i will start with 4.8.5 with qws
<Seppoz>
and then 5.1
<Seppoz>
we will se ehow far i get
<libv>
ssvb: i had a triangle with mesa a few days ago... now working on getting uniforms handled
pingo has joined #linux-sunxi
<ssvb>
libv: very nice
<Seppoz>
ssvb: what do you mena by slightly differs?
<ssvb>
the 'native_window' argument for mali framebuffer drivers is a pointer to a struct with width and height
<libv>
ssvb: once the initial useful bits of that go out, we should go figure out how to get dri2/ump/mesa/X to play nice
<ssvb>
Seppoz: I think Qt just passes NULL as a native_window argument, and the mali framebuffer blob does not like it
rellla has quit [Remote host closed the connection]
<Seppoz>
ok
<Seppoz>
ssvb: which qt version did you tets with?
<ssvb>
libv: sure
san|away has quit [Quit: Leaving]
deasy has quit [Quit: Quitte]
BJfreeman has quit [Read error: Connection reset by peer]
<arokux>
Turl, ping
deasy has joined #linux-sunxi
<Turl>
arokux: pong
<arokux>
Turl, never mind.. :)
<Seppoz>
lol
<Seppoz>
"oh i woke you? nevermind"
<Seppoz>
*up
<Seppoz>
:P
servili007 has quit [Read error: Connection reset by peer]
theOzzieRat has joined #linux-sunxi
arokux has quit [Remote host closed the connection]
sud0x3 has quit [Read error: Operation timed out]
vinifr has quit [Ping timeout: 264 seconds]
mcbrick has quit [Remote host closed the connection]