Re: [Intel-gfx] [PATCH 04/12] drm/i915/psr: hsw_psr_activate.

2017-09-07 Thread Pandiyan, Dhinakaran
On Wed, 2017-07-12 at 12:20 -0700, Rodrigo Vivi wrote: > Oh HSW the real activate of PSR is decided by the source Typos: On HSW+ > after certain amount of configured idle frames. > > However for the driver perspective where we track psr.active > variable this function here is the actual activate

[Intel-gfx] [PATCH 04/12] drm/i915/psr: hsw_psr_activate.

2017-07-12 Thread Rodrigo Vivi
Oh HSW the real activate of PSR is decided by the source after certain amount of configured idle frames. However for the driver perspective where we track psr.active variable this function here is the actual activate one. So let's rename it before moving to vfunc with that. Cc: Dhinakaran Pandiya