Commits

Fabien Lahoudere committed 16a0a5c4fc6
Fix vsync and hsync polarity settings In non interlaced mode Vsync and Hsync have been inverted. If we use FB_SYNC_VERT_HIGH_ACT in upper layer, hsync signal polarity is impacted. With FB_SYNC_HOR_HIGH_ACT, vsync is impacted The values are correct in the interlaced mode.