384a385,393
> * Check if the current rank has all banks closed and is not
> * in a low power state
> *
> * @param Return true if the rank is idle from a bank
> * and power point of view
> */
> bool inPwrIdleState() const { return pwrState == PWR_IDLE; }
>
> /**
915a925,935
> /**
> * Return true once refresh is complete for all ranks and there are no
> * additional commands enqueued. (only evaluated when draining)
> * This will ensure that all banks are closed, power state is IDLE, and
> * power stats have been updated
> *
> * @return true if all ranks have refreshed, with no commands enqueued
> *
> */
> bool allRanksDrained() const;
>