ChanServ changed the topic of #linux-rockchip to: Rockchip development discussion | IRC log http://irclog.whitequark.org/linux-rockchip | Community GH https://github.com/linux-rockchip | Rockchip GH https://github.com/rockchip-linux | ML https://groups.google.com/group/linux-rockchip
nighty- has joined #linux-rockchip
VargaD has quit [Ping timeout: 255 seconds]
VargaD has joined #linux-rockchip
lurchi_ has joined #linux-rockchip
anarsoul|2 has quit [Ping timeout: 260 seconds]
LongChair_ has joined #linux-rockchip
daniels_ has joined #linux-rockchip
micken__ has joined #linux-rockchip
hjc4869_ has joined #linux-rockchip
pozzoni_ has joined #linux-rockchip
icenowy[m]1 has joined #linux-rockchip
icenowy[m] has quit [Ping timeout: 256 seconds]
micken has quit [Ping timeout: 256 seconds]
hjc4869 has quit [Ping timeout: 256 seconds]
LongChair has quit [Ping timeout: 256 seconds]
daniels has quit [Ping timeout: 256 seconds]
pozzoni has quit [Ping timeout: 256 seconds]
pozzoni_ is now known as pozzoni
LongChair_ is now known as LongChair
daniels_ is now known as daniels
atopuzov[m] has quit [Ping timeout: 255 seconds]
icenowy[m]1 has quit [Ping timeout: 265 seconds]
nots has quit [Quit: Page closed]
kaspter1 has joined #linux-rockchip
kaspter has quit [Ping timeout: 260 seconds]
kaspter1 is now known as kaspter
lurchi_ is now known as lurchi__
JohnDoe_71Rus has joined #linux-rockchip
wens has quit [Ping timeout: 276 seconds]
wens has joined #linux-rockchip
lurchi_ has joined #linux-rockchip
lurchi__ has quit [Ping timeout: 240 seconds]
JohnDoe_71Rus has quit [Quit: KVIrc 4.9.3 Aria http://www.kvirc.net/]
vstehle has joined #linux-rockchip
vagrantc has quit [Quit: leaving]
Kwiboo has quit [Quit: .]
Kwiboo has joined #linux-rockchip
indy has quit [Ping timeout: 264 seconds]
kever has quit [Ping timeout: 264 seconds]
kever has joined #linux-rockchip
<hanetzer> anyone know the bootloader the asus tinkerboard uses by default?
cnxsoft has joined #linux-rockchip
wadim_ has joined #linux-rockchip
kever has quit [Remote host closed the connection]
aalm has quit [Ping timeout: 248 seconds]
atopuzov[m] has joined #linux-rockchip
matthias_bgg has joined #linux-rockchip
icenowy[m] has joined #linux-rockchip
icenowy[m] has quit [Ping timeout: 256 seconds]
atopuzov[m] has quit [Ping timeout: 240 seconds]
hjc4869_ has quit [Ping timeout: 260 seconds]
hjc4869 has joined #linux-rockchip
aalm has joined #linux-rockchip
atopuzov[m] has joined #linux-rockchip
icenowy[m] has joined #linux-rockchip
kaspter has quit [Read error: Connection reset by peer]
kaspter has joined #linux-rockchip
nighty- has quit [Quit: Disappears in a puff of smoke]
afaerber has joined #linux-rockchip
matthias_bgg has quit [Ping timeout: 255 seconds]
JohnDoe_71Rus has joined #linux-rockchip
JohnDoe_71Rus has quit [Quit: KVIrc 4.9.3 Aria http://www.kvirc.net/]
JohnDoe_71Rus has joined #linux-rockchip
aalm has quit [Ping timeout: 276 seconds]
matthias_bgg has joined #linux-rockchip
JohnDoe_71Rus has quit [Quit: KVIrc 4.9.3 Aria http://www.kvirc.net/]
vagrantc has joined #linux-rockchip
mrfixit2001 has joined #linux-rockchip
mrfixit2001 has quit [Quit: Mutter: www.mutterirc.com]
cnxsoft has quit [Quit: cnxsoft]
hanetzer has quit [Remote host closed the connection]
hanetzer has joined #linux-rockchip
JohnDoe_71Rus has joined #linux-rockchip
kaspter has quit [Ping timeout: 256 seconds]
kaspter has joined #linux-rockchip
kaspter has quit [Read error: Connection reset by peer]
kaspter1 has joined #linux-rockchip
kaspter1 has quit [Client Quit]
ayaka_ has joined #linux-rockchip
ayaka has quit [Read error: Connection reset by peer]
ayaka_ is now known as ayaka
anarsoul|2 has joined #linux-rockchip
xevious has quit [Remote host closed the connection]
xevious has joined #linux-rockchip
aalm has joined #linux-rockchip
matthias_bgg has quit [Quit: Leaving]
indy has joined #linux-rockchip
afaerber has quit [Quit: Leaving]
Easyfab has joined #linux-rockchip
afaerber has joined #linux-rockchip
anarsoul has quit [Ping timeout: 248 seconds]
<tlwoerner> i'm looking for a working xf86-video-armsoc for rockchip (tinkerboard, specifically, i.e. rk3288)
<tlwoerner> i've found 3:
<tlwoerner> (branch devel/rockchip)
<tlwoerner> markzyq and mmind don't build
<tlwoerner> markzyq needs tweaks to configure.ac and src/Makefile.am, once those are done, it continues to fail to build
<tlwoerner> at this point markzyq and mmind fail in exactly the same way:
<tlwoerner> src/drmmode_display.c:1916:4: error: passing argument 2 of 'RemoveBlockAndWakeupHandlers' from incompatible pointer type [-Werror=incompatible-pointer-types]
<tlwoerner> rockchip-linux builds successfully, but at runtime...
<tlwoerner> (EE) _CREATE_GEM({height: 1080, width: 1920, bpp: 32 buf_type: 0x0}) failed. errno: 22 - Invalid argument
<tlwoerner> (EE) ARMSOC(0): ERROR: Cannot allocate scanout buffer
<tlwoerner> (EE) AddScreen/ScreenInit failed for driver 0
<Ke> afaik no opensource driver is even supposed to support rk3288?
<Ke> there is ongoing work to create one though
<tlwoerner> Ke: maybe you're thinking of mali/lima? this is xf86-video-armsoc https://github.com/rockchip-linux/xf86-video-armsoc
<Ke> hmm, what does it do?
<tlwoerner> xf86-video-armsoc has support for sunxi, stm, and some others
<tlwoerner> my understanding is it provides an interface to drm, and some other stuff
<tlwoerner> anyway, if someone has (or knows of) a working xf86-video-armsoc for rockchip, i'd be interested
<tlwoerner> or if the rockchip-linux people would like to enable issue on https://github.com/rockchip-linux/xf86-video-armsoc.git then i can post a better description of what i'm seeing
<mmind00> tlwoerner: just use modesetting?
<mmind00> tlwoerner: i.e. the armsoc x server always needed an additional ioctl for that gem allocation
<mmind00> tlwoerner: as for not building, they are probably just to old and nobody kept up with x11 core changes
BenG83 has joined #linux-rockchip
lurchi_ is now known as lurchi__
lurchi__ is now known as lurchi_
JohnDoe_71Rus has quit [Quit: KVIrc 4.9.3 Aria http://www.kvirc.net/]
Easyfab has quit [Quit: Leaving]
xerpi has joined #linux-rockchip
xerpi has quit [Remote host closed the connection]
xerpi has joined #linux-rockchip
xerpi has quit [Remote host closed the connection]
xerpi has joined #linux-rockchip
anarsoul has joined #linux-rockchip
<tlwoerner> mmind00: oh, so there's nothing i get from it that isn't already available?
tllim has joined #linux-rockchip
<mmind00> tlwoerner: not really I think ... maybe except interaction with the proprietary mali driver
<mmind00> tlwoerner: but with panfrost making great progress, this issue may solve itself as well in the near future
<tlwoerner> mmind00: okay, thanks for the info, i won't concern myself too much with it
<tlwoerner> cool! somehow didn't notice panfrost, it's not just for Android, is it? for the rk3288 i'm probably looking more at lima instead, though (?)
<mmind00> tlwoerner: nope ... lima is for mali utgard (400, 450) ... where panfrost target midgard and bifrost
<mmind00> tlwoerner: and that is actually running on a rk3288
<tlwoerner> nice! :-D
<tlwoerner> i have some catching up to do
BenG83 has quit [Quit: Leaving]
anarsoul has quit [Ping timeout: 256 seconds]
VargaD has quit [Ping timeout: 255 seconds]
VargaD has joined #linux-rockchip
xerpi has quit [Quit: Leaving]
vstehle has quit [Ping timeout: 255 seconds]
VargaD has quit [Ping timeout: 240 seconds]
VargaD has joined #linux-rockchip