Re: [Intel-gfx] [PATCH] drm/i915/edp: Only use alternate fixed mode when requested

2018-04-30 Thread Clint Taylor
On 04/30/2018 12:49 AM, Jani Nikula wrote: On Sat, 14 Apr 2018, "Vivi, Rodrigo" wrote: On Apr 12, 2018, at 2:21 PM, Taylor, Clinton A wrote: On 04/11/2018 04:11 PM, Chris Wilson wrote: Quoting clinton.a.tay...@intel.com (2018-04-12

Re: [Intel-gfx] [PATCH] drm/i915/edp: Only use alternate fixed mode when requested

2018-04-30 Thread Jani Nikula
On Sat, 14 Apr 2018, "Vivi, Rodrigo" wrote: >> On Apr 12, 2018, at 2:21 PM, Taylor, Clinton A >> wrote: >> >> >> >>> On 04/11/2018 04:11 PM, Chris Wilson wrote: >>> Quoting clinton.a.tay...@intel.com (2018-04-12 00:13:26) From: Clint

Re: [Intel-gfx] [PATCH] drm/i915/edp: Only use alternate fixed mode when requested

2018-04-14 Thread Vivi, Rodrigo
> On Apr 12, 2018, at 2:21 PM, Taylor, Clinton A > wrote: > > > >> On 04/11/2018 04:11 PM, Chris Wilson wrote: >> Quoting clinton.a.tay...@intel.com (2018-04-12 00:13:26) >>> From: Clint Taylor >>> >>> In commit dc911f5bd8aa

Re: [Intel-gfx] [PATCH] drm/i915/edp: Only use alternate fixed mode when requested

2018-04-12 Thread Clint Taylor
On 04/11/2018 04:11 PM, Chris Wilson wrote: Quoting clinton.a.tay...@intel.com (2018-04-12 00:13:26) From: Clint Taylor In commit dc911f5bd8aa ("drm/i915/edp: Allow alternate fixed mode for eDP if available."), the patch was always selecting the alternate refresh

Re: [Intel-gfx] [PATCH] drm/i915/edp: Only use alternate fixed mode when requested

2018-04-11 Thread Chris Wilson
Quoting clinton.a.tay...@intel.com (2018-04-12 00:13:26) > From: Clint Taylor > > In commit dc911f5bd8aa ("drm/i915/edp: Allow alternate fixed mode for eDP > if available."), the patch was always selecting the alternate refresh rate > even though user space was asking

[Intel-gfx] [PATCH] drm/i915/edp: Only use alternate fixed mode when requested

2018-04-11 Thread clinton . a . taylor
From: Clint Taylor In commit dc911f5bd8aa ("drm/i915/edp: Allow alternate fixed mode for eDP if available."), the patch was always selecting the alternate refresh rate even though user space was asking for the higher rate. This patch adds a check for vrefresh rate as

Re: [Intel-gfx] [PATCH] drm/i915/edp: Only use alternate fixed mode when requested

2018-04-10 Thread Chris Wilson
Quoting clinton.a.tay...@intel.com (2018-04-10 19:33:36) > From: Clint Taylor > > In commit dc911f5bd8aa ("drm/i915/edp: Allow alternate fixed mode for eDP > if available."), the patch was always selecting the alternate refresh rate > even though user space was asking

[Intel-gfx] [PATCH] drm/i915/edp: Only use alternate fixed mode when requested

2018-04-10 Thread clinton . a . taylor
From: Clint Taylor In commit dc911f5bd8aa ("drm/i915/edp: Allow alternate fixed mode for eDP if available."), the patch was always selecting the alternate refresh rate even though user space was asking for the higher rate. This patch adds a check for vrefresh rate as