IRC log of #cubox of Tue 29 Sep 2015. All times are in CEST < Back to index

07:46 jnettlet vpeter, I got pulled away last night.
07:46 jnettlet can you send me the fbset information for the 7" panel. I am curious how it is being setup.
08:49 vpeter jnettlet: Will do. After 9 hours.
08:50 jnettlet vpeter, sure thing
08:52 vpeter It is crazy how much time I spent on this because was using smaller display (because it fits better on a desk). And this doesn't work. The big one was almost no problem at all. It should work from the start.
10:57 mk01 jnettlet: is there any constrain to call workqueue job function directly (technical or best practices (being it 'rude' pehaps)) ?
12:09 vpeter jnettlet: What purpose has mode_str in mxcfb1?
12:15 mk01 vpeter: it is parsed initially as mode selection. then overwritten later (if exists) with the info from command line .
12:17 vpeter As suspected.
12:24 jnettlet mk01, generally it would mostly be bad code structure. If you want to do that just abstract the code out to another function that the workqueue can call
14:04 Kaloz _o/
18:40 mk01 jnettlet: a bit reworked the edid read / parsing (moved parsing into single common function). then on top of it added EDID from firmware read option. https://github.com/mk01/linux-fslc/commits/edid_get_fw
18:41 Exag 18:41 * Exaga blows a raspberry @ jnettlet :P~
19:22 vpeter jnettlet: fbset - http://pastebin.com/reNfqcBp
19:22 vpeter seems ok to me .
19:58 jnettlet vpeter, doesn't look too bad but that vrefresh is a bit high.
19:59 jnettlet Do you have output from the old kernel?
19:59 vpeter not atm.
20:01 vpeter let me make new sd card.
20:01 jnettlet mk01, i will take a look. There is still something not right when running xorg on dvi
20:04 mk01 jnettlet: specifically ?
20:06 jnettlet mk01, loops reading the edid and crashing
20:08 mk01 jnettlet: pastelog your edid, I can try
20:10 mk01 jnettlet: and you think it is in wrong parsing ... ?
20:13 vpeter jnettlet: on old kernel I have different timings. How can I translate output rom fbset to dts?
20:14 vpeter Also geometry is different.
20:18 mk01 vpeter: the data are aligned with same order
20:21 mk01 (horiz back / front is left / right, vert back / front is up / low then hlen / vlen )
20:22 vpeter yes.
20:23 vpeter I would expect to see "something" :)
20:29 mk01 maybe is the display just broken
20:29 mk01 :D
20:31 vpeter Ok, this I know it is not. Because I boot old kernel and there is working :)