ARM: Fix checkpointing case where PL111 is powered off.
This commit is contained in:
@@ -713,9 +713,11 @@ Pl111::unserialize(Checkpoint *cp, const std::string §ion)
|
||||
schedule(dmaDoneEvent[x], dma_done_event_tick[x]);
|
||||
}
|
||||
|
||||
updateVideoParams();
|
||||
if (vncserver)
|
||||
vncserver->setDirty();
|
||||
if (lcdControl.lcdpwr) {
|
||||
updateVideoParams();
|
||||
if (vncserver)
|
||||
vncserver->setDirty();
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user