mmind00 changed the topic of #linux-rockchip to: Rockchip development discussion | public log at https://libera.irclog.whitequark.org/linux-rockchip
System_Error has quit [Remote host closed the connection]
System_Error has joined #linux-rockchip
kevery has joined #linux-rockchip
naoki1 has joined #linux-rockchip
naoki has quit [Ping timeout: 276 seconds]
naoki1 is now known as naoki
naoki has quit [Ping timeout: 260 seconds]
naoki has joined #linux-rockchip
alpernebbi has quit [Ping timeout: 260 seconds]
alpernebbi has joined #linux-rockchip
System_Error has quit [Remote host closed the connection]
naoki has quit [Quit: naoki]
System_Error has joined #linux-rockchip
naoki has joined #linux-rockchip
<naoki> v6.11
warpme has joined #linux-rockchip
kevery has quit [Ping timeout: 252 seconds]
kevery has joined #linux-rockchip
franoosh has joined #linux-rockchip
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
warpme has joined #linux-rockchip
raster has joined #linux-rockchip
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Livio has joined #linux-rockchip
warpme has joined #linux-rockchip
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 252 seconds]
kevery1 is now known as kevery
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
psydroid has quit [Ping timeout: 260 seconds]
FergusL has quit [Quit: Ping timeout (120 seconds)]
FergusL has joined #linux-rockchip
psydroid has joined #linux-rockchip
Livio has quit [Ping timeout: 248 seconds]
warpme has joined #linux-rockchip
Spirit532 has quit [Killed (NickServ (GHOST command used by Spirit5324))]
Spirit532 has joined #linux-rockchip
psydroid2 has joined #linux-rockchip
kevery has quit [Ping timeout: 252 seconds]
naoki has quit [Quit: naoki]
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
warpme has joined #linux-rockchip
linkmauve has left #linux-rockchip [#linux-rockchip]
linkmauve has joined #linux-rockchip
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mx08 has quit [Quit: WeeChat 3.8]
mx08 has joined #linux-rockchip
psydroid|2 has joined #linux-rockchip
eballetbo has joined #linux-rockchip
warpme has joined #linux-rockchip
psydroid2 has quit [Ping timeout: 252 seconds]
psydroid2 has joined #linux-rockchip
Stat_headcrabed has joined #linux-rockchip
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
psydroid2 has quit [Ping timeout: 260 seconds]
warpme has joined #linux-rockchip
<qschulz> Kwiboo: if you're still trying to share time off booting on RK3399, I'm wondering if we cannot have apll_l_600_cfg and apll_b_600_cfg use 816MHz instead of 600MHz. The kernel DT seems to indicate it's the same voltage for both.
dsimic has quit [Ping timeout: 252 seconds]
<qschulz> I quickly tried, gain of about 160ms
<qschulz> BTW, since enabling CONFIG_VIDEO (and specifically HDMI support) in U-Boot, double display support in Linux is broken
<qschulz> double display = HDMI + DSI. HDMI still works, but DSI is broken unless I unplug HDMI
dsimic has joined #linux-rockchip
<qschulz> there's a whole lot of weird things going on, because if I add CLK_SET_RATE_PARENT to dclk_vop*_frac in the kernel, it now works, but only the dclk_vop*_div rate changes, not _div, but it's enough to make it work
<qschulz> which seems fishy
alpernebbi has quit [Ping timeout: 260 seconds]
<qschulz> so I removed that, and just tried to swap the order in which the DSI and HDMI is probed in rockchip-drm.... and that made it work too
<qschulz> the side effect being that DSI is now on VOPL while it is on VOPB right now
alpernebbi has joined #linux-rockchip
mripard has quit [Quit: mripard]
franoosh has quit [Ping timeout: 260 seconds]
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
psydroid2 has joined #linux-rockchip
Livio has joined #linux-rockchip
Livio has quit [Ping timeout: 248 seconds]
<rtp> qschulz: display on rk3399 on uboot mainline ? how is it these days ? iirc, it has a tendancy of not always playing well with linux, breaking the display
psydroid2 has quit [Ping timeout: 260 seconds]
psydroid2 has joined #linux-rockchip
stikonas has joined #linux-rockchip
Livio has joined #linux-rockchip
raster has quit [Quit: Gettin' stinky!]
vagrantc has joined #linux-rockchip
psydroid|3 has joined #linux-rockchip
psydroid2 has quit [Ping timeout: 255 seconds]
psydroid|3 has quit [Client Quit]
psydroid2 has joined #linux-rockchip
Livio has quit [Ping timeout: 260 seconds]
<Kwiboo> qschulz: would be nice to speed up boot time, I have not worked anything more on it, moved on to focus some time on video decoding for now, will probably cricle back to u-boot optimization in a few weeks :-)
<Kwiboo> I have also avoided trying to use hdmi/video in u-boot, because it typically may cause issues in linux
Livio has joined #linux-rockchip
<Kwiboo> in https://lore.kernel.org/all/20240615170417.3134517-14-jonas@kwiboo.se/ I also tried to change display component probe order so that hdmi default to use vopl, to help support 4k hdmi use
naoki has joined #linux-rockchip
Stat_headcrabed has quit [Quit: Stat_headcrabed]
<urja> fascinating (my RK3288/veyron HDMI patches just remove the nondesirable VOP-connector links in the DTS)
<urja> (I gave up on trying to mainline this approach of fixing the RK3288 HDMI *sigh*)
psydroid2 has quit [Read error: Connection reset by peer]
psydroid|2 has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
<Kwiboo> and of course I meant change the probe order to help use vopb for hdmi, as stated in the patch, and not vopl
<Kwiboo> urja: yeah, in libreelec we also use the npll with a custom pll table dedicated for hdmi to best support hdmi modes on rk3288, and a custom pll table for vpll on rk3399, something that is not upstremable
<Kwiboo> it will probably not be okay to have something like rockchip,hdmi-rates-hz in DT, as that may be seen as configuration for software and not a description of the hardware
Livio has quit [Ping timeout: 260 seconds]