From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Jackson Subject: Re: [PATCH 1/2] drm: add helper to sort panels to the head of the connector list Date: Wed, 31 Oct 2012 15:59:44 -0400 Message-ID: <50918330.80200@redhat.com> References: <1351345925-17510-1-git-send-email-daniel.vetter@ffwll.ch> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1351345925-17510-1-git-send-email-daniel.vetter@ffwll.ch> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: Daniel Vetter Cc: Intel Graphics Development , DRI Development List-Id: dri-devel@lists.freedesktop.org On 10/27/12 9:52 AM, Daniel Vetter wrote: > Userspace seems to like this, see > > commit cb0953d734348e8862d6d7edc666cfb3bf6d8fae > Author: Adam Jackson > Date: Fri Jul 16 14:46:29 2010 -0400 > > drm/i915: Initialize LVDS and eDP outputs before anything else > > This makes them sort to the front in X, which makes them likely to be > the primary outputs if you haven't specified a preference in your DE, > which is likely to be what you want. > > Signed-off-by: Adam Jackson > Signed-off-by: Eric Anholt > > Sorting the connector list after the fact is much easier than trying > to be clever with the init sequence. Entirely reasonable. Reviewed-by: Adam Jackson - ajax