<inode>
might not be related, but also unusual is the orphaned sclk_hdmi_cec
<inode>
this is what the kernel has always said since i got hdmi output to scrape by, if i switch my monitor off (or my tv when i've had it connected):
<inode>
but everything appears as normal once switched on again
<Kwiboo>
http://ix.io/281B is clk_summary on my rock64 rk3328, it does not look like it have a special cec clock there, and I am unsure what hdmi kernel patches I currently have applied
<inode>
the cache edid patches didn't seem to change anything that i can see from drm debug messages so far
<Kwiboo>
the Not using 1920x1080 mode: STALE in your v2 log also looks interesting, I have hot seen STALE before, I need to dig and see when STALE is being reported
<Kwiboo>
does the edid cache change anything for the modetest ? is 1920x1080 still not reported?
<Kwiboo>
also can you test without video=HDMI-A-1:e, when connector->force is used the detect callback may not be called and the edid modes never gets added, I will do more force test on my end tomorrow
chewitt has quit [Read error: Connection reset by peer]
chewitt has joined #linux-rockchip
jaganteki has joined #linux-rockchip
vstehle has joined #linux-rockchip
return0e has quit [Remote host closed the connection]
ganbold_ has quit [Ping timeout: 260 seconds]
<inode>
Kwiboo: that's interesting find, thank you - i'll try reparenting when i get back to the device
ganbold has joined #linux-rockchip
matthias_bgg has joined #linux-rockchip
field^Mop has joined #linux-rockchip
<Kwiboo>
inode: it also looks like the old 3.10 device tree use rockchip,cec_enable=<0> to disable cec on rk322x, so you could also try with removing the cec clock from hdmi node and disable CONFIG_DRM_DW_HDMI_CEC and see if that makes any difference
<archetech>
building my first kernel for rock64 on the board got a mainline how to ?
<archetech>
certain source or repo ?
<archetech>
ayufans 4.4 config and 5.4.13
lkcl has joined #linux-rockchip
Xalius has joined #linux-rockchip
ldevulder_ is now known as ldevulder
ganbold has quit [Ping timeout: 265 seconds]
matthias_bgg has quit [Read error: Connection reset by peer]
matthias_bgg has joined #linux-rockchip
vicencb has joined #linux-rockchip
s_frit has quit [Remote host closed the connection]
s_frit has joined #linux-rockchip
jaganteki has quit [Remote host closed the connection]
vicencb has quit [Quit: Leaving.]
JohnDoe_71Rus has joined #linux-rockchip
field^Mop has quit [Ping timeout: 268 seconds]
ganbold has joined #linux-rockchip
nashpa has joined #linux-rockchip
vagrantc has joined #linux-rockchip
matthias_bgg has quit [Read error: Connection reset by peer]
matthias_bgg has joined #linux-rockchip
chewitt has quit [Ping timeout: 240 seconds]
cristian__c has joined #linux-rockchip
cristian_c has quit [Ping timeout: 260 seconds]
chewitt has joined #linux-rockchip
vicencb has joined #linux-rockchip
nsaenz has quit [Remote host closed the connection]
<inode>
Kwiboo: turns out the unhandled irq message remains even with the cec clock disassociated from the hdmi node and CONFIG_DRM_DW_HDMI_CEC disabled - i think i need to get kgdb up and running
<inode>
not specifically for the unhandled irq problem, but to see what's going on with regard to the probed mode list being reduced
<Kwiboo>
from logs it looked like it fails to detect it is connected and do not read / faild to read new edid
<inode>
maybe the logic i borrowed from rockchip-linux to configure hpd and ddc is inadequate or requires additional changes for reading hpd state and adjusting the connector status correctly - similar to dw_hdmi_rk3328_read_hpd()
<Kwiboo>
I think so, it changes between 5v and 3.3v on rk3328 if I am not mistaken
<Kwiboo>
I did a quick compare of 4.4 rk322x.dtsi and mainline rk322x.dtsi and there is a diff in hdmi node interrupts, the mainline only have 35 but 4.4 and mainline rk3328 have both 35 and 71
<inode>
i should try adding that again, or digging up old logs from this channel - i remember mmind00 mentioning something about 71 when i was poking around with hdmi here initially