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
stikonas has quit [Remote host closed the connection]
valpackett has quit [Ping timeout: 276 seconds]
valpackett has joined #linux-rockchip
hexdump0815 has quit [Ping timeout: 260 seconds]
hexdump0815 has joined #linux-rockchip
System_Error has quit [Remote host closed the connection]
System_Error has joined #linux-rockchip
Stat_headcrabbed has joined #linux-rockchip
valpackett has quit [Ping timeout: 260 seconds]
naoki has quit [Ping timeout: 272 seconds]
naoki has joined #linux-rockchip
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
raster has joined #linux-rockchip
naoki has quit [Remote host closed the connection]
naoki has joined #linux-rockchip
Stat_headcrabbed has joined #linux-rockchip
naoki1 has joined #linux-rockchip
naoki has quit [Ping timeout: 276 seconds]
naoki1 is now known as naoki
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
f476_ has joined #linux-rockchip
f476 has quit [Ping timeout: 252 seconds]
mripard has joined #linux-rockchip
Stat_headcrabbed has joined #linux-rockchip
Stat_headcrabbed has quit [Client Quit]
eballetbo has joined #linux-rockchip
naoki1 has joined #linux-rockchip
naoki has quit [Quit: naoki]
naoki1 is now known as naoki
ldevulder has joined #linux-rockchip
<dsimic> qschulz: mmind00: Kwiboo: I'm getting closer to untangling the underlying Makefile magic :)
naoki has quit [Ping timeout: 245 seconds]
naoki has joined #linux-rockchip
<dsimic> qschulz: mmind00: Kwiboo: done, writing a response :)
ldevulder has quit [Quit: Leaving]
naoki has quit [Ping timeout: 252 seconds]
ldevulder has joined #linux-rockchip
ldevulder has quit [Remote host closed the connection]
naoki has joined #linux-rockchip
naoki1 has joined #linux-rockchip
ldevulder has joined #linux-rockchip
naoki has quit [Ping timeout: 260 seconds]
naoki1 is now known as naoki
<wens> getting: "rk_gmac-dwmac fe300000.ethernet: Can't specify Rx FIFO size" on my RK3399
Daanct12 has joined #linux-rockchip
Daanct12 has quit [Client Quit]
Hypfer61 has joined #linux-rockchip
Hypfer6 has quit [Read error: Connection reset by peer]
Hypfer61 is now known as Hypfer6
naoki has quit [Quit: naoki]
<wens> fixed by adding {rx,tx}-fifo-depth to the DT, similar to RK3328
<qschulz> wens: that breaks backward compatibility no?
<qschulz> So should fix the driver to allow for that instead?
<qschulz> 8865d22656b442b8d0fb019e6acb2292b99a9c3c
<maz> definitely should not prevent the machine from being usable (I have no plan to update the DT on my 3399 box).
<wens> qschulz: that's also an option
<wens> I don't get why it was working before though
<dsimic> wens: qschulz: hmm, it seems like a partially breaking change to me
<dsimic> because it doesn't retain the backward DT compatibility
<dsimic> perhaps a fix should be implemented
<wens> dsimic: looking into it
<wens> it's really unrelated to the DT
<wens> before the commit, the dwmac core didn't really care if the fifo sizes weren't given
<wens> the downside was only that you couldn't change the MTU
<qschulz> wens: then we should fail when attempting to change the MTU and not when probing?
<wens> it used to, and still will
<wens> it's just now gated earlier during probe
<wens> anyway I think the correct fix is to just provide defaults
<maz> yup, a warning and sane defaults seem a reasonable outcome.
<robmur01> IIRC most of the 32xx/33xx SoCs at least have the same FIFO config, so having dwmac-rk hard-code some defaults is probably possible
<wens> that's my plan
<qschulz> /buffer 12
Hypfer6 has quit [Ping timeout: 244 seconds]
<robmur01> still should arguably be downgraded to a warning in stmmac_hw_init() as well though, since not being able to change MTU vs. not having ethernet at all are rather different things
<wens> I've not looked at the code path for other gens of dwmac
<wens> dwmac1000 doesn't care
<robmur01> but it's older dwmac1000s which don't populate dma_cap that have now been nobbled
<wens> yup
<wens> would anyone synthesize a dwmac4 without the dma cap registers? sounds broken
Hypfer6 has joined #linux-rockchip
System_Error has quit [Remote host closed the connection]
System_Error has joined #linux-rockchip
<wens> ah, looks like I'm one day late
<wens> if someone could check the other SoC TRMs?
<wens> I noticed a weird clicking sound from my ROC-RK3399-PC w/ addon board when it is powered off
wcarson has quit [Quit: brb]
wcarson has joined #linux-rockchip
digetx has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
Stat_headcrabbed has joined #linux-rockchip
System_Error has quit [Remote host closed the connection]
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
psydroid has joined #linux-rockchip
System_Error has joined #linux-rockchip
digetx has joined #linux-rockchip
Stat_headcrabbed has joined #linux-rockchip
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
Stat_headcrabbed has joined #linux-rockchip
raster has quit [Quit: Gettin' stinky!]
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
Stat_headcrabbed has joined #linux-rockchip
vagrantc has joined #linux-rockchip
psydroid2 has joined #linux-rockchip
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
dsimic has quit [Ping timeout: 245 seconds]
dsimic has joined #linux-rockchip
Stat_headcrabbed has joined #linux-rockchip
linkmauve has left #linux-rockchip [Error from remote client]
UndrWater has quit [Ping timeout: 252 seconds]
UndrWater has joined #linux-rockchip
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
System_Error has quit [Remote host closed the connection]
System_Error has joined #linux-rockchip
stikonas has joined #linux-rockchip
<dsimic> wens: huh, there's a whole discussion behind the patches, people even propose reverting the troublesome patch
<dsimic> hmm, where does the clicking come from?
psydroid has quit [Quit: KVIrc 5.2.6 Quasar http://www.kvirc.net/]
ungeskriptet_ has joined #linux-rockchip
ungeskriptet has quit [Ping timeout: 252 seconds]
ungeskriptet_ is now known as ungeskriptet
ungeskriptet has quit [Ping timeout: 252 seconds]
ungeskriptet_ has joined #linux-rockchip
ungeskriptet_ is now known as ungeskriptet
System_Error has quit [Remote host closed the connection]
System_Error has joined #linux-rockchip
digetx has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
franoosh has quit [Remote host closed the connection]
franoosh has joined #linux-rockchip
ungeskriptet_ has joined #linux-rockchip
ungeskriptet has quit [Ping timeout: 244 seconds]
ungeskriptet_ is now known as ungeskriptet
digetx has joined #linux-rockchip
franoosh has quit [Remote host closed the connection]
naoki has joined #linux-rockchip
naoki has quit [Quit: naoki]
System_Error has quit [Remote host closed the connection]
System_Error has joined #linux-rockchip
System_Error has quit [Remote host closed the connection]