This article explains how to change number of lanes and lane speed output for the DSI output on TDA4xVM/J721E.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
This article explains how to change number of lanes and lane speed output for the DSI output on TDA4xVM/J721E.
DSI Display driver in PDK supports changing the number of output lanes. This can be changed in the numOfLanes variable of Dss_DctrlDsiParams structure.
Output Lane Speed is dependent on three parameters, so in order to change lane speed, three parameters are needed to be changed.
Attached patch adds support for calculating above parameters in the DSS display driver. It adds a new parameter laneSpeedInKbps in Dss_DctrlDsiParams for providing lane speed in terms of Kbps and calculates above parameters for the DSI outputs.
Regards,
Brijesh
Updated patch for the PSDKRA8.0 release. Apply attached patch on the folder ti-processor-sdk-rtos-j721e-evm-08_00_00_12\pdk_jacinto_08_00_00_37 and rebuild PDK, SDK and vision apps.
Regards,
Brijesh