Title: Kernel 5.x, LVDS, rockchipdrm problem [Print This Page] Author: WeX Time: 2/9/2020 09:46 Title: Kernel 5.x, LVDS, rockchipdrm problem Hello! Has anyone tried to run the 5.x kernel with lvds panel support? I can't get lvds to work ( I have enabled lvds in DT, but when rockchipdrm module is loading I get this messages:
[ 29.355853] rockchip-vop ff930000.vop: Adding to iommu group 0
[ 29.362659] rockchip-vop ff940000.vop: Adding to iommu group 1
port {
panel_in_lvds: endpoint {
remote-endpoint = <&lvds_out_panel>;
};
};
}; Author: shelfclogs Time: 8/27/2024 09:36
This issue occurs equally with calls such as clEnqueueMapBuffer() or clEnqueueReadBuffer(), even when using images clEnqueueMapImage() or clEnqueueReadImage()... Author: shikshade Time: 9/19/2024 23:47
A comprehensive e-learning platform offering insights into academic courses, career options, and exam details. At Shikshade, we aim to assist students in making informed decisions about their education and future by providing valuable content on colleges, exams, and diverse educational pathway.
Author: claire24 Time: 11/6/2024 15:10
thanks for the infoAuthor: Halove Time: 12/17/2024 21:48
It seems like the issue is with the panel or bridge node not being found when the `rockchipdrm` module loads. Double-check the `lvds_panel` node and ensure the `compatible` property, `remote-endpoint` links, and other references in the Device Tree are correct. Confirm the panel driver for "simple-panel" is enabled in your kernel configuration. Rebuild and re-test.Author: seents Time: 12/19/2024 16:26
It seems you are facing an issue with Kernel 5.x and the rockchipdrm driver related to LVDS. Have you tried checking the configuration settings or ensuring the driver is compatible with your specific hardware?
Welcome Firefly Open Source Community (https://bbs.t-firefly.com/)