[PATCH 0/6] Allow DC state to reset the counter on screen enabled.

2016-08-04 Thread Michel Dänzer
On 04.08.2016 06:33, Rodrigo Vivi wrote: > For now DC is only helping on screen off scenarios since PSR is disabled. > > But if we want to enable PSR first we need to make DC reliable with screen on. > Biggest challenge is to deal with vblank counters since frame counter register > is read only

[PATCH 0/6] Allow DC state to reset the counter on screen enabled.

2016-08-03 Thread Rodrigo Vivi
For now DC is only helping on screen off scenarios since PSR is disabled. But if we want to enable PSR first we need to make DC reliable with screen on. Biggest challenge is to deal with vblank counters since frame counter register is read only and can be reset in DC state. This series is one of