ipa: rpi: Add IpaBase::platformStart() member function
Add a virtual IpaBase::platformStart() member function that is called at the end of IpaBase::start(). For the IpaVc4 derived class, this function does nothing, but will be used in the PiSP derived class to reset internal state on startup. Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: David Plowman <david.plowman@raspberrypi.com> Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
92a74cf454
commit
71bb5b345f
3 changed files with 10 additions and 0 deletions
|
@ -341,6 +341,8 @@ void IpaBase::start(const ControlList &controls, StartResult *result)
|
|||
|
||||
firstStart_ = false;
|
||||
lastRunTimestamp_ = 0;
|
||||
|
||||
platformStart(controls, result);
|
||||
}
|
||||
|
||||
void IpaBase::mapBuffers(const std::vector<IPABuffer> &buffers)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue