Re: [Intel-gfx] [PATCH] drm/i915/psr: Remove few mod parameters option.

2018-07-12 Thread Rodrigo Vivi
On Wed, Jul 11, 2018 at 11:08:17PM -0700, Dhinakaran Pandiyan wrote: > On Wed, 2018-07-11 at 22:27 -0700, Rodrigo Vivi wrote: > > Reduce the module parameter to enable or disable. > > > > The link stand by vs full link off was used only once. > > > > And it was actually masking another bug fixed

Re: [Intel-gfx] [PATCH] drm/i915/psr: Remove few mod parameters option.

2018-07-12 Thread Rodrigo Vivi
On Thu, Jul 12, 2018 at 12:09:01AM -0700, Dhinakaran Pandiyan wrote: > On Wed, 2018-07-11 at 23:17 -0700, Rodrigo Vivi wrote: > > On Wed, Jul 11, 2018 at 11:08:17PM -0700, Dhinakaran Pandiyan wrote: > > > > > > On Wed, 2018-07-11 at 22:27 -0700, Rodrigo Vivi wrote: > > > > > > > > Reduce the modu

Re: [Intel-gfx] [PATCH] drm/i915/psr: Remove few mod parameters option.

2018-07-11 Thread Dhinakaran Pandiyan
On Wed, 2018-07-11 at 23:17 -0700, Rodrigo Vivi wrote: > On Wed, Jul 11, 2018 at 11:08:17PM -0700, Dhinakaran Pandiyan wrote: > > > > On Wed, 2018-07-11 at 22:27 -0700, Rodrigo Vivi wrote: > > > > > > Reduce the module parameter to enable or disable. > > > > > > The link stand by vs full link of

Re: [Intel-gfx] [PATCH] drm/i915/psr: Remove few mod parameters option.

2018-07-11 Thread Rodrigo Vivi
On Wed, Jul 11, 2018 at 11:08:17PM -0700, Dhinakaran Pandiyan wrote: > On Wed, 2018-07-11 at 22:27 -0700, Rodrigo Vivi wrote: > > Reduce the module parameter to enable or disable. > > > > The link stand by vs full link off was used only once. > > > > And it was actually masking another bug fixed

Re: [Intel-gfx] [PATCH] drm/i915/psr: Remove few mod parameters option.

2018-07-11 Thread Dhinakaran Pandiyan
On Wed, 2018-07-11 at 22:27 -0700, Rodrigo Vivi wrote: > Reduce the module parameter to enable or disable. > > The link stand by vs full link off was used only once. > > And it was actually masking another bug fixed by commit > '84bb2916a683 ("drm/i915/psr: Check for SET_POWER_CAPABLE > bit at PS

[Intel-gfx] [PATCH] drm/i915/psr: Remove few mod parameters option.

2018-07-11 Thread Rodrigo Vivi
Reduce the module parameter to enable or disable. The link stand by vs full link off was used only once. And it was actually masking another bug fixed by commit '84bb2916a683 ("drm/i915/psr: Check for SET_POWER_CAPABLE bit at PSR init time.")' So, let's remove these options for now. End goal is