-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[question] freedreno testing on adreno200 (palm pixi plus)? #1
Comments
I just pushed a fix for the build break in test-cat.. that issue was unrelated to BUILD=glibc. re: 2nd issue, you probably need libdrm-dev headers. Maybe you could get away w/ just commenting that #include of kgsl_drm.h? Otherwise you might be able to get away copying libdrm headers from a linux box. Normally I'm using an ubuntu fs w/ an android /system directory for linking against android binaries (fwiw). Any idea what kernel version you have? I guess pixi has something older than what I am using (3.0). Hopefully the kgsl kernel driver interface hasn't changed too much. But I guess we'll see what the captured dump files (*.rd) look like. BR, |
thanks for the rapid response & info, (1) the pixi is circa 2010, so definitely hardware & software obsolete or (2) i modified run-tests.sh & directly ran (sans libwrap.so) the 11 tests i attached that log in case it's informative. i'm guessing that the c2d stuff is android, so i can ignore the commenting out the kgsl_drm.h include does allow me to build libwrap
in this case, on the pixi, while /lib/libc are: haven't seen that error yet in other pkg builds using widk, so not sure if thanks On Tue, Aug 21, 2012 at 4:43 PM, Rob Clark [email protected] wrote:
|
btw, re: android.. don't worry, I'm not really an android expert.. I just grabbed binaries from a cyogenmod filesystem because it was a handy source for binary blobs. Yes, the c2d stuff, I've only seen in android filesystems (not webos) so you can ignore that. My guess is the libc issues are because wrap-util.c, _dlsym_helper(), dlopen()'s libc.. maybe try putting an absolute path in there to /lib/libc-2.5.so would do the trick? |
thanks, "wrap-util.c" i guess all the test-2d stuff refs c2d, so i hacked the makefile for glibc so, now the glibc build completes & libwrap run-tests works (vertex still redump runs, but might be seeing some unexpected things?: .log, .rd, & .html files from this are attached, hope they are useful. not sure if i should do anything w/ cffdump or pgmdump? root@palm-webos-device:/media/internal/freedreno# ./cffdump pgmdump gens output for some .rd files, none for others. is the output of On Thu, Aug 23, 2012 at 6:11 AM, Rob Clark [email protected] wrote:
|
try run-cffdump.sh *.rd redump is only for the 2d stuff, so quite likely it is confused by 3d logs |
ahh, previously couldn't figure out what args run-cffdump expected; now it On Sat, Aug 25, 2012 at 8:36 AM, freedreno [email protected] wrote:
|
hmm, now I just need to figure out how to see the files you attached (I'm kinda new to the github issue tracker.. never used it before) |
hello,
thanks for freedreno.
based on comments from your latest post
http://bloggingthemonkey.blogspot.com/2012/08/textured-cube-fullscreen.html
some testing on a200 was of interest.
i'm guessing that i could build freedreno for a palm pixi (running webos), using either the original palm pdk or webos-internals dev kit (widk), assuming make BUILD=glibc is supported?
if unsupported, please ignore the remainder of this distraction.
if intended to be supported, here are some make issues (under widk)
(1) tests-3d/test-cat.c:148: error: invalid application of 'sizeof' to incomplete type 'const float[]'
workaround: omit test-cat
(2)In file included from includes/kgsl_drm.h:4,
from wrap/wrap.h:43,
from wrap/wrap-util.c:24:
includes/drm.h:620:26: error: drm/drm_mode.h: No such file or directory
workaround: none?
i'll look into creating some cmdstream dumps as mentioned in the blog comments.
The text was updated successfully, but these errors were encountered: