RZG2L RGB Interface: Sync Mode, DE Mode, and Sync-DE Modes

Hi, 

We have an RZG2L based custom PCB that is using the RGB interface peripheral in order to drive a simple and very common 480x272 TFT panel. Now we are having an issue where certain panels seem to work as expected and other 480x272 panels will either show a white screen or a black screen which is really just the backlight LED lighting up, not actual pixels being set by the RZ. 

I did some digging around and it seems that the 480x272 panels are all using the ST7282 display controller and that this controller supports the following RGB protocols, SYNC mode, SYNC-DE mode, and DE mode which is how the display controller knows when to latch onto the pixel data. I tried to review the DU subsection of the LCDC peripheral on the RZ and did not find anywhere that allows for these modes to be set. I did find the following register but it only allows for the polarities to be set on the HSYNC, VSYNC, and CLK lines.



Is there any other registers I can change in order to change the mode? My device tree and pin configuration and device nodes are exactly what the SMARC EVK has. As I mentioned the interface works with some panels, but not all and I suspect the above is there reason why however I am not sure how to switch between the modes. I have tried setting the de output mode bits but it makes no difference. 


Tony