From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Airlie Subject: qemu qxl kms driver Date: Wed, 6 Mar 2013 16:57:10 +1000 Message-ID: <1362553032-4484-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 50783E5CD2 for ; Tue, 5 Mar 2013 22:57:17 -0800 (PST) Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r266vGVr012339 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 6 Mar 2013 01:57:16 -0500 Received: from prime.bne.redhat.com (dhcp-40-183.bne.redhat.com [10.64.40.183]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r266vF7v022122 for ; Wed, 6 Mar 2013 01:57:16 -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 Hi, This is a KMS driver for the QXL virtual hw device shipped in qemu. The first patch just adds some ttm symbol exports, the second contains the driver. Its also in my git repo here http://cgit.freedesktop.org/~airlied/linux/log/?h=qxl-upstream The userspace driver is here http://cgit.freedesktop.org/~airlied/xf86-video-qxl/log/?h=qxl-kms There is also a header file addition to libdrm: http://cgit.freedesktop.org/~airlied/drm/log/?h=qxl-kms though I could probably drop it into the ddx at this point, since there isn't really any DRI usefulness on this hw yet. Though maybe we can save a copy or two in some fast paths. Dave.