Received: by 10.223.185.116 with SMTP id b49csp608238wrg; Wed, 21 Feb 2018 04:04:49 -0800 (PST) X-Google-Smtp-Source: AH8x225n7qFgOxVfDVLhcQJm/ixA/jCh4FZE8YhtcZIDKvsRMxo4B0DgO8Ji1lC7NuNsFpDEDb17 X-Received: by 10.99.117.6 with SMTP id q6mr2547393pgc.146.1519214689017; Wed, 21 Feb 2018 04:04:49 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519214688; cv=none; d=google.com; s=arc-20160816; b=u5qEKo77/2GhPa1cXSuE70do3xQKDW1SQi4i4K3Qwjl8z5Lh0zxLj6E3vcp21RZSQ1 V+RsctdC4wiHbpIiZIiWrKZ0bc/w798Op3N0vMR43DDmhAqYvMIseW1assPvPnV5jPEh hFRHlzsYZqMmQfcTuaoFuVpeS0OtA0dv+d+0XfEpMOd3JYKy2IGqpPcMCKh32vLIDVA1 uNWKvNjyGeHL+SfcYFkiytONXedihlQm6FgKqiZ6NdIJT38DsHOCHhJmyMJsTvx7JccE SG2DY9hi4E/IMtNfR4Q+5rGVZLcEbtkOz/rn+8IoK04PyK1tcK8jTLmkuYkPdMtN6nek A6TA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject:arc-authentication-results; bh=8VZETm1FwONzyC7uEggEc9wk2OzW802yv5ayWB8i0kI=; b=atwe3Ycv1Ie0cFiWA67LhZARw44Q2HGCP3L0cW1og1NMFfDmiFvnL3MQjRLgkO7g73 TX7jqBNabpvAGOm+NVnKgFNhBF+AIiMeoZWOrTpl2M3SoBRyP9if1QOmzi4xFvhoqW1k d0R4B2yiatkMpnZSLczRAq6q4bMT6SJbqL0eD7QSRqnUVaheNkg7pOpaZbyrcnciWpg7 fzcpcG6H7EDoazbVHeQ/xANLpZHkNgIMFFOOI+o7CfC/gXtQK1Axfeuiy6M7To3Qi9ll tpmuqhPODI/c/VsiC17leiMtM/OHdBeOOm18Lc2CcfoMTnuC4bF9G2wdgeK8SdxmwTs8 qJdg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a12si10863007pgv.672.2018.02.21.04.04.33; Wed, 21 Feb 2018 04:04:48 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752297AbeBUIT4 (ORCPT + 99 others); Wed, 21 Feb 2018 03:19:56 -0500 Received: from mx2.suse.de ([195.135.220.15]:48565 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752230AbeBUITz (ORCPT ); Wed, 21 Feb 2018 03:19:55 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id BD720AD1C; Wed, 21 Feb 2018 08:19:52 +0000 (UTC) Subject: Re: [PATCH 1/9] drm/xen-front: Introduce Xen para-virtualized frontend driver To: Oleksandr Andrushchenko , xen-devel@lists.xenproject.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, airlied@linux.ie, daniel.vetter@intel.com, seanpaul@chromium.org, gustavo@padovan.org, boris.ostrovsky@oracle.com, konrad.wilk@oracle.com Cc: Oleksandr Andrushchenko References: <1519200222-20623-1-git-send-email-andr2000@gmail.com> <1519200222-20623-2-git-send-email-andr2000@gmail.com> From: Juergen Gross Message-ID: Date: Wed, 21 Feb 2018 09:19:50 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <1519200222-20623-2-git-send-email-andr2000@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 21/02/18 09:03, Oleksandr Andrushchenko wrote: > From: Oleksandr Andrushchenko > > Introduce skeleton of the para-virtualized Xen display > frontend driver. This patch only adds required > essential stubs. > > Signed-off-by: Oleksandr Andrushchenko > --- > drivers/gpu/drm/Kconfig | 2 + > drivers/gpu/drm/Makefile | 1 + > drivers/gpu/drm/xen/Kconfig | 17 ++++++++ > drivers/gpu/drm/xen/Makefile | 5 +++ > drivers/gpu/drm/xen/xen_drm_front.c | 83 +++++++++++++++++++++++++++++++++++++ > 5 files changed, 108 insertions(+) > create mode 100644 drivers/gpu/drm/xen/Kconfig > create mode 100644 drivers/gpu/drm/xen/Makefile > create mode 100644 drivers/gpu/drm/xen/xen_drm_front.c > > diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig > index deeefa7a1773..757825ac60df 100644 > --- a/drivers/gpu/drm/Kconfig > +++ b/drivers/gpu/drm/Kconfig > @@ -289,6 +289,8 @@ source "drivers/gpu/drm/pl111/Kconfig" > > source "drivers/gpu/drm/tve200/Kconfig" > > +source "drivers/gpu/drm/xen/Kconfig" > + > # Keep legacy drivers last > > menuconfig DRM_LEGACY > diff --git a/drivers/gpu/drm/Makefile b/drivers/gpu/drm/Makefile > index 50093ff4479b..9d66657ea117 100644 > --- a/drivers/gpu/drm/Makefile > +++ b/drivers/gpu/drm/Makefile > @@ -103,3 +103,4 @@ obj-$(CONFIG_DRM_MXSFB) += mxsfb/ > obj-$(CONFIG_DRM_TINYDRM) += tinydrm/ > obj-$(CONFIG_DRM_PL111) += pl111/ > obj-$(CONFIG_DRM_TVE200) += tve200/ > +obj-$(CONFIG_DRM_XEN) += xen/ > diff --git a/drivers/gpu/drm/xen/Kconfig b/drivers/gpu/drm/xen/Kconfig > new file mode 100644 > index 000000000000..4cca160782ab > --- /dev/null > +++ b/drivers/gpu/drm/xen/Kconfig > @@ -0,0 +1,17 @@ > +config DRM_XEN > + bool "DRM Support for Xen guest OS" > + depends on XEN > + help > + Choose this option if you want to enable DRM support > + for Xen. > + > +config DRM_XEN_FRONTEND > + tristate "Para-virtualized frontend driver for Xen guest OS" > + depends on DRM_XEN > + depends on DRM > + select DRM_KMS_HELPER > + select VIDEOMODE_HELPERS > + select XEN_XENBUS_FRONTEND > + help > + Choose this option if you want to enable a para-virtualized > + frontend DRM/KMS driver for Xen guest OSes. > diff --git a/drivers/gpu/drm/xen/Makefile b/drivers/gpu/drm/xen/Makefile > new file mode 100644 > index 000000000000..967074d348f6 > --- /dev/null > +++ b/drivers/gpu/drm/xen/Makefile > @@ -0,0 +1,5 @@ > +# SPDX-License-Identifier: GPL-2.0 > + > +drm_xen_front-objs := xen_drm_front.o > + > +obj-$(CONFIG_DRM_XEN_FRONTEND) += drm_xen_front.o > diff --git a/drivers/gpu/drm/xen/xen_drm_front.c b/drivers/gpu/drm/xen/xen_drm_front.c > new file mode 100644 > index 000000000000..fd372fb464a1 > --- /dev/null > +++ b/drivers/gpu/drm/xen/xen_drm_front.c > @@ -0,0 +1,83 @@ > +/* > + * Xen para-virtual DRM device > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License as published by > + * the Free Software Foundation; either version 2 of the License, or > + * (at your option) any later version. > + * > + * This program is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > + * GNU General Public License for more details. Use SPDX identifier instead (same applies for all other new sources): // SPDX-License-Identifier: GPL-2.0 > + * > + * Copyright (C) 2016-2018 EPAM Systems Inc. > + * > + * Author: Oleksandr Andrushchenko > + */ > + > +#include > + > +#include > +#include > +#include > + > +#include > + > +static void backend_on_changed(struct xenbus_device *xb_dev, > + enum xenbus_state backend_state) > +{ > +} > + > +static int xen_drv_probe(struct xenbus_device *xb_dev, > + const struct xenbus_device_id *id) > +{ > + return 0; > +} > + > +static int xen_drv_remove(struct xenbus_device *dev) > +{ > + return 0; > +} > + > +static const struct xenbus_device_id xen_drv_ids[] = { > + { XENDISPL_DRIVER_NAME }, > + { "" } > +}; > + > +static struct xenbus_driver xen_driver = { > + .ids = xen_drv_ids, > + .probe = xen_drv_probe, > + .remove = xen_drv_remove, > + .otherend_changed = backend_on_changed, > +}; > + > +static int __init xen_drv_init(void) > +{ > + if (!xen_domain()) > + return -ENODEV; > + > + if (xen_initial_domain()) { > + DRM_ERROR(XENDISPL_DRIVER_NAME " cannot run in initial domain\n"); > + return -ENODEV; > + } Why not? Wouldn't that be possible in case of the backend living in a driver domain? Juergen