Would anyone here know how to resolve the above kernel message? From what I’ve been able to gather, it seems to be related to using a 2k monitor (I don’t have a 4k to verify that, unfortunately). Ive attempted using this overlay to no avail, and have tried switching to a different kernel, non of which helped. My screen works, everything seems fine, so the biggest issue is that it pollutes my logs with the message everytime the screen updates/changes (so if I say, ssh in and view kernel logs, it won’t continiously repeat, but running dmesg -w
will result in infinite scrolling if ran on monitor connected to the board). In short, if this is actually causing me problems that I am unaware of, it’d be cool to know about it, primarly though, I just want to resolve the mesage. I was going to include the initial dmesg logs from booting, but it currently contains nothing but the title of this post(but I can do so later if that would help). Currently running on wayland if that matters!
Dwhdmi-rockchip fde80000.hdmi: use tmds mode
While I’m still not sure why this is occuring exactly, if anyone else runs into the same issue, commenting out the line dev_info(hdmi->dev, "use tmds mode\n");
on line 870 of ‘drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c’ and rebuilding the kernel will stop dmesg from being polluted!