[Intel-gfx] [PATCH 1/2] drm/i915: Add psr_ready on pipe_config

2015-04-15 Thread Rodrigo Vivi
Let's know beforehand if PSR is ready and will be enabled so we can prevent DRRS to get enabled. v2: Removing is_edp_psr func that is not used after this patch. Rename match_conditions and document it since it is now external. Moving to a propper place as pointed out by Sivakumar. Use

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add psr_ready on pipe_config

2015-03-30 Thread Ramalingam C
Looks good to me.. Reviewed-by: Ramalingam C On Friday 27 March 2015 12:50 AM, Rodrigo Vivi wrote: Let's know beforehand if PSR is ready and will be enabled so we can prevent DRRS to get enabled. v2: Removing is_edp_psr func that is not used after this patch. Rename match_conditions and

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add psr_ready on pipe_config

2015-03-27 Thread Sivakumar Thulasimani
On 3/27/2015 2:02 PM, Daniel Vetter wrote: On Fri, Mar 27, 2015 at 11:37:09AM +0530, Sivakumar Thulasimani wrote: On 3/27/2015 12:50 AM, Rodrigo Vivi wrote: Let's know beforehand if PSR is ready and will be enabled so we can prevent DRRS to get enabled. v2: Removing is_edp_psr func that is

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add psr_ready on pipe_config

2015-03-27 Thread Daniel Vetter
On Fri, Mar 27, 2015 at 11:37:09AM +0530, Sivakumar Thulasimani wrote: > > > On 3/27/2015 12:50 AM, Rodrigo Vivi wrote: > >Let's know beforehand if PSR is ready and will be enabled so we can > >prevent DRRS to get enabled. > > > >v2: Removing is_edp_psr func that is not used after this patch. > >

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add psr_ready on pipe_config

2015-03-26 Thread Sivakumar Thulasimani
On 3/27/2015 12:50 AM, Rodrigo Vivi wrote: Let's know beforehand if PSR is ready and will be enabled so we can prevent DRRS to get enabled. v2: Removing is_edp_psr func that is not used after this patch. Rename match_conditions and document it since it is now external. Moving to a pr

[Intel-gfx] [PATCH 1/2] drm/i915: Add psr_ready on pipe_config

2015-03-26 Thread Rodrigo Vivi
Let's know beforehand if PSR is ready and will be enabled so we can prevent DRRS to get enabled. v2: Removing is_edp_psr func that is not used after this patch. Rename match_conditions and document it since it is now external. Moving to a propper place as pointed out by Sivakumar. Use