codeworkx changed the topic of #teamhacksung to: HACKSUNG IS DEAD, HAIL HACKSUNG!
sbrissen has quit [Quit: Bye]
arcus has quit [Disconnected by services]
arcus_ has joined #teamhacksung
arcus_ is now known as arcus
ankitkv has joined #teamhacksung
ankitkv has quit [Quit: Leaving]
The_Pot has joined #teamhacksung
The_Pot has quit [Changing host]
The_Pot has joined #teamhacksung
geecko has quit [Read error: Operation timed out]
ThePot has quit [Ping timeout: 245 seconds]
ankitkv has joined #teamhacksung
The_Pot has quit [Quit: Leaving]
ankitkv_ has joined #teamhacksung
ankitkv has quit [Disconnected by services]
ankitkv_ is now known as ankitkv
ThePot has joined #teamhacksung
uberlaggydarwin has joined #teamhacksung
uberlaggydarwin has quit [Remote host closed the connection]
ankitkv has quit [Quit: Leaving]
ricotz has joined #teamhacksung
kzard has joined #teamhacksung
uberlaggydarwin has joined #teamhacksung
ricotz has quit [Quit: Ex-Chat]
CoreISP has quit [Quit: Smoking]
uberlaggydarwin has quit [Remote host closed the connection]
uberlaggydarwin has joined #teamhacksung
Turl has quit [Ping timeout: 252 seconds]
Turl has joined #teamhacksung
geecko has joined #teamhacksung
Zhenech has quit [Ping timeout: 272 seconds]
Zhenech has joined #teamhacksung
<geecko> xplodwild, pls tell me you did it
<xplodwild> geecko: not much success
<xplodwild> and I need to work on other stuff
<geecko> xplodwild, damnit
evcz is now known as Guest50365
meeeeeeee has joined #teamhacksung
meeeeeeee has quit [Changing host]
meeeeeeee has joined #teamhacksung
Guest50365 has quit [Ping timeout: 272 seconds]
meeeeeeee has quit [Ping timeout: 245 seconds]
evcz has joined #teamhacksung
sbrissen_gone is now known as sbrissen
Kihokki has quit [Ping timeout: 260 seconds]
Kihokki has joined #teamhacksung
Kihokki has quit [Ping timeout: 260 seconds]
Kihokki has joined #teamhacksung
<geecko> xplodwild, i think there's something wrong in the kernel. check /drivers/video/samsung/s3cfb_ops.c
<geecko> xplodwild, there must be a #ifdef here that fucks up everything
Kihokki has quit [Ping timeout: 260 seconds]
<geecko> anyway, i have to go. see you
geecko has quit [Quit: Quitte]
Kihokki has joined #teamhacksung
Kihokki has quit [Ping timeout: 260 seconds]
Kihokki has joined #teamhacksung
pawitp has joined #teamhacksung
Kihokki has quit [Ping timeout: 260 seconds]
geecko has joined #teamhacksung
<geecko> xplodwild: i found why it doesn't work!!!
<geecko> xplodwild: check ioctls for "S3CFB_WIN_CONFIG" in here https://gerrit.omnirom.org/#/c/2431/4/exynos4/hal/libhwc/hwc.cpp
<geecko> xplodwild: that's the fences ids are retrieved
<geecko> xplodwild: and then... one fucking #ifdef just like i said earlier :p
<geecko> xplodwild: i'm at university right now so i can't test... i'm 100% sure it's the cause though
ThePot has quit [Ping timeout: 245 seconds]
Guest93733 has joined #teamhacksung
<geecko> xplodwild: s3cfb seems to not have been tested on 4210 devices.. i had to fix something in s3cfb_ops.c before https://github.com/GeeckoDev/raw_kernel/commit/66b589c4d97bf7c674a750191c5200ccd62ad40d
<geecko> xplodwild: i guess a i9100 source drop will bring some fixes for s3cfb and ;ali
<geecko> mali*
ThePot has joined #teamhacksung
ThePot has quit [Changing host]
ThePot has joined #teamhacksung
Guest93733 has quit [Ping timeout: 260 seconds]
paulk-collins has joined #teamhacksung
Kihokki_ has joined #teamhacksung
Kihokki_ is now known as Kihokki
Kihokki is now known as Guest62453
ankitkv has joined #teamhacksung
Guest62453 has quit [Ping timeout: 260 seconds]
Kihokki_ has joined #teamhacksung
ricotz has joined #teamhacksung
Kihokki_ has quit [Ping timeout: 260 seconds]
Kihokki_ has joined #teamhacksung
<xplodwild> geecko: ahh so that's why it worked on i9300
<xplodwild> geecko: let me test
<geecko> xplodwild: :D
<xplodwild> we have CONFIG_CPU_EXYNOS4210 right?
<geecko> xplodwild: yes
<geecko> xplodwild: modify ifdef at line 1690 and 2165
<xplodwild> there's a few
<xplodwild> there's the s3cfb_enable/disable_window methods
<geecko> xplodwild: hmm, go on
<xplodwild> building
<geecko> xplodwild: well it seens that these two methods are here for 4210
<xplodwild> or?
<xplodwild> just grepped 4412 actually
<xplodwild> I'll see, I'll revert otherwise
<geecko> xplodwild: err, what did you do
<xplodwild> magic
<geecko> xplodwild: yeah sure :P
<geecko> xplodwild: the worst is that the ioctl doesn't even have a default: in the switch, so it didn't fail
<geecko> xplodwild: otherwise we would have a warning in logcat because hwcomposer would have catched it
plastikman has joined #teamhacksung
<xplodwild> geecko: yeah all the set_win_* methods are required
<xplodwild> because they're used in the method at line 2165
<geecko> xplodwild: yep i know
<geecko> so only two ifdefs to change, right? :P
<xplodwild> a bit more :P
<geecko> xplodwild: i just hope there's no hardware limitation on 4210
<geecko> xplodwild: something that causes a beautiful crash in the kernel when we try to enable this stuff
<xplodwild> "low battery, can't download!!"
<xplodwild> wut, first time I see this message
<geecko> xplodwild: ok...
<geecko> isn't it supposed to be unsafe to flash something below 50% of battery? :P
<geecko> reminds me when i was flashing my psp :P
<xplodwild> oh
<xplodwild> ok I got it
<xplodwild> I left it with the broken stuff all night long
<xplodwild> guess it never went to sleep neither turned off at 0%
<geecko> xplodwild: haha, no wonder
<xplodwild> i'll let it charge a bit then
Kihokki_ has quit [Ping timeout: 260 seconds]
<geecko> xplodwild: i have to change my room, see you
geecko has quit []
Kihokki_ has joined #teamhacksung
Kihokki_ has quit [Ping timeout: 260 seconds]
Kihokki has joined #teamhacksung
Kihokki has quit [Ping timeout: 260 seconds]
Kihokki has joined #teamhacksung
geecko has joined #teamhacksung
<geecko> xplodwild: desktops take 15 minutes to boot here lol
<geecko> core i7 @ 3.4ghz, 8gb ram
<geecko> wtf is wrong with windows
<plastikman> need an ssd
Kihokki has quit [Ping timeout: 260 seconds]
<geecko> plastikman: yeah i guess
<plastikman> there is no probably
<plastikman> I/O is the biggest bottleneck ever
Guest67476 has joined #teamhacksung
<geecko> plastikman: yep the activity led for hard drive is always on when booting
<plastikman> get an SSD i promise it is the best investment EVER
<plastikman> a shitty computer with an SSD will run circles around that monster with a rotational
<geecko> plastikman: man, i know, i have three ssds for my laptop :p
<geecko> 30gb for osx, 64gb (buggy ocz petrol that crashes every 3 months) for windows, and one samsung 830 128gb for linux
Guest67476 has quit [Ping timeout: 260 seconds]
<xplodwild> let's see
<xplodwild> blackscreenz
<geecko> xplodwild: lawl
<geecko> does it even logcat?
<xplodwild> yeah
Kihokki_ has joined #teamhacksung
<xplodwild> <4>[ 86.607705] c1 [df329c00] mali_accumulated_fence: error
<xplodwild> <4>[ 86.607729] c1 mali-2356_pt error@86.605863: 2
<xplodwild> <6>[ 86.605900] c1 fence error -2 on [df329720]
<geecko> wut...
<geecko> xplodwild: do we still have sync_merge errors in logcat?
<xplodwild> nope
<geecko> getting closer then
sbrissen is now known as sbrissen_gone
Kihokki_ has quit [Ping timeout: 260 seconds]
<geecko> xplodwild: this log you got is from dmesg?
Kihokki_ has joined #teamhacksung
<xplodwild> yup
<geecko> xplodwild: so the error comes from the mali driver? come onnnnnn D:
<geecko> xplodwild: can you paste logcat+dmesg pls?
Kihokki_ has quit [Ping timeout: 259 seconds]
RudyValencia has quit [Quit: My IRC client doesn't advertise in /quit messages.]
Kihokki_ has joined #teamhacksung
Kihokki_ is now known as Kihokki
Kihokki has quit [Changing host]
Kihokki has joined #teamhacksung
pawitp has quit [Quit: pawitp]
Kihokki has quit [Ping timeout: 260 seconds]
Kihokki has joined #teamhacksung
Kihokki has quit [Ping timeout: 260 seconds]
Kihokki has joined #teamhacksung
Kihokki has quit [Ping timeout: 260 seconds]
<geecko> xplodwild: how do you recompile the kernal from aosp tree? mmm doesn't work
geecko has quit [Quit: Page closed]
geecko has joined #teamhacksung
<geecko> xplodwild, re
<xplodwild> geecko: re
<geecko> xplodwild, could you push the kernel patch to gerrit?
CoreISP has joined #teamhacksung
uberlaggydarwin has quit [Quit: Leaving.]
piot has joined #teamhacksung
piot has left #teamhacksung [#teamhacksung]
ricotz has quit [Quit: Ex-Chat]
<geecko> xplodwild, i'm rebuilding with two ifdefs removed
lolwat has joined #teamhacksung
geecko has quit [Read error: No route to host]
geecko has joined #teamhacksung
plastikman has quit [Ping timeout: 272 seconds]
plastikman has joined #teamhacksung
<geecko> xplodwild, wow building is super fast with ccache :D
<xplodwild> obviously
<geecko> xplodwild,
<geecko> E/GLConsumer( 1887): [StatusBar] doGLFenceWait: error waiting for fence: -2
<geecko> E/Fence ( 1887): GLConsumer::doGLFenceWaitLocked: fence 54 didn't signal in 3000 ms
<geecko> E/Fence ( 1887): GLConsumer::doGLFenceWaitLocked: fence 54 didn't signal in 3000 ms
<geecko> E/GLConsumer( 1887): [StatusBar] doGLFenceWait: error waiting for fence: -62
<geecko> so, timeouts...
evcz has quit [Ping timeout: 252 seconds]
<geecko> dmesg is scary ^^
<geecko> drivers/base/sync.c: pr_info("fence timeout on [%p] after %dms\n", fence,
<geecko> derps here
<geecko> xplodwild, i had to update sync for mali. it's backported from linux 3.4.
<xplodwild> oh?
<geecko> xplodwild, it's included in the latest samsung kernal. when i tried to update to r3p2 before getting these sources, sources from hardkernel and insignal were based on 3.4
<geecko> i read somewhere mali r3p2 isn't meant for 3.0 anyway :P
<geecko> but samsung was lazy...
evcz has joined #teamhacksung
<xplodwild> geecko: so is it working now? :P
<geecko> xplodwild, yay and it even beat the nexus 5 in benchmarks now
<geecko> ...
<xplodwild> like anyone would believe this
<geecko> xplodwild, dmesg is derping just like it did with you
<xplodwild> geecko: since it works on i9300, it's probably just some defs
<geecko> xplodwild, have to find them :P
ankitkv_ has joined #teamhacksung
<geecko> xplodwild, just for the kicks i will remove all ifdefs in s3cfb_ops.c and watch it explode
<geecko> xplodwild, watch this.. http://paste.omnirom.org/view/d6e308bd
ankitkv has quit [Ping timeout: 272 seconds]
<geecko> xplodwild, hmm btw, can you check if uncommenting #define MALI_SEC_MEM_VALIDATION doesn't derp anymore with the new s4cfb?
<geecko> s3cfb*
<xplodwild> geecko: I can't test for now
uberlaggydarwin has joined #teamhacksung
<geecko> rebuilding..
<geecko> xplodwild, removing all the ifdefs didn't help
<geecko> xplodwild, do you have your s3 around with new hwcomposer?
<geecko> if so, go to developer settings, and set all transitions to 10x instead of 1x
<geecko> then long press home, and check if the animation is either perfectly smooth or if it has some hicups
<geecko> xplodwild, i checked on a galaxy s3 earlier, running cm10.1, it's awful because it's not any smoother as my note :P
<xplodwild> it didn't seem much slower when I tried this weekend
lolwat has quit [Read error: Connection reset by peer]
<geecko> xplodwild, actually it should be smooth now.. at least i hop
<geecko> +e
<geecko> xplodwild, what actually happens when you mail some samsung developer?
<geecko> and _ask_ something
<Espenfjo> Nothing
<Espenfjo> If you are lucky youll get an answer back from a developer who says something like"Oh. thats unfortunate.. Ill look into that if I get time, some time.."
<uberlaggydarwin> lol
uberlaggydarwin has quit [Quit: Leaving.]
<paulk-collins> hey I had very positive answers from samsung developers!
<paulk-collins> they shared code and such
<geecko> Espenfjo, paulk-collins, that contradicts so much :D
paulk-collins has quit [Quit: Ex-Chat]
<geecko> MODULE_AUTHOR("Jingoo Han <jg1.han@samsung.com>");
<geecko> MODULE_AUTHOR("Jonghun, Han <jonghun.han@samsung.com>");
<geecko> MODULE_AUTHOR("Jinsung, Yang <jsgood.yang@samsung.com>");
<geecko> will poke these guys
<geecko> xplodwild, Espenfjo, mail sent :P crossing fingers
<geecko> a) for a response
<geecko> b) for an actual solution :P
<geecko> xplodwild, would you release a test build for i9300 users with all the new stuff?
plastikman has quit [Read error: Operation timed out]
<xplodwild> geecko: I can, tomorrow
<geecko> xplodwild, nice
plastikman has joined #teamhacksung
ankitkv_ has quit [Quit: Leaving]
plastikman has quit [Remote host closed the connection]
geecko has quit [Remote host closed the connection]