Re: [Intel-gfx] [PATCH] drm/i915: Use the first mode if there is no preferred mode in the EDID

2014-05-19 Thread Daniel Vetter
On Mon, May 19, 2014 at 7:20 PM, Knut Petersen wrote: > Still missing in git master ... It's in drm-intel-fixes and waiting for Dave to forward the pull request to Linus. -Daniel -- Daniel Vetter Software Engineer, Intel Corporation +41 (0) 79 365 57 48 - http://blog.ffwll.ch ___

Re: [Intel-gfx] [PATCH] drm/i915: Use the first mode if there is no preferred mode in the EDID

2014-05-19 Thread Knut Petersen
On 15.05.2014 10:19, Chris Wilson wrote: On Thu, May 15, 2014 at 11:13:01AM +0300, Jani Nikula wrote: On Wed, 14 May 2014, Knut Petersen wrote: On 13.05.2014 22:24, Jesse Barnes wrote: On Tue, 13 May 2014 16:50:12 +0100 Chris Wilson wrote: On Tue, May 13, 2014 at 04:07:37PM +0100, Chris Wi

Re: [Intel-gfx] [PATCH] drm/i915: Use the first mode if there is no preferred mode in the EDID

2014-05-15 Thread Jani Nikula
On Wed, 14 May 2014, Knut Petersen wrote: > On 13.05.2014 22:24, Jesse Barnes wrote: >> On Tue, 13 May 2014 16:50:12 +0100 >> Chris Wilson wrote: diff --git a/drivers/gpu/drm/i915/intel_fbdev.c b/drivers/gpu/drm/i915/intel_fbdev.c index 1d3f0a9cce31..05beec4badd5 100644 --- a

Re: [Intel-gfx] [PATCH] drm/i915: Use the first mode if there is no preferred mode in the EDID

2014-05-15 Thread Chris Wilson
On Thu, May 15, 2014 at 11:13:01AM +0300, Jani Nikula wrote: > On Wed, 14 May 2014, Knut Petersen wrote: > > On 13.05.2014 22:24, Jesse Barnes wrote: > >> On Tue, 13 May 2014 16:50:12 +0100 > >> Chris Wilson wrote: > >> > >>> On Tue, May 13, 2014 at 04:07:37PM +0100, Chris Wilson wrote: > Th

Re: [Intel-gfx] [PATCH] drm/i915: Use the first mode if there is no preferred mode in the EDID

2014-05-15 Thread Jani Nikula
On Wed, 14 May 2014, Knut Petersen wrote: > On 13.05.2014 22:24, Jesse Barnes wrote: >> On Tue, 13 May 2014 16:50:12 +0100 >> Chris Wilson wrote: >> >>> On Tue, May 13, 2014 at 04:07:37PM +0100, Chris Wilson wrote: This matches the algorithm used by earlier kernels when selecting the mo

Re: [Intel-gfx] [PATCH] drm/i915: Use the first mode if there is no preferred mode in the EDID

2014-05-13 Thread Knut Petersen
On 13.05.2014 22:24, Jesse Barnes wrote: On Tue, 13 May 2014 16:50:12 +0100 Chris Wilson wrote: On Tue, May 13, 2014 at 04:07:37PM +0100, Chris Wilson wrote: This matches the algorithm used by earlier kernels when selecting the mode for the fbcon. And only if there is no modes at all, do we f

Re: [Intel-gfx] [PATCH] drm/i915: Use the first mode if there is no preferred mode in the EDID

2014-05-13 Thread Jesse Barnes
On Tue, 13 May 2014 16:50:12 +0100 Chris Wilson wrote: > On Tue, May 13, 2014 at 04:07:37PM +0100, Chris Wilson wrote: > > This matches the algorithm used by earlier kernels when selecting the > > mode for the fbcon. And only if there is no modes at all, do we fall > > back to using the BIOS conf

Re: [Intel-gfx] [PATCH] drm/i915: Use the first mode if there is no preferred mode in the EDID

2014-05-13 Thread Chris Wilson
On Tue, May 13, 2014 at 04:07:37PM +0100, Chris Wilson wrote: > This matches the algorithm used by earlier kernels when selecting the > mode for the fbcon. And only if there is no modes at all, do we fall > back to using the BIOS configuration. Seamless transition is still > preserved (from the BIO

[Intel-gfx] [PATCH] drm/i915: Use the first mode if there is no preferred mode in the EDID

2014-05-13 Thread Chris Wilson
This matches the algorithm used by earlier kernels when selecting the mode for the fbcon. And only if there is no modes at all, do we fall back to using the BIOS configuration. Seamless transition is still preserved (from the BIOS configuration to ours) so long as the BIOS has also chosen what we h