From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Airlie Subject: initial displaylink kms driver + drm hotplug Date: Mon, 20 Feb 2012 16:13:44 +0000 Message-ID: <1329754429-5491-1-git-send-email-airlied@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by gabe.freedesktop.org (Postfix) with ESMTP id 7701CA08A3 for ; Mon, 20 Feb 2012 08:16:27 -0800 (PST) Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1KGGQVo009399 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 20 Feb 2012 11:16:27 -0500 Received: from optimus.redhat.com (vpn1-5-163.ams2.redhat.com [10.36.5.163]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q1KGGPsQ020110 for ; Mon, 20 Feb 2012 11:16:26 -0500 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: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org This series contains some changes to the drm to allow for better hotplug support for usb devices, along with the initial displaylink KMS driver. This relies on an fbdev patch that is in fbdev-next from Kay Sievers. (remove sysfs framebuffer device with USB .disconnect) The initial changes just allow us to disconnect userspace/sysfs stuff properly then on close of the device we clean up things properly. This and some other patches it relies on are in my pfdo git tree udl-unplug branch. Dave.