Using the DM8148 EVM.
I'm trying to change the timings for display0 front porch and back porch. When I try to do this the mode is automatically changed to an erroneous value and I cant re-enable the display. If I manually change the mode back to a valid setting then the timings are automatically changed back to the default!
For example:
I stop the display first: echo 0 > enabled
I change the front porch/back porch settings (in this example im actually keeping them the same): echo 74250,1920/88/148/44,1080/4/36/5,1 > timings
If i now check the mode it is set to 1920x1080@30, which is an invalid value. It should be 1080p-30.
If i try to enable the display it reports an invalid value and wont enable. If i change the mode to 1080p-30 it changes the timings back to the default!
How do I change these settings?