[PATCH v3] drm: Only create a cmdline mode if no probed modes match

2016-06-01 Thread Ville Syrjälä
On Wed, Jun 01, 2016 at 10:47:51AM +0100, Chris Wilson wrote: > On Wed, Jun 01, 2016 at 12:43:53PM +0300, Ville Syrjälä wrote: > > On Wed, Jun 01, 2016 at 10:34:36AM +0100, Chris Wilson wrote: > > > The intention of using video=: is primarily to select > > > the user's preferred resolution at sta

[PATCH v3] drm: Only create a cmdline mode if no probed modes match

2016-06-01 Thread Ville Syrjälä
On Wed, Jun 01, 2016 at 10:34:36AM +0100, Chris Wilson wrote: > The intention of using video=: is primarily to select > the user's preferred resolution at startup. Currently we always create a > new mode irrespective of whether the monitor has a native mode at the > desired resolution. This has the

[PATCH v3] drm: Only create a cmdline mode if no probed modes match

2016-06-01 Thread Chris Wilson
On Wed, Jun 01, 2016 at 12:43:53PM +0300, Ville Syrjälä wrote: > On Wed, Jun 01, 2016 at 10:34:36AM +0100, Chris Wilson wrote: > > The intention of using video=: is primarily to select > > the user's preferred resolution at startup. Currently we always create a > > new mode irrespective of whethe

[PATCH v3] drm: Only create a cmdline mode if no probed modes match

2016-06-01 Thread Chris Wilson
On Wed, Jun 01, 2016 at 12:43:53PM +0300, Ville Syrjälä wrote: > On Wed, Jun 01, 2016 at 10:34:36AM +0100, Chris Wilson wrote: > > The intention of using video=: is primarily to select > > the user's preferred resolution at startup. Currently we always create a > > new mode irrespective of whethe

[PATCH v3] drm: Only create a cmdline mode if no probed modes match

2016-06-01 Thread Chris Wilson
The intention of using video=: is primarily to select the user's preferred resolution at startup. Currently we always create a new mode irrespective of whether the monitor has a native mode at the desired resolution. This has the issue that we may then select the fake mode rather the native mode du