00:12
pgreco has quit [Quit: Leaving.]
00:43
SP7RT has quit [Ping timeout: 252 seconds]
00:44
dev1990 has joined #linux-sunxi
00:50
nuuuciano_ has quit [Ping timeout: 248 seconds]
00:56
nuuuciano has joined #linux-sunxi
01:36
tl_lim has joined #linux-sunxi
01:40
tllim has quit [Ping timeout: 276 seconds]
01:49
dev1990 has quit [Quit: Konversation terminated!]
02:02
ninolein has quit [Ping timeout: 255 seconds]
02:03
ninolein has joined #linux-sunxi
02:04
megi has joined #linux-sunxi
02:06
megi has quit [Client Quit]
02:06
megi has joined #linux-sunxi
02:09
cnxsoft has joined #linux-sunxi
02:13
chomwitt has quit [Quit: WeeChat 1.0.1]
02:20
megi has quit [Quit: WeeChat 2.0.1]
02:20
megi has joined #linux-sunxi
02:21
victhor has quit [Remote host closed the connection]
02:21
lucascastro has joined #linux-sunxi
02:22
megi has quit [Client Quit]
02:22
megi has joined #linux-sunxi
02:23
megi has quit [Client Quit]
02:24
megi has joined #linux-sunxi
02:29
pmpp has quit [Disconnected by services]
02:29
pmpp_ has joined #linux-sunxi
03:03
tgaz has quit [Ping timeout: 240 seconds]
03:03
nuuuciano has quit [Remote host closed the connection]
03:05
tgaz has joined #linux-sunxi
03:06
nuuuciano has joined #linux-sunxi
03:36
megi has quit [Ping timeout: 264 seconds]
03:44
pmpp has joined #linux-sunxi
03:45
<
Strontium >
anyone know the way to change the video mode being used by a drm driver?
03:45
<
Strontium >
fbset doesnt seem to do anything inteligent
03:48
pmpp_ has quit [Ping timeout: 248 seconds]
03:50
xcko has joined #linux-sunxi
04:07
Strontium has joined #linux-sunxi
04:22
nuuuciano has quit [Ping timeout: 252 seconds]
04:44
sunshavi has joined #linux-sunxi
05:01
JohnDoe_71Rus has joined #linux-sunxi
05:05
chlorine has joined #linux-sunxi
05:08
[7] has quit [Ping timeout: 276 seconds]
05:09
chlorine has quit [Ping timeout: 240 seconds]
05:12
lurchi_ has joined #linux-sunxi
05:16
lurchi__ has quit [Ping timeout: 248 seconds]
05:17
TheSeven has joined #linux-sunxi
05:18
dddddd has quit [Remote host closed the connection]
05:21
TheSeven has quit [Ping timeout: 252 seconds]
05:28
TheSeven has joined #linux-sunxi
05:28
lurchi_ is now known as lurchi__
05:34
<
lucascastro >
hello
05:35
<
lucascastro >
I'm trying to use the sunxi-mali driver, on banana pi running debian.
05:36
<
lucascastro >
dmesg show me -> Couldn't set clock defaults
05:37
<
lucascastro >
does someone already faced against that and/or know anything about that?
06:00
TheSeven has quit [Ping timeout: 252 seconds]
06:00
TheSeven has joined #linux-sunxi
06:01
f0xx has joined #linux-sunxi
06:08
JohnDoe1 has joined #linux-sunxi
06:11
JohnDoe_71Rus has quit [Ping timeout: 252 seconds]
06:31
IgorPec has joined #linux-sunxi
07:25
tl_lim has quit [Read error: Connection reset by peer]
07:25
tl_lim has joined #linux-sunxi
07:27
Putti has joined #linux-sunxi
07:41
xerpi has joined #linux-sunxi
07:52
tl_lim has quit [Read error: Connection reset by peer]
07:57
_whitelogger has joined #linux-sunxi
07:57
leviathan has quit [Read error: Connection reset by peer]
07:58
leviathan has joined #linux-sunxi
08:11
fkluknav has joined #linux-sunxi
08:14
IgorPec has quit [Ping timeout: 252 seconds]
08:28
<
diego71 >
lucascastro: just guessing: do you have the right dtb?
08:34
lrusak_ has joined #linux-sunxi
08:35
lrusak has quit [Ping timeout: 264 seconds]
08:35
lrusak_ is now known as lrusak
08:45
Mr__Anderson has joined #linux-sunxi
08:54
<
oliv3r >
Hey, is.there any way to get displays driven with our 2d/3d stack other then the available rgb/tcon? I.e. can ibdrive an SPI diaplay for example?
09:32
fkluknav has quit [Ping timeout: 264 seconds]
09:33
hanni76 has joined #linux-sunxi
09:34
f0xx has quit [Ping timeout: 240 seconds]
09:38
kloczek has quit [Remote host closed the connection]
09:38
cnxsoft has quit [Read error: Connection reset by peer]
09:40
cnxsoft has joined #linux-sunxi
09:45
clemens3 has joined #linux-sunxi
09:47
kloczek has joined #linux-sunxi
09:50
<
wens >
how many fps can you get with an SPI display?
09:50
xerpi has quit [Quit: Leaving]
09:54
<
diego71 >
wens: depends on the resolution. Usually not more than a vga.
09:54
xes has quit [Ping timeout: 260 seconds]
09:54
xes_ has joined #linux-sunxi
10:02
SP7RT has joined #linux-sunxi
10:08
nuuuciano has joined #linux-sunxi
10:10
<
KotCzarny >
yeah, it's slow
10:10
<
KotCzarny >
good for low-refresh info display, photo frames etc
10:11
<
KotCzarny >
not good for anything >10-15fps
10:18
<
Strontium >
wens: the limit is the spi controller in the lcd display. For example, i am using a display with a ILI9488. Specifies a maximum spi clock cycle of 50ns. (Thats 20Mhz)
10:18
<
Strontium >
wens: its a 480x320 display and needs 24 bits of data per pixel in spi mode.
10:19
<
Strontium >
wens: so 20,000,000 / 24 / 480 / 320 = Maximum frame rate (according to specs) = 5.4 frames per second.
10:20
<
Strontium >
wens: however, many people have success running with higher clocks than specified, but even if you can double it, you will only get < 11 frames per second.
10:20
<
Strontium >
You can do the same calculations for any spi panel.
10:20
clemens3 has quit [Ping timeout: 248 seconds]
10:22
<
Strontium >
the SPI in the socs from sunxi can run up to 100Mhz (i believe) so in theory that panel could do 27 frames per second, but the controller on the lcd can't handle it. The limit with these displays is always the lcd controller, when using a soc like the allwinner ones, or the raspberry pi.
10:25
<
Strontium >
oliv3r: in theory if you use fbtft or tinydrm you should be able to use a spi lcd like a normal screen (just with a low refresh rate)
10:25
<
KotCzarny >
i was running linux console via fbtft on 128x64
10:25
<
KotCzarny >
works, but not much screen estate ;)
10:26
<
Strontium >
KotCzarny: yes, but for a status screen, or a specific application could be plenty. but console, yeah not very useful.
10:26
<
KotCzarny >
still fun
10:27
<
Strontium >
i have a plan for a spi tft that can run with a spi clock up to 150mhz using a tiny fpga to do serial to parallel conversion.
10:27
<
KotCzarny >
why not just use some proper display connector?
10:28
<
Strontium >
KotCzarny: not always available.
10:28
<
Strontium >
especially for small size screens (sub 4")
10:28
<
KotCzarny >
spi2hdmi? :>
10:29
<
Strontium >
spi2mipi dbi type B :)
10:30
<
Strontium >
the logic is very very simple and the fpga is very cheap ($2)
10:30
JohnDoe_71Rus has joined #linux-sunxi
10:33
fkluknav has joined #linux-sunxi
10:41
<
JohnDoe_71Rus >
KotCzarny: the magic :)
10:42
<
KotCzarny >
actually magic was pixels organization in the display
10:42
<
Strontium >
KotCzarny: nice.
10:43
<
Strontium >
my next job with this opi zero is to get these sample lcd boards going. i will probably uses fbtft, shouldn't be too difficult.
10:43
<
KotCzarny >
other than that, fbconsole take care of the linux side
10:43
<
KotCzarny >
strontium: yeah, easy work, most are already supported
10:44
<
KotCzarny >
i had to hack that particular one because i needed to use legacy kernel and got knock-off from aliexpress
10:44
<
Strontium >
tinydrm looks nice, pitty is it doesn't support many lcd's at all (1 or 2)
10:46
<
Strontium >
well, i think this H3/TVE patch for the armbian mainline kernel is working about as good as i can do. i will clean it up and post it later if anyone is interested.
10:48
reinforce has joined #linux-sunxi
10:49
<
KotCzarny >
mm, pink
10:49
<
JohnDoe_71Rus >
red
10:49
BenG83 has quit [Ping timeout: 240 seconds]
10:49
<
KotCzarny >
depends ondisplay
11:04
SP7RT has quit [Ping timeout: 240 seconds]
11:07
victhor has joined #linux-sunxi
11:09
SP7RT has joined #linux-sunxi
11:11
hipboi has joined #linux-sunxi
11:18
fkluknav has quit [Ping timeout: 240 seconds]
11:28
<
oliv3r >
Im currently.lokoking at very low resolution screens. Think 128x128 for.example
11:28
<
oliv3r >
And planning of writing the timydrm.driver dor it. But wanted to know if it is possible at all before spending.time.on iy
11:36
pgreco has joined #linux-sunxi
11:50
netlynx has quit [Ping timeout: 264 seconds]
11:50
yann|work has quit [Read error: Connection reset by peer]
11:54
megi has joined #linux-sunxi
12:09
SP7RT has quit [Ping timeout: 256 seconds]
12:13
hanni76 has quit [Ping timeout: 260 seconds]
12:14
dev1990 has joined #linux-sunxi
12:27
hanni76 has joined #linux-sunxi
12:28
SP7RT has joined #linux-sunxi
12:30
fkluknav has joined #linux-sunxi
12:39
fkluknav has quit [Ping timeout: 240 seconds]
12:45
elros_ has joined #linux-sunxi
12:47
<
lucascastro >
diego71: I'm wondering the same question, I had made some checky-pick for my dts to bananapi gpu
12:49
f0xx has joined #linux-sunxi
12:54
GrimKriegor has quit [Read error: Connection reset by peer]
13:03
GrimKriegor has joined #linux-sunxi
13:14
<
JohnDoe_71Rus >
oliv3r: 128x128 screens use spi or some like. control like arduino
13:16
Guest3431 has quit [Quit: Leaving]
13:19
BenG83 has joined #linux-sunxi
13:32
SP7RT_ has joined #linux-sunxi
13:32
SP7RT has quit [Ping timeout: 240 seconds]
13:51
dddddd has joined #linux-sunxi
13:57
cnxsoft has quit [Quit: cnxsoft]
14:01
robogoat has joined #linux-sunxi
14:03
lurchi_ has joined #linux-sunxi
14:04
SP7RT has joined #linux-sunxi
14:04
pgreco1 has joined #linux-sunxi
14:05
pumphaus has joined #linux-sunxi
14:05
akaWolf1 has joined #linux-sunxi
14:05
zoobab_ has joined #linux-sunxi
14:06
tgaz_ has joined #linux-sunxi
14:06
itdnhr_ has joined #linux-sunxi
14:06
pgreco1 has quit [Client Quit]
14:07
pgreco1 has joined #linux-sunxi
14:08
pgreco1 has quit [Client Quit]
14:09
GrimKriegor_ has joined #linux-sunxi
14:09
pgreco1 has joined #linux-sunxi
14:09
a|3xx has joined #linux-sunxi
14:09
agraf` has joined #linux-sunxi
14:09
robogoat_ has quit [Ping timeout: 264 seconds]
14:09
GrimKriegor has quit [Ping timeout: 264 seconds]
14:10
GrimKriegor_ is now known as GrimKriegor
14:10
SP7RT_ has quit [Ping timeout: 264 seconds]
14:10
pgreco has quit [Ping timeout: 264 seconds]
14:10
lurchi__ has quit [Ping timeout: 264 seconds]
14:10
nuuuciano_ has joined #linux-sunxi
14:10
jailboxl__ has joined #linux-sunxi
14:10
nuuuciano has quit [Ping timeout: 264 seconds]
14:10
a|3x has quit [Ping timeout: 264 seconds]
14:10
pumphaus_ has quit [Ping timeout: 264 seconds]
14:10
akaWolf has quit [Ping timeout: 264 seconds]
14:10
zoobab has quit [Ping timeout: 264 seconds]
14:10
akaWolf1 is now known as akaWolf
14:10
tgaz has quit [Ping timeout: 264 seconds]
14:10
agraf has quit [Ping timeout: 264 seconds]
14:10
tgaz_ is now known as tgaz
14:10
itdnhr has quit [Ping timeout: 264 seconds]
14:10
jailbox_ has quit [Ping timeout: 264 seconds]
14:12
pgreco1 has quit [Client Quit]
14:17
pgreco has joined #linux-sunxi
14:22
hanni76 has quit [Ping timeout: 256 seconds]
14:34
SP7RT has quit [Ping timeout: 252 seconds]
14:36
hanni76 has joined #linux-sunxi
14:36
lurchi_ is now known as lurchi__
14:41
<
lucascastro >
can someone say me if the irq setup for mali gpu on sun7i-a20 at that link is right?
14:41
<
lucascastro >
or how can I get that information to check?
15:00
IgorPec has joined #linux-sunxi
15:02
lucascastro has quit [Remote host closed the connection]
15:03
lucascastro has joined #linux-sunxi
15:13
tllim has joined #linux-sunxi
15:15
fkluknav has joined #linux-sunxi
15:22
fkluknav has quit [Ping timeout: 248 seconds]
15:24
netlynx has joined #linux-sunxi
15:24
netlynx has quit [Changing host]
15:24
netlynx has joined #linux-sunxi
15:32
nuuuciano_ has quit [Ping timeout: 240 seconds]
15:39
<
Strontium >
all credit goes to icenowy[m], i just got it to apply cleanly to armbian mainline and work out why it wasn't showing an image.
15:43
nuuuciano_ has joined #linux-sunxi
15:43
kloczek has quit [Quit: kloczek]
15:52
hanni76 has quit [Ping timeout: 248 seconds]
15:54
aalm has quit [Ping timeout: 256 seconds]
15:56
aalm has joined #linux-sunxi
16:02
kloczek has joined #linux-sunxi
16:03
tlwoerner has quit [Ping timeout: 248 seconds]
16:05
hanni76 has joined #linux-sunxi
16:05
tlwoerner has joined #linux-sunxi
16:07
tlwoerner has quit [Excess Flood]
16:08
tlwoerner has joined #linux-sunxi
16:10
tllim has quit [Read error: Connection reset by peer]
16:13
kloczek has left #linux-sunxi [#linux-sunxi]
16:14
kloczek has joined #linux-sunxi
16:18
<
pgreco >
I'm using a bananapi-m1, with plain fedora workstation
16:18
<
pgreco >
kernel 4.15 brings up graphics without problems
16:19
<
pgreco >
4.16rc2(which includes many of the other a20) doesn't, X keeps crashing
16:19
<
pgreco >
once I apply that patch to the dtb, boots ok without any other change
16:25
lucascastro has quit [Remote host closed the connection]
16:33
IlyaM has joined #linux-sunxi
16:42
lurchi__ has quit [Ping timeout: 240 seconds]
16:43
IlyaM has quit [Ping timeout: 248 seconds]
16:45
hanni76 has quit [Ping timeout: 252 seconds]
16:58
hanni76 has joined #linux-sunxi
16:58
aalm has quit [Ping timeout: 240 seconds]
17:05
tllim has joined #linux-sunxi
17:29
<
oliv3r >
yeah small info.screen, but want to drive it via our sun4i 2d/3d engones
17:30
<
buZz >
finally, have working PAL out of a CHIP :)
17:31
aalm has joined #linux-sunxi
17:31
SP7RT has joined #linux-sunxi
17:38
aalm has quit [Quit: xyz 2.0.1]
17:52
lurchi__ has joined #linux-sunxi
18:02
leviathan has quit [Remote host closed the connection]
18:03
leviathan has joined #linux-sunxi
18:32
SP7RT_ has joined #linux-sunxi
18:33
SP7RT has quit [Ping timeout: 245 seconds]
18:41
Nyuutwo has joined #linux-sunxi
18:47
hanni76 has quit [Ping timeout: 260 seconds]
18:49
tllim has quit [Read error: Connection reset by peer]
18:59
anarsoul has quit [Ping timeout: 240 seconds]
19:00
hanni76 has joined #linux-sunxi
19:05
hanni76 has quit [Quit: Leaving]
19:18
<
plaes >
oliv3r: tinydrm is totally separate of sun4i
19:19
<
plaes >
it's just spi
19:21
<
oliv3r >
tinydrm is 'whatever you want ' :p
19:21
<
oliv3r >
the initial question was, can i use a sSPI display as a sunxi output. as all the videomemory is in RAM in theory it should be possible :)
19:22
<
plaes >
I actually got fbtft working on cubietruck a while ago...
19:22
<
plaes >
before it was superceded by tinydrm
19:27
clemens3 has joined #linux-sunxi
19:27
<
oliv3r >
yeah but i want to use the sunxi 2d and 3d engines (well 3d when lima gets somewhere)
19:28
<
oliv3r >
so was just curious if we can take the pixel data and push it out via SPI
19:29
tllim has joined #linux-sunxi
19:33
netlynx has quit [Quit: Ex-Chat]
19:35
Putti has quit [Quit: Leaving]
19:37
SP7RT_ has quit [Ping timeout: 256 seconds]
19:41
SP7RT has joined #linux-sunxi
20:00
jailboxl__ has quit [Ping timeout: 268 seconds]
20:02
jailboxl__ has joined #linux-sunxi
20:05
lucascastro has joined #linux-sunxi
20:05
skiboy has joined #linux-sunxi
20:21
lucascastro has quit [Remote host closed the connection]
20:32
tllim has quit [Read error: Connection reset by peer]
20:33
tllim has joined #linux-sunxi
20:34
tl_lim has joined #linux-sunxi
20:38
tllim has quit [Ping timeout: 245 seconds]
20:43
SP7RT_ has joined #linux-sunxi
20:44
SP7RT has quit [Ping timeout: 245 seconds]
20:48
hanni76 has joined #linux-sunxi
20:49
hanni76 has quit [Client Quit]
20:52
yann has joined #linux-sunxi
20:58
fkluknav has joined #linux-sunxi
21:01
f0xx has quit [Ping timeout: 248 seconds]
21:04
Ntemis has joined #linux-sunxi
21:06
anarsoul has joined #linux-sunxi
21:21
IgorPec has quit [Ping timeout: 252 seconds]
21:23
fkluknav has quit [Ping timeout: 256 seconds]
21:28
matthias_bgg has joined #linux-sunxi
21:42
jelly has quit [Quit: ""]
21:44
phil42 has quit [Ping timeout: 256 seconds]
21:46
SP7RT has joined #linux-sunxi
21:48
leviathan has quit [Remote host closed the connection]
21:48
SP7RT_ has quit [Ping timeout: 240 seconds]
21:48
clemens3 has quit [Ping timeout: 240 seconds]
21:50
chomwitt has joined #linux-sunxi
22:00
jelly has joined #linux-sunxi
22:24
Mr__Anderson has quit [Quit: Leaving.]
22:51
SP7RT has quit [Ping timeout: 252 seconds]
22:53
SP7RT has joined #linux-sunxi
23:09
lurchi__ is now known as lurchi_
23:20
hipboi_ has joined #linux-sunxi
23:21
hipboi__ has joined #linux-sunxi
23:22
hipboi has quit [Ping timeout: 240 seconds]
23:25
hipboi_ has quit [Ping timeout: 245 seconds]
23:36
dave0x6d has quit [Quit: Connection closed for inactivity]
23:37
phil42 has joined #linux-sunxi
23:37
qeed has quit [Ping timeout: 248 seconds]
23:38
BenG83 has quit [Quit: Leaving]
23:42
qeed has joined #linux-sunxi
23:45
hardfalcon has joined #linux-sunxi
23:45
BenG83 has joined #linux-sunxi
23:51
SP7RT has quit [Ping timeout: 245 seconds]
23:56
vagrantc has joined #linux-sunxi