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
<amstan> hessophanes: depends what hardware you have
<amstan> looks like suspend resume is still incomplete, ddr dvfs doesn't work (if you're battery powered this might hurt), do you have an lvds display?
<amstan> oh, and gpu
<amstan> oh.. but you're saying it's out of date?
<amstan> still, i'm surprised that most of that is green, i like it, i should get my board going with 4.19
<hessophanes> I'm actually still trying to evaluate which hardware to buy. Quite a few DTBs have been merged, and even U-Boot upstream at least knows about the EVB and the Rock960, so I guess the upstreaming efforts are still underway, but I'd still like to know whether I'm locking myself into a vendor tree for some core part of device functionality before I go shopping. ;)
<hessophanes> I can probably live without suspend and DVFS for now - but I'd rather not lose the option to connect a display...
<hessophanes> GPU? Meaning I won't be able to get the Mali off the ground with mainline 4.20?
<hessophanes> (Or were you just citing the matrix?)
<stikonas> well, there is panfrost, but you still need patched kernel for that
<amstan> hessophanes: i was just citing the matrix, missed the part where you said the matrix is outdated
<amstan> my final goal is to have a headless 3399 board running linux-rt
<hessophanes> Ah, nice, the state of Panfrost looks promising. Thanks for the pointer, I'll check that out. I don't mind patching the kernel...
stikonas has quit [Remote host closed the connection]
chewitt has joined #linux-rockchip
vicencb has joined #linux-rockchip
vicencb has quit [Quit: Leaving.]
field^Zzz1 has joined #linux-rockchip
field^Mop has quit [Ping timeout: 268 seconds]
cristian_c has quit [Read error: Connection reset by peer]
cristian_c has joined #linux-rockchip
cristian_c has quit [Excess Flood]
cristian_c has joined #linux-rockchip
nOOb__ has joined #linux-rockchip
nOOb__ has quit [Client Quit]
LargePrime has quit [Ping timeout: 240 seconds]
nOOb__ has joined #linux-rockchip
nOOb__ is now known as LargePrime
LargePrime has quit [Disconnected by services]
nOOb__ has joined #linux-rockchip
LargePrime has joined #linux-rockchip
LargePrime has quit [Remote host closed the connection]
nOOb__ is now known as LargePrime
LargePrime has quit [Ping timeout: 246 seconds]
LargePrime has joined #linux-rockchip
ldevulder has joined #linux-rockchip
<beeble> amstan: we have linux-rt running on rk3399 for about a year
<beeble> but are you really in need for full -rt? preemtive patches that are available for 4.19 are working well enough for most usecases
ldevulder has quit [Read error: Connection timed out]
ldevulder has joined #linux-rockchip
ldevulder has quit [Ping timeout: 244 seconds]
ldevulder has joined #linux-rockchip
BenG83 has quit [Ping timeout: 240 seconds]
lopsided98 has quit [Ping timeout: 268 seconds]
lopsided98 has joined #linux-rockchip
ldevulder has quit [Quit: Leaving]
sb35 has joined #linux-rockchip
<Ke> had a crash or lockup again on linux-4.20-rc6ish and Kevin
<Ke> I believe it's plausible that mwifiex_pcie is causing this
<Ke> the locking is provably broken
anarsoul|2 has quit [Ping timeout: 272 seconds]
cristian_c has quit [Read error: Connection reset by peer]
cristian__c has joined #linux-rockchip
cristian__c has quit [Excess Flood]
cristian_c has joined #linux-rockchip
cristian_c has quit [Excess Flood]
cristian_c has joined #linux-rockchip
LargePrime has quit [Ping timeout: 250 seconds]
nsaenz has joined #linux-rockchip
ldevulder has joined #linux-rockchip
sb35 has quit [Ping timeout: 244 seconds]
kaspter has quit [Ping timeout: 240 seconds]
kaspter has joined #linux-rockchip
<shadeslayer> has anyone had any luck running the mali proprietary blobs against rockchipdrm?
<shadeslayer> on the RK3399 Firefly
BenG83 has joined #linux-rockchip
vagrantc has joined #linux-rockchip
<shadeslayer> ah hm, maybe because I'm not in the video group
vagrantc has quit [Quit: leaving]
stikonas has joined #linux-rockchip
s_frit has quit [Remote host closed the connection]
s_frit has joined #linux-rockchip
vicencb has joined #linux-rockchip
vicencb has quit [Client Quit]
vicencb has joined #linux-rockchip
s_frit has quit [Remote host closed the connection]
s_frit has joined #linux-rockchip
vicencb has quit [Ping timeout: 250 seconds]
return0e has quit [Ping timeout: 240 seconds]
return0e has joined #linux-rockchip
kaspter has quit [Read error: Connection reset by peer]
kaspter has joined #linux-rockchip
BenG83 has quit [Quit: Leaving]
BenG83 has joined #linux-rockchip
vicencb has joined #linux-rockchip
kaspter1 has joined #linux-rockchip
aalm has quit [Read error: Connection reset by peer]
kaspter has quit [Ping timeout: 245 seconds]
kaspter1 is now known as kaspter
<shadeslayer> hessophanes: I'm currently evaluating a Firefly RK3399 btw
<shadeslayer> hessophanes: so far I've managed to boot the stock debian kernel on it, both HDMI and ethernet work
<shadeslayer> Got the GPU working with a single patch to the kernel and build fixes to the midgard dkms module
asciilifeform has left #linux-rockchip ["Leaving"]
JohnDoe_71Rus has joined #linux-rockchip
<tomeu> shadeslayer: does kmscube work with the blob?
<shadeslayer> tomeu: I'm not sure, but I can start Plasma with it, and es2gears works
<shadeslayer> Isn't kmscube rendering directly to the DRM API?
<shadeslayer> I need to debug why armsoc is being stupid slow though
<shadeslayer> ( modesetting otoh works perfectly fine )
<hessophanes> shadeslayer: Thanks, that's interesting to know! I'll replicate that build to figure out how bad the patching and fixing is - do you then run the r14p0 rockchip libmali in userland? The DKMS module says it
<hessophanes> is a r16...
<shadeslayer> hessophanes: yes, r14p0 userland works with the r16p0 dkms module
<shadeslayer> hessophanes: https://salsa.debian.org/shadeslayer-guest/mali-midgard is the package I'm working on
<shadeslayer> I haven't been keeping track of my changes cleanly just yet :)
<hessophanes> That's ok, I'll inter-/extrapolate. ;) Thanks!
<shadeslayer> yw
<shadeslayer> hessophanes: patch for the kernel was this btw https://patchwork.kernel.org/patch/10506169/
<shadeslayer> I think it'll land in 4.20
kaspter has quit [Read error: Connection reset by peer]
kaspter has joined #linux-rockchip
jaganteki has joined #linux-rockchip
<jaganteki> Hi, anyone have any idea about MIPI CSI2 is Mainline kernel?
<jaganteki> I have seen the status http://opensource.rock-chips.com/wiki_Status_Matrix
<jaganteki> but not listed.
<jaganteki> any patches in ML or anyone working?
<jaganteki> on rk3399
<beeble> search for isp1 on patchwork
<mmind00> jaganteki beeble: and from what I've heared there may be people working on refreshing that patchset to address review comments and new v4l-internal changes since the last version
<mmind00> but there is no ETA or such
<jaganteki> look like last version is from March 8
<jaganteki> mmind00: any idea about next version submission?
<mmind00> jaganteki: no idea, but activity did start up again recently after being stuck since the last version
<jaganteki> Okay, thanks.
jaganteki has quit [Ping timeout: 256 seconds]
ldevulder has quit [Quit: Leaving]
stikonas has quit [Remote host closed the connection]
stikonas has joined #linux-rockchip
stikonas has quit [Remote host closed the connection]
stikonas has joined #linux-rockchip
anarsoul|2 has joined #linux-rockchip
aalm has joined #linux-rockchip
JohnDoe_71Rus has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
anarsoul|2 has quit [Remote host closed the connection]
anarsoul|2 has joined #linux-rockchip
rich0 has joined #linux-rockchip
BenG83 has quit [Remote host closed the connection]
BenG83 has joined #linux-rockchip
<hessophanes> shadeslayer: Found it, it's already been merged (as part of 4.19-rc7), commit 23c7b54ca1cd.
vicencb has quit [Quit: Leaving.]
fireglow- has joined #linux-rockchip
hessophanes_ has joined #linux-rockchip
adema_ has joined #linux-rockchip
koike1 has joined #linux-rockchip
adema has quit [Ping timeout: 250 seconds]
ramcq has quit [Ping timeout: 250 seconds]
fireglow has quit [Ping timeout: 250 seconds]
hessophanes has quit [Ping timeout: 250 seconds]
koike has quit [Ping timeout: 250 seconds]
fireglow- is now known as fireglow
vicencb has joined #linux-rockchip