ARM: Fix checkpointing case where PL111 is powered off.
This commit is contained in:
parent
6fd271ffb3
commit
c56eb8fb3c
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue