fbaccel: add GXA sync marker during GXA setup

Origin commit data
------------------
Commit: 2321745c4d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-01-13 (Sun, 13 Jan 2013)
This commit is contained in:
Stefan Seyfried
2013-01-13 18:50:14 +01:00
parent f2e855b7ef
commit 0770d2d3dc

View File

@@ -691,6 +691,7 @@ void CFbAccel::setupGXA()
_write_gxa(gxa_base, GXA_CFG_REG, 0x100 | (1 << 12) | (1 << 29));
_write_gxa(gxa_base, GXA_CFG2_REG, 0x1FF);
_write_gxa(gxa_base, GXA_BG_COLOR_REG, (unsigned int)fb->backgroundColor);
add_gxa_sync_marker();
}
#endif