From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0C314C7EE23 for ; Sat, 25 Feb 2023 07:29:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229504AbjBYH3E (ORCPT ); Sat, 25 Feb 2023 02:29:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32922 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229476AbjBYH3D (ORCPT ); Sat, 25 Feb 2023 02:29:03 -0500 Received: from h7.fbrelay.privateemail.com (h7.fbrelay.privateemail.com [162.0.218.230]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3835418B0B; Fri, 24 Feb 2023 23:29:02 -0800 (PST) Received: from MTA-08-3.privateemail.com (unknown [198.54.122.141]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by h7.fbrelay.privateemail.com (Postfix) with ESMTPS id 51728601CB; Sat, 25 Feb 2023 02:29:00 -0500 (EST) Received: from mta-08.privateemail.com (localhost [127.0.0.1]) by mta-08.privateemail.com (Postfix) with ESMTP id 1477518000A2; Sat, 25 Feb 2023 02:28:58 -0500 (EST) Received: from localhost.localdomain (cpe-66-66-66-125.rochester.res.rr.com [66.66.66.125]) by mta-08.privateemail.com (Postfix) with ESMTPA id B8BE418000A0; Sat, 25 Feb 2023 02:28:46 -0500 (EST) From: Dylan Le To: David Airlie , Daniel Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Jonathan Corbet Cc: Dylan Le , dri-devel@lists.freedesktop.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Shuah Khan Subject: [PATCH v2 0/1] Documentation: gpu: add acceleration node section Date: Sat, 25 Feb 2023 07:28:33 +0000 Message-Id: X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Hi everyone, There is a missing section of GPU documentation on Acceleration Nodes. This patch adds a stubbed section to be filled in. I was able to render the new section as a PDF. make SPHINXDIRS="gpu/" pdfdocs Changes since v1: - Comments from Bagas. Change from note admonition to generic admonition Dylan Le (1): Documentation: gpu: add acceleration node section Documentation/gpu/drm-uapi.rst | 9 +++++++++ 1 file changed, 9 insertions(+) Thanks. -- 2.30.2 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 85B6DC64EC7 for ; Sat, 25 Feb 2023 10:10:27 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D5D2F10E122; Sat, 25 Feb 2023 10:10:11 +0000 (UTC) Received: from h5.fbrelay.privateemail.com (h5.fbrelay.privateemail.com [162.0.218.228]) by gabe.freedesktop.org (Postfix) with ESMTPS id 364B010E0F6 for ; Sat, 25 Feb 2023 07:29:02 +0000 (UTC) Received: from MTA-08-3.privateemail.com (unknown [198.54.122.141]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by h5.fbrelay.privateemail.com (Postfix) with ESMTPS id 345D460149 for ; Sat, 25 Feb 2023 07:29:00 +0000 (UTC) Received: from mta-08.privateemail.com (localhost [127.0.0.1]) by mta-08.privateemail.com (Postfix) with ESMTP id 1477518000A2; Sat, 25 Feb 2023 02:28:58 -0500 (EST) Received: from localhost.localdomain (cpe-66-66-66-125.rochester.res.rr.com [66.66.66.125]) by mta-08.privateemail.com (Postfix) with ESMTPA id B8BE418000A0; Sat, 25 Feb 2023 02:28:46 -0500 (EST) From: Dylan Le To: David Airlie , Daniel Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Jonathan Corbet Subject: [PATCH v2 0/1] Documentation: gpu: add acceleration node section Date: Sat, 25 Feb 2023 07:28:33 +0000 Message-Id: X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP X-Mailman-Approved-At: Sat, 25 Feb 2023 10:10:08 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Dylan Le , Shuah Khan , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-doc@vger.kernel.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi everyone, There is a missing section of GPU documentation on Acceleration Nodes. This patch adds a stubbed section to be filled in. I was able to render the new section as a PDF. make SPHINXDIRS="gpu/" pdfdocs Changes since v1: - Comments from Bagas. Change from note admonition to generic admonition Dylan Le (1): Documentation: gpu: add acceleration node section Documentation/gpu/drm-uapi.rst | 9 +++++++++ 1 file changed, 9 insertions(+) Thanks. -- 2.30.2