Hi all,
I use a mipi panel with resolution 540x960 on DM3730 platfrom. There is a note on the datasheet
The panel size is programmable and can be any width that is a multiple of 8 pixels (line
length) in the range [1:2048] pixels (in the case of the RFBI mode, the minimum transfer
size is a byte). The maximum resolution is 2048 (lines) x 2048 (pixels).
So here comes the problem 540 can not be devided exactly by 8. And kernel outputs the error message:
[ 81.599853] OMAPLFBManualSync Not Supported.
How to deal with this issue?
Thanks in advanced!