Hello @bruno.tx,
Thank you for your reply !
There are 2 errors messages:
- lcdif3_mode: I open an issue a short time ago
- drm_mode_object_add: the one we are trying to understand here.
I did manage to suppress the error for the lcdif3_mode with this change for panel-timing:
panel-timing {
clock-frequency = <148500000>;
hactive = <1920>;
hback-porch = <1>;
hfront-porch = <129>;
hsync-len = <10>;
hsync-active = <0>;
vactive = <1080>;
vback-porch = <1>;
vfront-porch = <34>;
vsync-len = <10>;
vsync-active = <0>;
de-active = <1>;
pixelclk-active = <1>;
};
Those change doesn’t break the display timing and suppress the error for lcdif3_mode but for drm_mode_object_add is still present…
Did you see the error for drm_mode_object_add ? Or it’s just me ?
Thanks in advance for your help !
Best,
M