fbaccel: add GXA sync marker during GXA setup

This commit is contained in:
Stefan Seyfried
2013-01-13 18:50:14 +01:00
parent a5ed005ff8
commit 2321745c4d

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_CFG_REG, 0x100 | (1 << 12) | (1 << 29));
_write_gxa(gxa_base, GXA_CFG2_REG, 0x1FF); _write_gxa(gxa_base, GXA_CFG2_REG, 0x1FF);
_write_gxa(gxa_base, GXA_BG_COLOR_REG, (unsigned int)fb->backgroundColor); _write_gxa(gxa_base, GXA_BG_COLOR_REG, (unsigned int)fb->backgroundColor);
add_gxa_sync_marker();
} }
#endif #endif