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

2015-05-22 Thread Ville Syrjälä
On Fri, May 22, 2015 at 10:54:12AM +0100, Chris Wilson wrote: > On Fri, May 22, 2015 at 12:03:27PM +0300, Ville Syrjälä wrote: > > On Mon, Apr 20, 2015 at 02:28:56PM +0100, Chris Wilson wrote: > > > The intention of using video=: is primarily to select > > > the user's preferred resolution at sta

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

2015-05-22 Thread Ville Syrjälä
On Mon, Apr 20, 2015 at 02:28:56PM +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 v2] drm: Only create a cmdline mode if no probed modes match

2015-05-22 Thread Chris Wilson
On Fri, May 22, 2015 at 12:03:27PM +0300, Ville Syrjälä wrote: > On Mon, Apr 20, 2015 at 02:28:56PM +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 v2] drm: Only create a cmdline mode if no probed modes match

2015-05-22 Thread Jani Nikula
On Mon, 20 Apr 2015, 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 issue that we may t

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

2015-05-21 Thread Chris Wilson
On Mon, Apr 20, 2015 at 03:41:48PM +0200, Radek Dostál wrote: > On 04/20/2015 03:28 PM, 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

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

2015-04-20 Thread Radek Dostál
On 04/20/2015 03:28 PM, 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 issue that we may

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

2015-04-20 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