Tool/software:
Question:
While debugging MIPI DSI display on AM62L (CMD mode), the hardware initialization succeeds and data transmission to the 720x1280 panel is confirmed via kernel state logs (dri/0/state
). However, the display fails to illuminate.
The datasheet specifies:
"Single display support up to 1920x1080 @ 60fps"
Given that our panel’s vertical resolution (1280) exceeds 1080, is this likely the root cause?
-
If so, does the 1080p limit apply strictly to vertical resolution?
-
If not, what other factors (e.g., timing constraints, burst mode requirements) should be verified for 720x1280 support?