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
jstein has quit [Remote host closed the connection]
hardfalcon1 has quit [Ping timeout: 240 seconds]
scream_ has joined #linux-sunxi
scream has quit [Ping timeout: 250 seconds]
hor63 has quit [Quit: Page closed]
hardfalcon has joined #linux-sunxi
chlorine has joined #linux-sunxi
chlorine has quit [Ping timeout: 240 seconds]
scream_ has quit [Remote host closed the connection]
scream_ has joined #linux-sunxi
scream_ has quit [Remote host closed the connection]
megi has quit [Quit: megi]
vagrantc has quit [Quit: leaving]
anarsoul|2 has quit [Remote host closed the connection]
anarsoul has joined #linux-sunxi
voxadam has joined #linux-sunxi
ninolein_ has quit [Ping timeout: 258 seconds]
ninolein has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
cnxsoft has quit [Read error: Connection reset by peer]
cnxsoft has joined #linux-sunxi
fl_0 has quit [Ping timeout: 240 seconds]
ganbold has joined #linux-sunxi
fl_0 has joined #linux-sunxi
<wens> hor63: logs?
anarsoul has quit [Ping timeout: 268 seconds]
ganbold has quit [Quit: This computer has gone to sleep]
ganbold has joined #linux-sunxi
ganbold has quit [Client Quit]
ganbold has joined #linux-sunxi
ganbold has quit [Quit: This computer has gone to sleep]
ganbold has joined #linux-sunxi
kaspter has quit [Quit: kaspter]
kaspter has joined #linux-sunxi
junnie has joined #linux-sunxi
ganbold has quit [Quit: This computer has gone to sleep]
ganbold has joined #linux-sunxi
ganbold has quit [Remote host closed the connection]
<smaeul> mystery solved :) Allwinner is using GCC 3.4.4 to compile their ARISC firmware
<smaeul> as in, the original port of GCC to "or32-uclinux"
<smaeul> it actually makes my code noticeably smaller than or1k-gcc 5.4, because this version can omit function prologue and epilogue for leaf functions (or1k uses an lr like arm)
hardfalcon has quit [Ping timeout: 248 seconds]
_whitelogger has joined #linux-sunxi
junnie has quit [Ping timeout: 240 seconds]
<icenowy[m]> smaeul: interesting GCC3.4.4 generates smaller code than 5.4?
chlorine has joined #linux-sunxi
dave0x6d has quit [Quit: Connection closed for inactivity]
chlorine has quit [Ping timeout: 240 seconds]
[7] has quit [Ping timeout: 255 seconds]
TheSeven has joined #linux-sunxi
anarsoul has joined #linux-sunxi
<anarsoul> jernej: your HDMI patches do not work after rebased on linux-master :\
<anarsoul> jernej: drm_of_find_possible_crtcs() returns 0 and as result sun8i_dw_hdmi_bind() keeps returning -EPROBE_DEFER
<icenowy[m]> I think this is expected
<anarsoul> icenowy[m]: expected that it doesn't work?
<icenowy[m]> yes
<anarsoul> why?
<icenowy[m]> mripard changed the way TCON is set up
<anarsoul> icenowy[m]: I saw, but I didn't expect it to break HDMI patches :\
<anarsoul> icenowy[m]: are there any fixes or I should look into it?
<icenowy[m]> jernej may want to fix it.
<icenowy[m]> P.S. I'm playing with the new toy TL Lim gave me -- Pine H6 ;-)
<anarsoul> cool
<anarsoul> OK, how do I debug what's missing in display pipeline?
Gerwin_J has joined #linux-sunxi
<anarsoul> icenowy[m]: btw, ethernet isn't working for me on pine64-lts neither in 4.14 with your patch to revert some changes nor in 4.15-prerc1
<anarsoul> icenowy[m]: any idea how to fix it?
<icenowy[m]> no idea...
<icenowy[m]> what device tree are you using
<anarsoul> it complains about phy
<anarsoul> sopine-baseboard
<anarsoul> well, patched sopine-baseboard
<anarsoul> quite often it crashes here: https://dpaste.de/ESQy/raw
JohnDoe_71Rus has joined #linux-sunxi
Andy-D_ has joined #linux-sunxi
SP7RT has joined #linux-sunxi
Andy-D__ has quit [Ping timeout: 248 seconds]
rexxster has quit [Remote host closed the connection]
SP7RT has quit [Ping timeout: 240 seconds]
junnie has joined #linux-sunxi
<anarsoul> icenowy[m]: hm, I made the same changes to drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c as mripard made in 45e88f994add84d8cd3864d36064ea1ed1b08cdf and in 5b8f09100d6c85c4a8049a830b57f199b5b08278, yet it doesn't work
<jernej> anarsoul: Rebased patches can be found here: https://github.com/jernejsk/linux-1/commits/h3_de2_impr
<jernej> one of the issues I had was DTS
<anarsoul> jernej: thanks
<jernej> I removed second mixer for H3 and it started working
<jernej> by removing I mean whole chain
<jernej> in DT
<anarsoul> hm
<anarsoul> could you point me to the commit where you removed it?
<anarsoul> jernej: ?
<jernej> it was some time ago, so it is best if you compare new and old patches :)
TheSeven has quit [Disconnected by services]
[7] has joined #linux-sunxi
<jernej> now I'm looking through them, but I can't remember
<jernej> I know I talked about that here some time ago
<jernej> anarsoul: check log from here forward: https://irclog.whitequark.org/linux-sunxi/2017-10-23#20382120;
<anarsoul> jernej: thanks
reinforce has joined #linux-sunxi
antony has quit [Ping timeout: 255 seconds]
<anarsoul> jernej: yeah, it works now, thanks!
<jernej> yw
freemangordon has quit [Read error: Connection reset by peer]
<wens> jernej: with both chains, does it still probe or not?
<jernej> I didn't try it, since I develop everything on H3, where TV is not yet supported.
<wens> well if all the components are enabled, and there are no unsupported encoders (like TV output), it should still probe
<jernej> IIRC if you hardcode TCON0 input to mixer0 and TCON1 input to mixer1, it should work
<jernej> TCON/mixer relationship switching isn't supported anyway, so you shouldn't lose anything
<jernej> but as I said, I didn't experiment with that for some time
antony has joined #linux-sunxi
<anarsoul> OK, anyone got ethernet working on A64 in linux-next?
freemangordon has joined #linux-sunxi
<wens> works for me
<anarsoul> wens: for me it either complains on ifconfig eth0 up: 'platform 1c30000.ethernet eth0: stmmac_open: Cannot attach to PHY (error: -19)' or crashes https://dpaste.de/ESQy/raw
RichardG867 has quit [Quit: Keyboard not found, press F1 to continue]
awais has joined #linux-sunxi
<anarsoul> wens: which board?
<wens> bpi-m64
<wens> building latest linus tree to verify
RichardG867 has joined #linux-sunxi
RichardG867 has quit [Changing host]
RichardG867 has joined #linux-sunxi
jbrown has quit [Ping timeout: 240 seconds]
sr-digitronic has joined #linux-sunxi
<anarsoul> wens: I think it's not working because dc1sw is disabled.
freemangordon has quit [Read error: Connection reset by peer]
freemangordon has joined #linux-sunxi
yann has quit [Ping timeout: 248 seconds]
<anarsoul> wens: yep, renamed 'vcc-phy' regulator to 'phy' and now it works
<anarsoul> pine64 lts works fine now with my branch: https://github.com/anarsoul/linux-2.6/tree/sunxi64-4.15rc-anarsoul
<anarsoul> I hope I get some time this weekend to clean up and prepare for submission A64 sound patches
<anarsoul> codekipp1r: do you have any plans to submit your A64 sound patches? (you did most of the work) If no - I'll clean them up and submit soon
<wens> it's ok to pick up other's work, as long as you keep the original author and SoB tags
<wens> yup, emac works fine on linus' tree
<montjoie> and on linux-next :)
<anarsoul> wens: I suppose your bootloader enables dc1sw for you?
<wens> according to icenowy[m] or montjoie, ATF does that
<montjoie> wens: I sent the patch "arm64: allwinner: a64: add Ethernet PHY regulator for several boards" for that
<montjoie> oups I acked
<icenowy[m]> booted a U-Boot 2017.11 on Pine H64 via FEL ;-)
<wens> yeah, it's not in my tree, but it still works, and dc1sw doesn't get turned off, kind of weird
<icenowy[m]> (to init DRAM currently I'm using a hacked boot0)
<wens> something is off
<icenowy[m]> I think I might clean up the code and submit the patches?
<icenowy[m]> writing struct sunxi_ccm_reg for a re-designed CCU is a disaster
<icenowy[m]> and as the source of ATF on H6 is not opened yet, now I still cannot use PSCI and SMP
<icenowy[m]> and directly reset64'ed to 0x4a000000 (U-Boot)
scream has joined #linux-sunxi
msimpson has joined #linux-sunxi
junnie has quit [Ping timeout: 240 seconds]
scream has quit [Remote host closed the connection]
scream has joined #linux-sunxi
hardfalcon has joined #linux-sunxi
<wens> montjoie: have to used u-boot emac recently?
antony has quit [Quit: Leaving.]
awais has quit [Remote host closed the connection]
<montjoie> wens: yes on pine64 or bpi64
<montjoie> I am setting my own LAVA lab, so tftp (via uboot emac) is the main way of test
<wens> argh... something feels broken for my h3 boards
chlorine has joined #linux-sunxi
chlorine has quit [Ping timeout: 268 seconds]
fkluknav has joined #linux-sunxi
chlorine_ has joined #linux-sunxi
yann has joined #linux-sunxi
scream has quit [Remote host closed the connection]
scream has joined #linux-sunxi
swiftgeek has quit [Ping timeout: 260 seconds]
swiftgeek has joined #linux-sunxi
<wens> montjoie: can you try it on an h3 board with internal phy?
<rellla> jernej: nice to see your DE2 efforts :) trying to push for 4.16 sounds great
<montjoie> wens: yes
<wens> on mine, it seems either the PHY is not doing auto-neg properly, not reporting the negotiated link speed/duplex properly, or something
matthias_bgg has joined #linux-sunxi
Ixnus has joined #linux-sunxi
matthias_bgg has quit [Remote host closed the connection]
tom_nov has joined #linux-sunxi
<wens> the EMAC register is set to 1000 mbps half duplex, which doesn't make sense
matthias_bgg has joined #linux-sunxi
<montjoie> on next-20171018 at least it worked!
<wens> montjoie: argh, I meant U-boot, sorry
<wens> it works fine under linux
<wens> nevermind
* wens feels stupid
skiboy has joined #linux-sunxi
skiboy has quit [Client Quit]
<montjoie> wens: will try uboot also
<wens> montjoie: I just did, and it seems to work well
skiboy has joined #linux-sunxi
<wens> I don't know what I did wrong in my previous attempts
lurchi__ has joined #linux-sunxi
Pe3ucTop has joined #linux-sunxi
<Pe3ucTop> Hello to all, could someone help to configure sun6i RTC to get 32khz output from CPU ?? I have defined RTC in DT but there is no clocks defined, how to apply those ? How to select internal/external clock as source ?
markvandenborre has joined #linux-sunxi
markvandenborre has quit [Client Quit]
Worf has joined #linux-sunxi
antony has joined #linux-sunxi
<Pe3ucTop> wens ? sorry, could you comment anything on RTC ?
lurchi__ has quit [Ping timeout: 248 seconds]
scream has quit [Remote host closed the connection]
tom_nov has quit [Ping timeout: 268 seconds]
RichardG867 has quit [Ping timeout: 260 seconds]
<Pe3ucTop> I notices in most dtsi files the register length is ~ 0x54 but, in fact on V3s it should be around 0x200 or do this memory is dedicated to something else ??
<Ixnus> smaeul: , junnie: fyi, apritzel: you've said that you burned the secure bit on one of your a64 boards, maybe you can dump the BROM ?
Ixnus has quit [Quit: Page closed]
awais has joined #linux-sunxi
rasp has quit [Ping timeout: 240 seconds]
tom_nov has joined #linux-sunxi
Worf has quit [Quit: Konversation terminated!]
Ntemis has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
dave0x6d has joined #linux-sunxi
rasp has joined #linux-sunxi
megi has joined #linux-sunxi
<icenowy[m]> https://github.com/Icenowy/u-boot/tree/h6-init here's a WIP branch for H6 U-Boot
<codekipp1r> anarsoul: I've not been able to get them working on my pine64 and now it's stopped booting
<icenowy[m]> it needs to be loaded by FEL after using something to initialize DRAM
<icenowy[m]> currently the &quot;something&quot; I used is a hacked boot0
antony has quit [Quit: Leaving.]
<codekipp1r> anarsoul: can you diff between your working setup and say my sunxi-wip branch to see if I'm missing something
<codekipp1r> but ultimately if you want to push then sure go ahead....I tend to sit on things far too long
chlorine_ has quit [Ping timeout: 250 seconds]
chlorine has joined #linux-sunxi
junnie has joined #linux-sunxi
hardfalcon has quit [Ping timeout: 248 seconds]
Andy-D_ has quit [Remote host closed the connection]
sr-digitronic has quit [Remote host closed the connection]
anarsoul has quit [Ping timeout: 248 seconds]
anarsoul has joined #linux-sunxi
<Pe3ucTop> Do anyone know how to get sun6i RTC to work from external crystal at least ?? Currently it's working from internal osc .. :(
hardfalcon has joined #linux-sunxi
<mripard> Pe3ucTop: since 4.11 it should always be clocked from the external crystal
ykchavan has joined #linux-sunxi
<Pe3ucTop> mripard: :D I'm using 4.13 , I see in driver it's "selected" = (wrong way) and this selection do not work. From register readout see that source is still Internal. An by changing register by hand to external osc stops clock counting.
<Pe3ucTop> I do it on V3s , as well I would like to select output Gating, it doesn not affect at all..
<mripard> Pe3ucTop: what do you mean by "it's "selected" = (wrong way)"
scream has joined #linux-sunxi
kaspter has quit [Read error: Connection reset by peer]
kaspter has joined #linux-sunxi
afaerber has quit [Quit: Leaving]
<Pe3ucTop> mripard: In 3.4 driver , to switch clock source AUTO_SWITCH is going disabled and then applied BIT(15) which is undocumented just comment "Fixup auto switch BUG, when powerdow" and then clock could be changed.
<Pe3ucTop> I do not see anything similar in 4.13. Also in 3.14 is check for result. On V3s changing clock without Bit(15) do to take effect at all.
<mripard> Pe3ucTop: then feel free to send a patch to fix this for v3s :)
<Pe3ucTop> mripard: Probably will do it, but firstly I need to check that it will work :) , so Question is if 32768hz crystal selected by hand, do it must work out off the box? because when I select it, clock stops, no signal on crystal pins (checked by oscilloscope).
fkluknav has quit [Ping timeout: 252 seconds]
tkaiser has joined #linux-sunxi
antony has joined #linux-sunxi
<mripard> what signal did you probe with your scope ?
<Pe3ucTop> mripard: X32KOUT which drives crystal work. I check X32KIN too.. both do not have any signal.
<Pe3ucTop> X32KOUT is always high , X32KIN is low.
aib42 is now known as aib
chlorine has quit [Remote host closed the connection]
antony has quit [Quit: Leaving.]
kaspter has quit [Remote host closed the connection]
<icenowy[m]> The name of the opi lite upgradation is called opi-lite2
<icenowy[m]> and opi one upgradation is called opi-one plus
<icenowy[m]> according to steven
chlorine has joined #linux-sunxi
afaerber has joined #linux-sunxi
<mripard> Pe3ucTop: iirc you need to enable the clock output
kaspter has joined #linux-sunxi
Putti has joined #linux-sunxi
Putti has quit [Client Quit]
chlorine has quit [Read error: No route to host]
IgorPec has quit [Ping timeout: 248 seconds]
chlorine has joined #linux-sunxi
<icenowy[m]> The SPI0 controller of H6 adds dual/quad mode
<Pe3ucTop> about SPI0 why current sun6i spi do not use DUAL mode ??
chlorine has quit [Read error: No route to host]
chlorine has joined #linux-sunxi
<Pe3ucTop> it's available in hardware..
<Pe3ucTop> only DUAL receive mode, but still.
<tkaiser> icenowy[m]: Wonderful names (again)
<icenowy[m]> ;-)
JohnDoe_71Rus has joined #linux-sunxi
chlorine has quit [Remote host closed the connection]
<KotCzarny> i miss the glorious pc times when specs of machines were in the names
<icenowy[m]> this kind of names are not attractive to computer newbies ;-)
* KotCzarny imagines how 'development boards' and 'newbies' fit together ;)
kaspter has quit [Remote host closed the connection]
kaspter has joined #linux-sunxi
chlorine has joined #linux-sunxi
fkluknav has joined #linux-sunxi
scream has quit [Remote host closed the connection]
<tkaiser> Newbies (not so) surprisingly already fail to differentiate between Orange Pi PC Plus and 'Plus' :)
scream has joined #linux-sunxi
jbrown has joined #linux-sunxi
<lvrp16> orange plus hell
<icenowy[m]> converting user manual to code is a hell...
<icenowy[m]> I hate it
matthias_bgg has quit [Quit: Leaving]
<tkaiser> icenowy[m]: BTW: did you further investigate about the additional led on OPi R1? I'm also wondering whether there's a GPIO to toggle power for the RTL8152 on the board?
<icenowy[m]> no I didn't
<tkaiser> But you could ask Steven if you would? ;)
<icenowy[m]> don't forget that it's my friend's
<tkaiser> s/would/want/
<icenowy[m]> I don't care it ;-)
<icenowy[m]> and I'm now playing with H6
<wens> icenowy[m]: welcome to the club :) # 22:00 < icenowy[m]> converting user manual to code is a hell...
<icenowy[m]> wens: I'm already in it ;-)
<icenowy[m]> although I haven't done this kind of things for several months, since R40 CCU driver is made
<wens> lol
<icenowy[m]> and when suiting the new CCU of H6 in U-Boot... I grabbed a calculator ;-)
IgorPec has joined #linux-sunxi
<icenowy[m]> their's many holes
<icenowy[m]> tkaiser: steven claims opi lite2 and 1+ will be available in this year
<icenowy[m]> but they're not so suprising -- no PCIE ;-)
<tkaiser> Well, we need an OPi Lite 2 Plus Minus then (the one with mPCIe on the back)
<icenowy[m]> P.S. I don't know whether &quot;this year&quot; means Gregorian year or Chinese year
<wens> mostly means gregorian in modern contexts?
<icenowy[m]> I think so
<icenowy[m]> but hardware production in China is affected by Chinese new year
<icenowy[m]> the Gregorian new year is only a plain small holiday usually, but the Chinese new year is a big one;-)
<icenowy[m]> legally the former is 1 day and the latter is 7 days
<icenowy[m]> but usually employers make the Chinese new year holiday much longer
<wens> I don't like Chinese new year
<tkaiser> Will there be any software usable 'this year' (be it Dec 2017 or Feb 2018)? At least the H5 BSP was quite a mess...
<wens> tkaiser: isn't it always?
<tkaiser> wens: You're right. But one year earlier with the A64 BSP people were at least excited and jumped into. Never happened with the H5 variant.
<tkaiser> But on the other hand mainline support for H5 was done so fast that it really made no sense to touch the BSP mess :)
yann-kaelig has joined #linux-sunxi
cnxsoft has quit [Quit: cnxsoft]
IgorPec has quit [Ping timeout: 248 seconds]
rexxster has joined #linux-sunxi
paulk-gagarine has quit [Quit: Leaving]
paulk-gagarine has joined #linux-sunxi
<icenowy[m]> I think H6 mainline won't be so easy
reinforce has quit [Quit: Leaving.]
<shadeslayer> icenowy[m]: I was wondering what the status of DRM was on the pinebook and where I could find the latest stuff?
<icenowy[m]> shadeslayer: still heavily out-of-tree
<icenowy[m]> I can make no promise now
<shadeslayer> icenowy[m]: ah damn, I thought the idea was to have mainline by Jan
<icenowy[m]> you can use out-of-tree patches
<shadeslayer> can you point me to a git repo instead?
<shadeslayer> icenowy[m]: and well, before I try them out, what works and what doesn't?
<icenowy[m]> only LCD display works
<shadeslayer> that's ok, kind of the only thing I care about right now to see performance :)
<icenowy[m]> no performance.
<icenowy[m]> it's always poor
<shadeslayer> oh :(
<shadeslayer> so worse than BSP
<icenowy[m]> BSP is also not good
awais has quit [Remote host closed the connection]
<shadeslayer> icenowy[m]: yeah, we're trying to figure out what gives us the best performance with KDE's Plasma
IgorPec has joined #linux-sunxi
<icenowy[m]> disable compositing and the KDE will be at least usable
<jernej> icenowy[m]: does KDE know how to use HW compositing?
<jernej> maybe wayland plasma...
<icenowy[m]> I think the answer is no
<icenowy[m]> as modern &quot;compositing&quot; is complex
<icenowy[m]> e.g. make a shade after the window
<icenowy[m]> HW compositing currently is only usually used for video layer (Xv) or hardware cursor
<jernej> that is more like OpenGL job
<jernej> I mean shades and similar
<icenowy[m]> yes
<icenowy[m]> modern compositors requires OpenGL or XRender
<jernej> but next X11 should support planes, IIRC
<icenowy[m]> I think planes are only used for Xv extension
IgorPec has quit [Ping timeout: 255 seconds]
<icenowy[m]> and hardware cursor
<icenowy[m]> P.S. and the modern trend is offload everything to OpenGL!
<jernej> anyway, I'm writing that for LibreELEC/Kodi and it's DRM renderer
<icenowy[m]> if GBM OpenGL is available the xf86-video-modesetting driver will implement a series of X accelerations via it
<shadeslayer> <jernej> icenowy[m]: does KDE know how to use HW compositing? < of course
<icenowy[m]> KDE won't know
<icenowy[m]> except if you use OpenGL
<icenowy[m]> the DDX driver should deal with display-hardware-specific compositing
<shadeslayer> yeah that's what we use afaik, opengl, gles etc
<jernej> shadeslayer: By HW compositing I mean DRM planes
<icenowy[m]> we shouldn't consider OpenGL now
<icenowy[m]> except one of these happens:
<shadeslayer> jernej: right, afaik we offload that to opengl
<icenowy[m]> 1. mesa-lima become mature
<icenowy[m]> 2. ARM decided to open source Mali driver
<shadeslayer> well, I wouldn't mind using the proprietary mesa blob for now, since apparently that works http://free-electrons.com/blog/mali-opengl-support-on-allwinner-platforms-with-mainline-linux/
<icenowy[m]> the currently Mali blob cannot glue to the acceleration system well
chlorine has quit [Remote host closed the connection]
<icenowy[m]> but unfortunately it only provides OpenGL ES
<icenowy[m]> and GNU/Linux desktop programs usually expect full OpenGL
<shadeslayer> nope
<shadeslayer> KWin prefers gles
<jernej> I think trend is going in GL ES
<jernej> right
<shadeslayer> since like forever
<icenowy[m]> and I think KWin will link to Qt
<icenowy[m]> and usually distro-provided Qt will link to GL
<icenowy[m]> not GLES
<shadeslayer> again, that depends
<shadeslayer> you can build Qt5 with opengl or gles
<icenowy[m]> yes I can build it
<shadeslayer> Debian at the moment builds armhf with GLES and arm64 with openGL, but I'm trying to get them to change that
<shadeslayer> or maybe double build it and provide 2 packages
<shadeslayer> does the Mali400 even support OpenGL?
<icenowy[m]> but the final solution is still to make the driver provide full OpenGL
<shadeslayer> ok
<icenowy[m]> shadeslayer: as I know every hardware implemented GLES 2.0 can implement GL at least 1.5
<shadeslayer> huh I see
<icenowy[m]> see freedreno -- it provided full GL when adding to Mesa
<icenowy[m]> although qualcomm blobs only provided GLES
junnie has quit [Ping timeout: 268 seconds]
SP7RT has joined #linux-sunxi
tllim has joined #linux-sunxi
Putti has joined #linux-sunxi
lamer15115382287 has joined #linux-sunxi
tkaiser has quit [Ping timeout: 258 seconds]
Putti has quit [Ping timeout: 255 seconds]
yann-kaelig has quit [Quit: I'll be back]
Putti has joined #linux-sunxi
megi has quit [Quit: megi]
cosm has quit [Quit: No Ping reply in 180 seconds.]
cosm has joined #linux-sunxi
fkluknav has quit [Ping timeout: 255 seconds]
reinforce has joined #linux-sunxi
rasp has quit [Remote host closed the connection]
lamer15115382287 has quit [Quit: jIRCii - http://www.oldschoolirc.com]
msimpson has quit [Quit: Leaving]
antony has joined #linux-sunxi
RichardG867 has joined #linux-sunxi
RichardG867 has joined #linux-sunxi
RichardG867 has quit [Changing host]
fkluknav has joined #linux-sunxi
tkaiser has joined #linux-sunxi
Putti has quit [Ping timeout: 240 seconds]
popolon has joined #linux-sunxi
Putti has joined #linux-sunxi
Pe3ucTop has quit [Ping timeout: 240 seconds]
Ntemis has quit [Remote host closed the connection]
Putti has quit [Remote host closed the connection]
Putti has joined #linux-sunxi
Putti has quit [Remote host closed the connection]
Putti has joined #linux-sunxi
scream has quit [Remote host closed the connection]
iamfrankenstein has joined #linux-sunxi
tl_lim has joined #linux-sunxi
tllim has quit [Ping timeout: 252 seconds]
IgorPec has joined #linux-sunxi
tl_lim has quit [Ping timeout: 246 seconds]
tl_lim has joined #linux-sunxi
fkluknav has quit [Ping timeout: 240 seconds]
Putti has quit [Remote host closed the connection]
tl_lim has quit [Read error: Connection reset by peer]
fkluknav has joined #linux-sunxi
lamer15115445655 has joined #linux-sunxi
tkaiser has quit [Ping timeout: 240 seconds]
lurchi__ has joined #linux-sunxi
vagrantc has joined #linux-sunxi
jelly has quit [Ping timeout: 240 seconds]
yann has quit [Ping timeout: 250 seconds]
jelly-home has joined #linux-sunxi
anarsoul|2 has joined #linux-sunxi
Ultrasauce has quit [Ping timeout: 248 seconds]
Ultrasauce has joined #linux-sunxi
afaerber has quit [Quit: Leaving]
jelly-home is now known as jelly
<lvrp16> whats the clock speed of the h5 gpu?
Putti has joined #linux-sunxi
dev1990 has quit [Ping timeout: 240 seconds]
fkluknav has quit [Ping timeout: 240 seconds]
lamer15115445655 has quit [Quit: jIRCii - http://www.oldschoolirc.com]
tkaiser has joined #linux-sunxi
<tkaiser> lvrp16: Part of budget cooling so it depends ;) When I had a look with BSP kernel recently there were sysfs nodes and the clockspeeds there pretty low
megi has joined #linux-sunxi
arete74 has quit [Ping timeout: 248 seconds]
jstein_ has joined #linux-sunxi
jstein_ is now known as jstein
arete74 has joined #linux-sunxi
afaerber has joined #linux-sunxi
DonkeyHotei has quit [Ping timeout: 258 seconds]
DonkeyHotei has joined #linux-sunxi
tom_nov has quit [Quit: Leaving]
arete74 has quit [Ping timeout: 240 seconds]
anarsoul has quit [Ping timeout: 240 seconds]
Putti has quit [Remote host closed the connection]
Putti has joined #linux-sunxi
hardfalcon has quit [Quit: Leaving.]
hardfalcon has joined #linux-sunxi
ykchavan has quit [Read error: Connection reset by peer]
jstein has quit [Remote host closed the connection]
Mr__Anderson has joined #linux-sunxi
Ntemis has joined #linux-sunxi
aalm has quit [Quit: just read the man, i failed and double'hosted' it. meh]
arete74 has joined #linux-sunxi
ariendj has joined #linux-sunxi
lurchi__ is now known as lurchi_
Gerwin_J has quit [Quit: Gerwin_J]
arete74 has quit [Ping timeout: 248 seconds]
ariendj has quit [Read error: Connection reset by peer]
arete74 has joined #linux-sunxi
lurchi_ is now known as lurchi__
jstein_ has joined #linux-sunxi
jstein_ is now known as jstein
lurchi__ is now known as lurchi_
lurchi_ is now known as lurchi__
oliv3r has joined #linux-sunxi
<oliv3r> plaes: can you give me your address again and other infos, (my irc went down for a bit) but i got a nice box of 12 or so?
lurchi__ is now known as lurchi_
yann has joined #linux-sunxi
lurchi_ is now known as lurchi__
lurchi__ is now known as lurchi_
reinforce has quit [Quit: Leaving.]
jstein has quit [Remote host closed the connection]
lurchi_ has quit [Quit: Konversation terminated!]
lurchi_ has joined #linux-sunxi
markvandenborre has joined #linux-sunxi
aalm has joined #linux-sunxi
dev1990 has joined #linux-sunxi
Putti has quit [Ping timeout: 240 seconds]
lurchi_ is now known as lurchi__
lurchi__ is now known as lurchi_
tllim has joined #linux-sunxi
antony has quit [Ping timeout: 240 seconds]
anarsoul has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/]
antony has joined #linux-sunxi
DonkeyHotei has quit [Ping timeout: 258 seconds]
DonkeyHotei has joined #linux-sunxi
lurchi_ is now known as lurchi__
dev1990 has quit [Remote host closed the connection]
tkaiser has quit [Quit: jIRCii - http://www.oldschoolirc.com]
lurchi__ is now known as lurchi_