From patchwork Tue May 22 12:18:21 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rodrigo Siqueira X-Patchwork-Id: 10418523 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 A9A166032A for ; Tue, 22 May 2018 12:18:27 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 99E5D287CB for ; Tue, 22 May 2018 12:18:27 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8E95528B5E; Tue, 22 May 2018 12:18:27 +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 24785287CB for ; Tue, 22 May 2018 12:18:27 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 489DB6E0E1; Tue, 22 May 2018 12:18:26 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-qt0-x241.google.com (mail-qt0-x241.google.com [IPv6:2607:f8b0:400d:c0d::241]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7AC966E0E1 for ; Tue, 22 May 2018 12:18:25 +0000 (UTC) Received: by mail-qt0-x241.google.com with SMTP id q6-v6so23058823qtn.3 for ; Tue, 22 May 2018 05:18:25 -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=XuS5r6q/CPi99YjN3IybpWjld8OfOxl3bXtj+oG7pYauI63ndEefZw7ilP6OW4Jut5 1JQYkllsdkTCAF6+kox/1kHOJDqxv5PMJex9CU5fld4pB+qeNNeV4j1JMK9ajlIZVfmj wyuXK8XuPraALx468gji9povio4YyHDYiRIkIZIJ2RkAm2+CvOk8o9JHSYUA5gWwvgnM fiDfG7Zs5LmhvwMKdz3QYmdQQHnCY5Norg3PVdxsstem+VhsIZV26L3Eiova3RCTJ+Af /oeEdawcxhjgiz1m4k7aJF91yxrDGbyU5TpCp6Dpv0i2495VHFsXWgUdLwAi0SZ/FUZ+ kMug== X-Gm-Message-State: ALKqPwdcMq/QOUuVZ0aVKEC3aXrzyVDo1TVkptLCwWMHBAHG4Tf17hgr h7SpAdtjTLbhOWyoaytifLw= X-Google-Smtp-Source: AB8JxZom4vWnlO/WH39l3NHkGZUfqlng5ux/bHMcp/v8E5f4AwKuWMrUX41aA3olx9jVQlwgctovYA== X-Received: by 2002:ac8:10d:: with SMTP id e13-v6mr21395041qtg.403.1526991504473; Tue, 22 May 2018 05:18:24 -0700 (PDT) Received: from smtp.gmail.com ([143.107.45.1]) by smtp.gmail.com with ESMTPSA id k10-v6sm13306203qkh.95.2018.05.22.05.18.22 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 22 May 2018 05:18:23 -0700 (PDT) Date: Tue, 22 May 2018 09:18:21 -0300 From: Rodrigo Siqueira To: Gustavo Padovan , Daniel Vetter , Sean Paul , Haneen Mohammed Subject: [PATCH V4 3/3] drm/vkms: Add extra information about vkms Message-ID: <7b9141135426df8a5708be95404980e5b7e774bd.1526990393.git.rodrigosiqueiramelo@gmail.com> 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");