From patchwork Mon Jun 6 15:21:05 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Padovan X-Patchwork-Id: 9158589 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 CCBBE60573 for ; Mon, 6 Jun 2016 15:21:19 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BEDFF25EF7 for ; Mon, 6 Jun 2016 15:21:19 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B392427B13; Mon, 6 Jun 2016 15:21:19 +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=-4.2 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C3DEF26490 for ; Mon, 6 Jun 2016 15:21:18 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2F5316E1E3; Mon, 6 Jun 2016 15:21:14 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-yw0-f194.google.com (mail-yw0-f194.google.com [209.85.161.194]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6FC176E1E3 for ; Mon, 6 Jun 2016 15:21:12 +0000 (UTC) Received: by mail-yw0-f194.google.com with SMTP id y6so19469853ywe.0 for ; Mon, 06 Jun 2016 08:21:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=jvsfDUr4QlM7QYq4jPSwBKnrJ5EOgddHqBugSNAZ6L0=; b=kaw5eASTnYOgYi0CjvKKvQe2J1x301Dzfj/g3Cx3u1cdRZ8/15lVwN35zh8onWRdqz QYvVu8ud5F+ZxDxxH+dgOwnKVvZFIk8ihzo5yZ+LencF/KggBWVlfVcG1RHqQiTcMbho b3HSiaHGn/ADM9vTCka19ftmlhumv7w2QolBaMw8/bXJx1w7fWAtrMoYlB/vVsa1V9x9 xkzO0/DNBWkSSfjW6RXuQ9uV3PmN+nwfNgUQ/6ebHDRMHSN5ZX5Z9MQJVlpJfijjG9S5 tNEnvb+KlmN0lEcDQYNqpqYolCCToSGm6hOaOabze/6M5SIniwAR39I49tsAbKAU6bU7 7XkQ== X-Gm-Message-State: ALyK8tKrbT5Nb6Ll7yO6jl8DXIkYtM2aGq1HndVomyxa/JcXPYYV6lVIEHQyi+b8exfX8g== X-Received: by 10.129.109.12 with SMTP id i12mr11382378ywc.121.1465226471207; Mon, 06 Jun 2016 08:21:11 -0700 (PDT) Received: from jade.localdomain ([201.82.24.203]) by smtp.gmail.com with ESMTPSA id t65sm11808250ywg.21.2016.06.06.08.21.08 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 06 Jun 2016 08:21:09 -0700 (PDT) From: Gustavo Padovan To: Daniel Vetter Subject: [PATCH] Documentation: add fence-array to kernel DocBook Date: Mon, 6 Jun 2016 12:21:05 -0300 Message-Id: <1465226465-23683-1-git-send-email-gustavo@padovan.org> X-Mailer: git-send-email 2.5.5 Cc: =?UTF-8?q?Christian=20K=C3=B6nig?= , Gustavo Padovan , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Jonathan Corbet X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP From: Gustavo Padovan Include fence-array files in the DocBook. Signed-off-by: Gustavo Padovan --- This should go to drm-misc, as fence-array are only present there at the moment. --- Documentation/DocBook/device-drivers.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/DocBook/device-drivers.tmpl b/Documentation/DocBook/device-drivers.tmpl index de79efd..5744ec7 100644 --- a/Documentation/DocBook/device-drivers.tmpl +++ b/Documentation/DocBook/device-drivers.tmpl @@ -132,8 +132,10 @@ X!Edrivers/base/interface.c !Edrivers/dma-buf/dma-buf.c !Edrivers/dma-buf/fence.c !Edrivers/dma-buf/seqno-fence.c +!Edrivers/dma-buf/fence-array.c !Iinclude/linux/fence.h !Iinclude/linux/seqno-fence.h +!Iinclude/linux/fence-array.h !Edrivers/dma-buf/reservation.c !Iinclude/linux/reservation.h !Edrivers/dma-buf/sync_file.c