mmind00 changed the topic of #linux-rockchip to: Rockchip development discussion | public log at https://libera.irclog.whitequark.org/linux-rockchip
stikonas has quit [Remote host closed the connection]
warpme_ has joined #linux-rockchip
warpme_ has quit [Ping timeout: 252 seconds]
vagrantc has quit [Quit: leaving]
warpme_ has joined #linux-rockchip
warpme_ has quit [Ping timeout: 252 seconds]
warpme_ has joined #linux-rockchip
warpme_ has quit [Ping timeout: 260 seconds]
warpme_ has joined #linux-rockchip
warpme_ has quit [Ping timeout: 248 seconds]
warpme_ has joined #linux-rockchip
warpme_ has quit [Ping timeout: 252 seconds]
shoragan has quit [Ping timeout: 248 seconds]
a3f has quit [Ping timeout: 276 seconds]
chewitt has joined #linux-rockchip
a3f has joined #linux-rockchip
shoragan has joined #linux-rockchip
warpme_ has joined #linux-rockchip
warpme_ has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
raster has joined #linux-rockchip
linkmauve has left #linux-rockchip [not in this room]
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
linkmauve has joined #linux-rockchip
warpme has joined #linux-rockchip
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
warpme has joined #linux-rockchip
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vagrantc has joined #linux-rockchip
dsimic has quit [Ping timeout: 248 seconds]
dsimic has joined #linux-rockchip
<chewitt> are there any known issues with ELD/EDID data on RK3588 ?
<chewitt> I'm working with a Rock 5B board, and it's spewing this into logs:
<chewitt> [ 32.054227] hdmi-audio-codec hdmi-audio-codec.0.auto: HDMI: Unknown ELD version 0
<chewitt> [ 32.054678] hdmi-audio-codec hdmi-audio-codec.0.auto: ASoC error (-19): at snd_soc_dai_prepare() on i2s-hifi
<chewitt> [ 32.054858] hdmi-audio-codec hdmi-audio-codec.0.auto: ASoC error (-19): at snd_soc_dai_prepare() on i2s-hifi
<CounterPillow> iirc the ELD version 0 warning is some overly verbose warning BS that was added recently
<chewitt> I've initially suspected the known-broken EDID data on the little 10" LCD that I use for general fiddling
<chewitt> but I've replaced that with an Raspberry Pi 15" screen (known not-broken) and it's still the same
<CounterPillow> HDMI audio also still does work if an HDMI connector is plugged in, I'm not sure why it logs the ENODEVs now if it's unplugged.
<chewitt> i'm unable to run "edid-decode" though .. it just hangs
<CounterPillow> that may be completely unrelated to those warnings
<chewitt> on other devices (Amlogic boards, RPi boards) with broadly the same distro image it outputs fine
<CounterPillow> anyway, I did look into the warnings myself: https://gitlab.collabora.com/hardware-enablement/rockchip-3588/linux/-/issues/40
<chewitt> "These log messages can be triggered very frequently in some situations, especially ELD parsing when there is nothing connected to a HDMI port"
<chewitt> there is definitely something connected to the HDMI port :)
<chewitt> I'm also seeing this error reported:
<chewitt> rockchip-pm-domain fd8d8000.power-management:power-controller: Failed to create device link (0x180) with supplier spi2.0 for /power-management@fd8d8000/power-controller/power-domain@12
<chewitt> I'm using 6.16-rc5
<mmind00> chewitt: for the edid thing, is the "recent" drive-strength change already in the kernel you built?
<mmind00> chewitt: https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git/commit/?h=v6.16-armsoc/dtsfixes&id=af9feb0b85f92d2972061224839c5fea5ee39f6d
<chewitt> no .. I'll pick that too
<CounterPillow> chewitt: the power-controller device link messages are also inconsequential, they are produced as the kernel is actually breaking the dependency cycle so it's already handled properly.
<chewitt> ahh, good to know, thanks
<chewitt> I was seeing more of them on the collabora rockchip-devel branch so reverted to the default kernel
<chewitt> next up will be trying to figure out why Kodi cannot find a drm surface to render into
<chewitt> debug <general>: CDRMUtils::DrmFbGetFromBo - failed to add framebuffer: Invalid argument (22)
<chewitt> error <general>: CDRMAtomic::FlipPage - Failed to get a new FBO
<CounterPillow> you should make sure you build with panthor, and that you have the mali_csff firmware from linux-firmware
<CounterPillow> *build your kernel with panthor, that is
<chewitt> yup, that's present
<chewitt> I suspect something is needed in distro packaging on the mesa side
<chewitt> info <general>: GL_RENDERER = Mali-G610 (Panfrost) <= that's probably wrong
<CounterPillow> no that's correct
<CounterPillow> just the kernel part is called panthor
<chewitt> mesa driver is still 'panfrost' ?
<chewitt> still seeing that ELD/audio spam https://paste.libreelec.tv/fast-raccoon.log
<chewitt> hmm.. interesting
<chewitt> if I move the HDMI connection to HDMI-A-1 then the spam stops
<chewitt> if the HDMI connection is on HDMI-A-2 then it spams the same as if that patch isn't applied to the kernel
<chewitt> I still can't get output from "edid-decode" though
System_Error has quit [Remote host closed the connection]
raster has quit [Read error: Connection reset by peer]
raster has joined #linux-rockchip
chewitt has quit [Quit: Zzz..]
stikonas has joined #linux-rockchip
helloRockiper has joined #linux-rockchip
raster has quit [Remote host closed the connection]
<helloRockiper>  Hello. Can I get some help getting U-Boot running on a Rockchip RK3188 device (Starway Andromeda S8)? U-Boot has SSD2828 display driver (same as my device) and I'm not sure how to make it all work.
raster has joined #linux-rockchip
<helloRockiper> I switched to U-Boot after failed attempt at booting mainline Linux. (I have no visible signs of life for my device such as USB or display output). Hence wanna try U-Boot
<diederik> I'm seeing a LOT of those ASoC errors on multiple devices. And the HDMI connector is plugged in
<helloRockiper> I said no visible signs of life for my device. I mean the device is working absolutely fine, it's just with mainline Linux it doesn't show a lot of life
<diederik> I've seen the ones that CounterPillow linked to, but also got other ones (with kernel 6.12.21): https://paste.sr.ht/~diederik/a0ca23a8439ade12d18a9b26997df32ac3b3aab8
<diederik> AFAICT Mark Brown's patch *reduces* the spam, but doesn't fix the (underlaying) issue
helloRockiper has quit [Quit: Client closed]
raster has quit [Quit: Gettin' stinky!]
helene has quit [Remote host closed the connection]
vagrantc has quit [Ping timeout: 276 seconds]
vagrantc has joined #linux-rockchip
psydroid2 has joined #linux-rockchip
psydroid2 has quit [Ping timeout: 276 seconds]
psydroid2 has joined #linux-rockchip
psydroid2 has quit [Quit: KVIrc 5.2.6 Quasar http://www.kvirc.net/]