RE: [Intel-gfx] [PATCH] drm: Fix for invalid pruning of modes in dual display cases

2017-01-16 Thread Srinivas, Vidya
top.org > Subject: Re: [Intel-gfx] [PATCH] drm: Fix for invalid pruning of modes in dual > display cases > > On Tue, Dec 13, 2016 at 04:52:01PM +0200, Jani Nikula wrote: > > On Tue, 13 Dec 2016, Chris Wilson wrote: > > > On Tue, Dec 13, 2016 at 03:46:54PM +0530, Vidya

[Intel-gfx] [PATCH] drm: Fix for invalid pruning of modes in dual display cases

2016-12-13 Thread Ville Syrjälä
On Tue, Dec 13, 2016 at 04:52:01PM +0200, Jani Nikula wrote: > On Tue, 13 Dec 2016, Chris Wilson wrote: > > On Tue, Dec 13, 2016 at 03:46:54PM +0530, Vidya Srinivas wrote: > >> Currently in dual display connected boot scenarios, minimum of the > >> resolutions > >> is taken for fb width and heigh

[Intel-gfx] [PATCH] drm: Fix for invalid pruning of modes in dual display cases

2016-12-13 Thread Jani Nikula
On Tue, 13 Dec 2016, Chris Wilson wrote: > On Tue, Dec 13, 2016 at 03:46:54PM +0530, Vidya Srinivas wrote: >> Currently in dual display connected boot scenarios, minimum of the >> resolutions >> is taken for fb width and height as reference. Based on this resolution, >> other >> modes are pruned

[PATCH] drm: Fix for invalid pruning of modes in dual display cases

2016-12-13 Thread Vidya Srinivas
Currently in dual display connected boot scenarios, minimum of the resolutions is taken for fb width and height as reference. Based on this resolution, other modes are pruned. Example Scenario: If DSI mode is 2560x1440 and HDMI is 1920x1080, during the probing the fb width and height is set to ma

[Intel-gfx] [PATCH] drm: Fix for invalid pruning of modes in dual display cases

2016-12-13 Thread Jani Nikula
On Tue, 13 Dec 2016, Vidya Srinivas wrote: > Currently in dual display connected boot scenarios, minimum of the resolutions > is taken for fb width and height as reference. Based on this resolution, other > modes are pruned. > > Example Scenario: If DSI mode is 2560x1440 and HDMI is 1920x1080, dur

[Intel-gfx] [PATCH] drm: Fix for invalid pruning of modes in dual display cases

2016-12-13 Thread Chris Wilson
On Tue, Dec 13, 2016 at 03:46:54PM +0530, Vidya Srinivas wrote: > Currently in dual display connected boot scenarios, minimum of the resolutions > is taken for fb width and height as reference. Based on this resolution, other > modes are pruned. > > Example Scenario: If DSI mode is 2560x1440 and H