[Intel-gfx] [PATCH v2] drm: also move DSI panels to the front of the connector list

2016-11-17 Thread Jani Nikula
On Thu, 17 Nov 2016, Andrzej Hajda wrote: > On 17.11.2016 11:29, Jani Nikula wrote: >> We've overlooked adding DSI panels to the front of the connector >> list. This seems to be the right thing to do, and I suspect this might >> fix some issues, although I currently have no evidence to support thi

[PATCH v2] drm: also move DSI panels to the front of the connector list

2016-11-17 Thread Andrzej Hajda
On 17.11.2016 11:29, Jani Nikula wrote: > We've overlooked adding DSI panels to the front of the connector > list. This seems to be the right thing to do, and I suspect this might > fix some issues, although I currently have no evidence to support this. > > v2: also git add the comment change > > C

[PATCH v2] drm: also move DSI panels to the front of the connector list

2016-11-17 Thread Jani Nikula
We've overlooked adding DSI panels to the front of the connector list. This seems to be the right thing to do, and I suspect this might fix some issues, although I currently have no evidence to support this. v2: also git add the comment change Cc: Daniel Vetter Signed-off-by: Jani Nikula --- d

[PATCH v2] drm: also move DSI panels to the front of the connector list

2016-11-17 Thread Daniel Vetter
On Thu, Nov 17, 2016 at 12:29:08PM +0200, Jani Nikula wrote: > We've overlooked adding DSI panels to the front of the connector > list. This seems to be the right thing to do, and I suspect this might > fix some issues, although I currently have no evidence to support this. > > v2: also git add th