From patchwork Mon Oct 22 01:27:01 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rodrigo Siqueira X-Patchwork-Id: 10651651 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id DD7D8109C for ; Mon, 22 Oct 2018 01:27:11 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BDAF328744 for ; Mon, 22 Oct 2018 01:27:11 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id AC4A22870B; Mon, 22 Oct 2018 01:27:11 +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 58DC22870B for ; Mon, 22 Oct 2018 01:27:11 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 44F6189C6E; Mon, 22 Oct 2018 01:27:08 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-qt1-x844.google.com (mail-qt1-x844.google.com [IPv6:2607:f8b0:4864:20::844]) by gabe.freedesktop.org (Postfix) with ESMTPS id C7DCD89C6E for ; Mon, 22 Oct 2018 01:27:06 +0000 (UTC) Received: by mail-qt1-x844.google.com with SMTP id a10-v6so184419qtp.2 for ; Sun, 21 Oct 2018 18:27:06 -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:mime-version :content-disposition:user-agent; bh=Kf5sxkkwPbGMilmlQpLECHP9rYySbUKgffGiyo23RFk=; b=Ln6j/lgNpVVeMeXWUL5+6hhNVilA2X3QY6mCDTMx1MDR1yyXPPtJiuDnu55vcIC0Mt SYMsSipKrT0I3ceOJ+aKL/dKDczrl+kU6TUgDf6ovLlqYznKzqptrdqARGpMKIf7Fi+p Gih9KC/wvqt77pBMzy4qsBCHQiXIE0oKcMVv8A0uyrumoYZaZzdU/mgNTvl0rDniiQH4 ncN/rsEqOvKWe3zbKHnKdjCChK0PNXtGdGYeZveGI6o8FFL6DwWW4NUAIt72ZJEzpDdK oSsyXKlnfvNznLxUHlQH1KJ78ifI9ydZpSnBfF11YzuhylfDQhGY8JYPFAxvzoe5Fcp2 e9Pw== X-Gm-Message-State: ABuFfojy7FvOmTaE2Xk65Epii++S60JYdUrJ0KnthqMF49+H8NYJb4B9 NXr6n+n15F/qrOk09VK8TlI= X-Google-Smtp-Source: ACcGV60sKtzwRaq7pFHuJP+2G8Fm4Aa3S+jQ7zVZDBaONmDRpejkAATTXUvJaJJraz/KsCRnqq+Wig== X-Received: by 2002:a0c:8ec9:: with SMTP id y9mr34419398qvb.65.1540171625717; Sun, 21 Oct 2018 18:27:05 -0700 (PDT) Received: from smtp.gmail.com ([143.107.45.1]) by smtp.gmail.com with ESMTPSA id z188-v6sm8103192qkz.66.2018.10.21.18.27.02 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 21 Oct 2018 18:27:04 -0700 (PDT) Date: Sun, 21 Oct 2018 22:27:01 -0300 From: Rodrigo Siqueira To: Gustavo Padovan , Maarten Lankhorst , Sean Paul , David Airlie , Daniel Vetter , Haneen Mohammed Subject: [PATCH V2] MAINTAINERS: Add entry for VKMS Message-ID: <20181022012701.7a2rkmot2bj37xfb@smtp.gmail.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20180716 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: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Add maintainers and reviewers for VKMS driver Signed-off-by: Rodrigo Siqueira Acked-by: Sean Paul Reviewed-by: Haneen Mohammed Acked-by: Harry Wentland --- Changes in v2: - Insert the section in alphabetical order MAINTAINERS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 39c3f6682ace..56572f0968ce 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4733,6 +4733,16 @@ S: Odd Fixes F: drivers/gpu/drm/udl/ T: git git://anongit.freedesktop.org/drm/drm-misc +DRM DRIVER FOR VIRTUAL KERNEL MODESETTING (VKMS) +M: Rodrigo Siqueira +R: Haneen Mohammed +R: Daniel Vetter +T: git git://anongit.freedesktop.org/drm/drm-misc +S: Maintained +L: dri-devel@lists.freedesktop.org +F: drivers/gpu/drm/vkms/ +F: Documentation/gpu/vkms.rst + DRM DRIVER FOR VMWARE VIRTUAL GPU M: "VMware Graphics" M: Sinclair Yeh