mmind00 changed the topic of #linux-rockchip to: Rockchip development discussion | public log at https://libera.irclog.whitequark.org/linux-rockchip
ldevulder has quit [Quit: Leaving]
vagrantc has quit [Quit: leaving]
raster has quit [Quit: Gettin' stinky!]
qschulz has quit [Remote host closed the connection]
qschulz has joined #linux-rockchip
hexdump0815 has quit [Ping timeout: 252 seconds]
dsimic has quit [Ping timeout: 252 seconds]
dsimic has joined #linux-rockchip
hexdump0815 has joined #linux-rockchip
Stat_headcrabbed has joined #linux-rockchip
System_Error has quit [Remote host closed the connection]
Stat_headcrabbed has quit [Client Quit]
System_Error has joined #linux-rockchip
Stat_headcrabbed has joined #linux-rockchip
Stat_headcrabbed has quit [Remote host closed the connection]
ungeskriptet has quit [Remote host closed the connection]
ungeskriptet has joined #linux-rockchip
Stat_headcrabbed has joined #linux-rockchip
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
warpme has joined #linux-rockchip
mriesch_ has joined #linux-rockchip
mriesch has quit [Ping timeout: 244 seconds]
HackerBikepacker has quit [Ping timeout: 244 seconds]
HackerBikepacker has joined #linux-rockchip
HackerBikepacker has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
mriesch_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
HackerBikepacker has joined #linux-rockchip
mriesch has joined #linux-rockchip
raster has joined #linux-rockchip
urja has quit [Read error: Connection reset by peer]
urja has joined #linux-rockchip
naoki has joined #linux-rockchip
naoki has quit [Client Quit]
naoki has joined #linux-rockchip
naoki has quit [Quit: naoki]
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
psydroid2 has joined #linux-rockchip
warpme has joined #linux-rockchip
warpme has quit [Client Quit]
eballetbo has quit [Quit: Connection closed for inactivity]
warpme has joined #linux-rockchip
warpme_ has joined #linux-rockchip
warpme has quit [Ping timeout: 260 seconds]
vagrantc has joined #linux-rockchip
tlwoerner has quit [Quit: Leaving]
psydroid2 has quit [Ping timeout: 252 seconds]
psydroid has quit [Ping timeout: 252 seconds]
warpme_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
psydroid has joined #linux-rockchip
psydroid2 has joined #linux-rockchip
stikonas has joined #linux-rockchip
stikonas has quit [Remote host closed the connection]
stikonas has joined #linux-rockchip
vagrantc has quit [Quit: leaving]
warpme has joined #linux-rockchip
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
warpme has joined #linux-rockchip
warpme has quit [Client Quit]
warpme has joined #linux-rockchip
franoosh has joined #linux-rockchip
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
raster has quit [Quit: Gettin' stinky!]
unkraut has quit [Remote host closed the connection]
unkraut has joined #linux-rockchip
franoosh has quit [Ping timeout: 260 seconds]
psydroid has quit [Quit: KVIrc 5.2.6 Quasar http://www.kvirc.net/]
<anarsoul> what is the reason behind rockchip clock drivers using a table with precalculated pll params for different rates? what prevents the driver from calculating PLL params in runtime?
<CounterPillow> iirc, some of the SoCs cannot cleanly hit all of the rates a generic formula would spit out, and rounding errors makes this even worse.
<anarsoul> OK, why not to calculate PLL params if the rate is not in the table?
<anarsoul> it's still better than refusing to set required rate