zenmetsu has quit [Read error: Connection reset by peer]
zenmetsu has joined #linux-exynos
<zenmetsu>
sjoerd: which mali binary version should i use with your branch? r4p0-02rel0 gives me egl initialization failure, while r4p1-00rel0 causes a kernel NULL pointer panic
zenmetsu has quit [Ping timeout: 240 seconds]
zenmetsu has joined #linux-exynos
LanDi has quit [Quit: fui !]
<zenmetsu>
sjoerd: actually i had that backwards, i get the null pointer panic with r4p0-02rel0. the kernel sources appear to be built against r4p0-02rel0 as well :/
<sjoerd>
zenmetsu: I'm using the mali binaries from chrome os
<sjoerd>
which should be 0.r4p0+02rel0
<sjoerd>
which X driver?
<zenmetsu>
i'm following the malideveloper guide more or less, using the armsoc driver that i compiled
<zenmetsu>
really it is just libmali.so that changes, so i can md5sum the one on my chromeos partition to see if it is the same i suppose
<sjoerd>
you build armsoc with --with-drmmode=exynos right?
<sjoerd>
I guess you get to work out why EglInit fails, i can't really think of anything obvious ofhad
<zenmetsu>
and yes, build with --with-drmmode=exynos
<zenmetsu>
i'll have to boot to chromeos since i cannot mount the partition from linux, but that is the md5sum of my libmali.so
<zenmetsu>
if yours differs, then i'll have to snag the one from chromeos :)
<zenmetsu>
should i give it a shot without CONFIG_MALI_PLATFORM_FAKE=y?
zenmetsu has quit [Quit: Lost terminal]
zenmetsu has joined #linux-exynos
zenmetsu has quit [Quit: Lost terminal]
zenmetsu has joined #linux-exynos
<zenmetsu>
sjoerd: EglInit happened when i tried using r4p1-00rel0 userland binaries. The r4p0-02rel0 driver from chromeos, as well as the one from the malideveloper site, both cause a kernel panic when EglInit is attempted
dlan has quit [Ping timeout: 272 seconds]
dlan has joined #linux-exynos
afaerber has joined #linux-exynos
amitk has quit [Quit: leaving]
zenmetsu has quit [Quit: cpu removed]
zenmetsu has joined #linux-exynos
<zenmetsu>
sjoerd: was config problem, i used exynos defconfig and userspace gles works well. i've got a permissions issue somewhere as it only works for root, but this is enough to get me going. thanks :D
<sjoerd>
ooh right
<sjoerd>
yeah /dev/mali0 needs tobe accessible by your user
<zenmetsu>
sweet, that did it. ownership was right, mode was not rw for group :)