mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
fbaccel: add GXA sync marker during GXA setup
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user