Re: [Intel-gfx] [PATCH 12/31] drm/i915: Fix PSR initialization.

2015-11-19 Thread Daniel Vetter
On Wed, Nov 18, 2015 at 06:39:45PM +, Vivi, Rodrigo wrote: > On Wed, 2015-11-18 at 11:12 +0100, Daniel Vetter wrote: > > On Thu, Nov 05, 2015 at 10:50:04AM -0800, Rodrigo Vivi wrote: > > > PSR is still disabled by default, but even passing > > > i915.enable_psr=1 > > > at this point we weren't

Re: [Intel-gfx] [PATCH 12/31] drm/i915: Fix PSR initialization.

2015-11-18 Thread Vivi, Rodrigo
On Wed, 2015-11-18 at 11:12 +0100, Daniel Vetter wrote: > On Thu, Nov 05, 2015 at 10:50:04AM -0800, Rodrigo Vivi wrote: > > PSR is still disabled by default, but even passing > > i915.enable_psr=1 > > at this point we weren't able to get PSR working because with > > fastboot by default in place we

Re: [Intel-gfx] [PATCH 12/31] drm/i915: Fix PSR initialization.

2015-11-18 Thread Daniel Vetter
On Thu, Nov 05, 2015 at 10:50:04AM -0800, Rodrigo Vivi wrote: > PSR is still disabled by default, but even passing i915.enable_psr=1 > at this point we weren't able to get PSR working because with > fastboot by default in place we weren't executing the path that enables > encoder and consequently P

[Intel-gfx] [PATCH 12/31] drm/i915: Fix PSR initialization.

2015-11-05 Thread Rodrigo Vivi
PSR is still disabled by default, but even passing i915.enable_psr=1 at this point we weren't able to get PSR working because with fastboot by default in place we weren't executing the path that enables encoder and consequently PSR. Now with psr_ready in place and PSR using crtc signature we can m