i need output 1080p30 by dsi from imx8ulp, my dts configure is
&dsi {
status = "okay";
panel@0 {
compatible = "hetos,mipi7";
reg = <0>;
port {
panel_in: endpoint {
remote-endpoint = <&mipi_dsi_out>;
};
};
};
ports {
port@1 {
reg = <1>;
mipi_dsi_out: endpoint {
remote-endpoint = <&panel_in>;
};
};
};
};
in fact i do something in drivers/gpu/drm/panel/panel-simple.c
imx8ulp waveform
i want to now why?
Hello,
They have different DSI IP and driver, please try to use DRM_MODE_CONNECTOR_DSI for .connector_type
Best Regards,
Zhiming
hello
My first connector_type is DRM_MODE_CONNECTOR_DSI . but it wasn't effective, i changed it to DRM_MODE_CONNECTOR_DPI, but the result waveform is the same
Hello,
The DSI in i.MX8ULP can't support 1080p30.
The supported resolution are here:
Best Regards,
Zhiming
of course i set the max_height and max_width to 1920 in dcnano-kms.c file