hste has joined #imx6-dev
akaizen has joined #imx6-dev
hste has quit [Ping timeout: 245 seconds]
sjoerd has quit [Ping timeout: 252 seconds]
sjoerd has joined #imx6-dev
kbouhara has quit [Ping timeout: 265 seconds]
kbouhara has joined #imx6-dev
fossxplorer has quit [Excess Flood]
fossxplorer has joined #imx6-dev
akaizen has quit [Remote host closed the connection]
cnxsoft has joined #imx6-dev
Guest55789 has quit [Ping timeout: 246 seconds]
hste has joined #imx6-dev
cnxsoft has quit [Ping timeout: 252 seconds]
hste has quit [Ping timeout: 245 seconds]
rz2k has joined #imx6-dev
hste has joined #imx6-dev
hste has quit [Ping timeout: 245 seconds]
diego_r has joined #imx6-dev
projectgus has quit [Ping timeout: 252 seconds]
projectgus has joined #imx6-dev
tapani_ has quit [Ping timeout: 264 seconds]
tapani_ has joined #imx6-dev
cnxsoft has joined #imx6-dev
rz2k has quit []
Guest55789 has joined #imx6-dev
datagutt has quit [Remote host closed the connection]
Guest55789 has quit [Ping timeout: 240 seconds]
cnxsoft has quit [Ping timeout: 252 seconds]
cnxsoft has joined #imx6-dev
datagutt has joined #imx6-dev
hste has joined #imx6-dev
josh-adtec_ has joined #imx6-dev
ragesoss has quit [Ping timeout: 246 seconds]
akaizen has joined #imx6-dev
cnxsoft has quit [Quit: cnxsoft]
codinho_ has joined #imx6-dev
cnxsoft has joined #imx6-dev
cnxsoft has quit [Client Quit]
codinho_ has quit [Ping timeout: 252 seconds]
ragesoss has joined #imx6-dev
akaizen has quit []
codinho_ has joined #imx6-dev
Guest55789 has joined #imx6-dev
jas-hacks has joined #imx6-dev
diego_r has quit [Ping timeout: 240 seconds]
<WarheadsSE> dv_: if I wanted to package gstreamer-imx in Arch, I need .. ?
<WarheadsSE> besides, obviously your sources and the waf. Any particular viv-bin*
<WarheadsSE> yay waf.. (digs out sed patching for python2 on Arch)
jas-hacks has quit [Quit: Leaving.]
<dv_> hmm
<dv_> you need libfslvpuwrap
<dv_> and a path to the kernel headers
<dv_> and what sed patch?
<dv_> (note that waf also works with python3)
<WarheadsSE> oh, it does now? it didn't when v8 was using it
<WarheadsSE> I'll have to translate that out to a PKGBUILD :P
<WarheadsSE> we have 3.0.35 and 3.10.17 kernel packages, and looking to get more of the graphics support online.
fossxplorer has quit [Remote host closed the connection]
unsolo has joined #imx6-dev
<unsolo> hi guys
<unsolo> i was wondering to get double buffered output from imx do you need the galcore driver ?
<unsolo> trying to set the linux fb depth and or size to something outside of what is in the dts seems to fail.
<unsolo> on another note how come i get a nested locking issue porting galcore drivers to vanilla kernel 3.13.x from freescale 3.10.17
<unsolo> gckOS_AcquireMutex
<unsolo> there is obviusly more magic in the freescale kernel but this one i am really struggeling to find
bfederau has quit [Remote host closed the connection]
bfederau has joined #imx6-dev
<dv_> unsolo: you should talk to wumpus, robclark, rmk, and jnettlet
<dv_> rmk and jnettlet have been cleaning up the galcore stuff
<dv_> and wumpus&robclark are taking care of proper drm + etnaviv, the opensource vivante gpu driver
<unsolo> hmm seems to be an issue with newer locking system in 3.13
<unsolo> i have to take a look at it tomorrow.. just wished i could figure out how gckOS_AquireMutex calls mutex_lock_nested..
<dv_> unsolo: do you know this repo? https://github.com/linux4kix/linux-linaro-stable-mx6
<unsolo> dv_: i want vanilla with gpu thats it ;)
<dv_> oh, right, newer locking system in 3.13
<unsolo> so just calling mutex lock from galcore fails.
<unsolo> but i will see what i can make of it
<unsolo> its just a single call so i guess i will make it call mutex_lock_nested instead of just mutex lock
<unsolo> since mutex lock is now just a simple #define of a mutex_lock_nested with args 0
<dv_> hm perhaps you can collaborate with somebody here
<dv_> there are a lot of imx6 projects, several of them are duplicates, or almost duplicates
<dv_> its all quite fragmented
<dv_> I know of two kernel projects: jnettlet's kernel (the one I linked to) and rmk's 3.14 kernel, which amongst other things takes parts of jnettlet's kernel and tries to make them upstreamable
<unsolo> its fragmented because there is way to little effort to mainline things ;)
<unsolo> hmm it actually is a deadlock..
<unsolo> fun
<unsolo> gckOS_GetPhyscicalAddress calls mutex lock whilst executed within a mutex lock
<unsolo> <-- removes the lock for the fun of it
<unsolo> lol kernel booted now but X resulted in yet another nested lock
<unsolo> the fact that it starts up X indicates i have successfully ported galcore to 3.13.. provided i fix this locking issue
codinho_ has quit [Ping timeout: 258 seconds]
josh-adtec_ has quit [Ping timeout: 250 seconds]
bfederau has quit [Remote host closed the connection]
bfederau has joined #imx6-dev
<unsolo> slap self
<unsolo> CONFIG_DEBUG_MUTEXES=y and no galcore driver for you my friend