From patchwork Tue May 22 01:07:00 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rodrigo Siqueira X-Patchwork-Id: 10417183 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id CE70E600CC for ; Tue, 22 May 2018 01:07:08 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BF4A928A16 for ; Tue, 22 May 2018 01:07:08 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B2C5428AF6; Tue, 22 May 2018 01:07:08 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM, MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 47D3728A16 for ; Tue, 22 May 2018 01:07:08 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5EAE66E080; Tue, 22 May 2018 01:07:07 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-qk0-x243.google.com (mail-qk0-x243.google.com [IPv6:2607:f8b0:400d:c09::243]) by gabe.freedesktop.org (Postfix) with ESMTPS id A3BC86E080 for ; Tue, 22 May 2018 01:07:05 +0000 (UTC) Received: by mail-qk0-x243.google.com with SMTP id r28-v6so11029659qkk.4 for ; Mon, 21 May 2018 18:07:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=rT9+291W44dWjEl9672kCDwTo2SmB/mY6tXdrEx0NPw=; b=tzbRO5bxxo9JtMwFKoCOBVUA/MYcDW/LHCp1TUzCebQN4s/Jjg2XFjQ2CRVklarkGF 1yWV7JFyaEMLzV35nHVbQJPvxVMGaueTPOzeMELEbfBjPGhcc1y+jOjNkiOSP+c1JvPv vewo7u5SMopTSTw5cU0bSbKjbXReSQP8Q7g4wpTeN/GBCzmODWez3Ob55DiujvyXe5LC H5j9gJ+VvOQOuK7D7WH8O0jSHqEGjIz6H9+UjRGpjVAiu3XMUiLeRvkcQ/q8IzdU46ZL oxa+LJT8ROK73iZcCxdyXY4Amw2UYdpjLR/KGTfxA9g6x4TeFc73nYxgUSUXHm92zgKI WG1A== X-Gm-Message-State: ALKqPwcxErtoS0c9u4mIrQDGclqp8qV48W4HvMYlpZZdZKxE9VHZojUj mRM7GaycwWZBlq/d0+m3mbM= X-Google-Smtp-Source: AB8JxZqpLupWldlCH7ayj3d30PgSWiTpvS09ry7KEV0CANIzsue/eysH6SFq6ZOhexdENctJivDOnw== X-Received: by 2002:a37:628d:: with SMTP id w135-v6mr9027178qkb.124.1526951224754; Mon, 21 May 2018 18:07:04 -0700 (PDT) Received: from smtp.gmail.com ([143.107.45.1]) by smtp.gmail.com with ESMTPSA id w22-v6sm11447730qtg.60.2018.05.21.18.07.02 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 21 May 2018 18:07:04 -0700 (PDT) Date: Mon, 21 May 2018 22:07:00 -0300 From: Rodrigo Siqueira To: Gustavo Padovan , Daniel Vetter , Sean Paul , Haneen Mohammed Subject: [PATCH V3 3/3] drm/vkms: Add extra information about vkms Message-ID: References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180323 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Add authors and description in Kconfig. Signed-off-by: Rodrigo Siqueira --- drivers/gpu/drm/Kconfig | 8 ++++++-- drivers/gpu/drm/vkms/vkms_drv.c | 2 ++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 0893b1d8ede7..a16efdea00fa 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -213,10 +213,14 @@ config DRM_VGEM If M is selected the module will be called vgem. config DRM_VKMS - tristate "Virtual KMS" + tristate "Virtual KMS (EXPERIMENTAL)" depends on DRM + default n help - Choose this option to get a virtual kernal mode-setting driver. + Virtual Kernel Mode-Setting (VKMS) is used for testing or for + running GPU in a headless machines. Choose this option to get + a VKMS. + If M is selected the module will be called vkms. source "drivers/gpu/drm/exynos/Kconfig" diff --git a/drivers/gpu/drm/vkms/vkms_drv.c b/drivers/gpu/drm/vkms/vkms_drv.c index eae5f1f293d0..e8730fd72cdf 100644 --- a/drivers/gpu/drm/vkms/vkms_drv.c +++ b/drivers/gpu/drm/vkms/vkms_drv.c @@ -127,5 +127,7 @@ static void __exit vkms_exit(void) module_init(vkms_init); module_exit(vkms_exit); +MODULE_AUTHOR("Haneen Mohammed "); +MODULE_AUTHOR("Rodrigo Siqueira "); MODULE_DESCRIPTION(DRIVER_DESC); MODULE_LICENSE("GPL");