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

2016-06-02 Thread Daniel Vetter
On Thu, Jun 02, 2016 at 02:30:40PM +0300, Ville Syrjälä wrote: > On Thu, Jun 02, 2016 at 11:52:17AM +0100, Chris Wilson wrote: > > On Thu, Jun 02, 2016 at 11:38:26AM +0200, Radek Dostál wrote: > > > On 06/01/2016 11:50 AM, Chris Wilson wrote: > > > >Fixes regression from > > > > > > > >commit ea

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

2016-06-02 Thread Ville Syrjälä
On Thu, Jun 02, 2016 at 11:52:17AM +0100, Chris Wilson wrote: > On Thu, Jun 02, 2016 at 11:38:26AM +0200, Radek Dostál wrote: > > On 06/01/2016 11:50 AM, Chris Wilson wrote: > > >Fixes regression from > > > > > >commit eaf99c749d43ae74ac7ffece5512f3c73f01dfd2 > > >Author: Chris Wilson > > >Date:

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

2016-06-02 Thread Radek Dostál
On 06/02/2016 01:30 PM, Ville Syrjälä wrote: > IMO the patch makes total sense even if it's not needed for this > particular bug. Feel free to add I agree and additionally can confirm, that with this patch BBB still works as expected with LG 19LS4R-ZA. Thanks, Radek

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

2016-06-02 Thread Chris Wilson
On Thu, Jun 02, 2016 at 11:38:26AM +0200, Radek Dostál wrote: > On 06/01/2016 11:50 AM, Chris Wilson wrote: > >Fixes regression from > > > >commit eaf99c749d43ae74ac7ffece5512f3c73f01dfd2 > >Author: Chris Wilson > >Date: Wed Aug 6 10:08:32 2014 +0200 > > > > drm: Perform cmdline mode parsing

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

2016-06-02 Thread Radek Dostál
On 06/01/2016 11:50 AM, Chris Wilson wrote: > Fixes regression from > > commit eaf99c749d43ae74ac7ffece5512f3c73f01dfd2 > Author: Chris Wilson > Date: Wed Aug 6 10:08:32 2014 +0200 > > drm: Perform cmdline mode parsing during connector initialisation > > that breaks HDMI output on BeagleBone

[PATCH v4] 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

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

2016-06-01 Thread Alex Deucher
On Wed, Jun 1, 2016 at 5:50 AM, 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 t