Other Parts Discussed in Thread: AM62P
Tool/software:
Hi,
The am62p TRM states that the MIPI can support up to 1.5Gbps on a single lane, is it possible to configure this bit rate, if yes how ?
Thanks.
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.
Tool/software:
Hi,
The am62p TRM states that the MIPI can support up to 1.5Gbps on a single lane, is it possible to configure this bit rate, if yes how ?
Thanks.
Hi,
Lane speed is calculated as (h_tot * v_tot * fps * 24 / num_lanes)
Here h_tot and v_tot are dependent on your display resolution, num_lanes is the number of MIPI lanes your display supports.
Only way to increase lane speed is to increase your fps.
You can do this by configuring clock in display timing parameters accordingly.
Hi,
You may take this example: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/drivers/gpu/drm/panel/panel-simple.c?h=ti-linux-6.12.y#n3859
Here the clock has been calculated and set as per 60fps.