Hi @Stargazer1,
The necessary clock formulas for proper operation are described as comments on the "display_support.c" file, under the "board" folder.
For pixel clock:
The pixel clock is (height + VSW + VFP + VBP) * (width + HSW + HFP + HBP) * frame rate.
and for PHY clock:
DPHY bit clock must be larger than:
(Pixel clock * bit per output pixel) / number of MIPI data lane
BR,
Edwin.