driving 1200x1920 screen
I'm in a bit of a pickle. I got a MIPI DSI screen with 1200x1920 resolution. It turns out for SMT32MP25x max vertical supported resolution is 1536. But datasheet says this.
Some over-target non-guaranteed use cases are possible, but with specific constraints:
• Drive simultaneously three panels, using the three interfaces (parallel, LVDS, DSI), with
a same content.
• Drive simultaneously two parallel LVDS panels, using each one link, with a reduced
resolution and a same content.
• Drive a 4 k panel via the DSI, with a limited features and performances: one layer,
no resize, no rotation, 30 fps, and non-standardized blanking sizes.
How do i specify those params in dts or/and linux panel driver?
I tried setting 30Hz on panel, but that did not help - linux drm fails with "vblank wait timed out"
This fails - 1200x1920@30Hz
But this works 1920x1200@58.63Hz ( works as in does not throw kernel error - display obviously does not work as it expects different resolution )
