From patchwork Mon Jan 13 09:26:07 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 13936999 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 5610BE7719F for ; Mon, 13 Jan 2025 09:26:23 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CAA5D10E5DD; Mon, 13 Jan 2025 09:26:22 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="WEWtRteg"; dkim-atps=neutral Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id EB2C410E5DE for ; Mon, 13 Jan 2025 09:26:21 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 8C8845C53CE; Mon, 13 Jan 2025 09:25:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C966CC4CEE1; Mon, 13 Jan 2025 09:26:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1736760381; bh=9JhhK71wwiHcLFBErXxQpCIOlUAopR3tZpNzTbm0CgI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=WEWtRtegaUWM4Xp4VwBmtOAhOwqapTTSL8DrQFPJT5gF3PMVH7ff8IvlehsNVCIEi yquX+v6hHsHR66q73O89TkGVkTa0v201fle/NyWpgRi+csPsbGOzVqKU/MgbP4Kv0Y M5ixAwqjQlU4bgsxezOsiTfH7+ug0teLU7ZjgtQ9CrQg8Mf5ASaqESFsU48N5J1VYG 3xoj/UcquPfV9L9OiaZu7vkJ6kAbc6YGFsfIezpvCVRjIakLyn0TUWNMpl89ZJVX4b ydfy9lgARJ+SpT0PDBXJJVvQH/oVa6deSJl199BnorJLlMXKQbE7frHp9HbrN7Uong YmNDQvtfmmTww== From: Maxime Ripard To: Jonathan Corbet , Tejun Heo , Johannes Weiner , =?utf-8?q?Michal_Koutn=C3=BD?= , Simona Vetter , David Airlie Cc: Maarten Lankhorst , Thomas Zimmermann , Maxime Ripard , dri-devel@lists.freedesktop.org, linux-doc@vger.kernel.org, cgroups@vger.kernel.org, Stephen Rothwell Subject: [PATCH 3/4] drm/doc: Include new drm-compute documentation Date: Mon, 13 Jan 2025 10:26:07 +0100 Message-ID: <20250113092608.1349287-3-mripard@kernel.org> X-Mailer: git-send-email 2.47.1 In-Reply-To: <20250113092608.1349287-1-mripard@kernel.org> References: <20250113092608.1349287-1-mripard@kernel.org> MIME-Version: 1.0 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Commit b168ed458dde ("kernel/cgroup: Add "dmem" memory accounting cgroup") introduced a new documentation file, but didn't link it anywhere. It was thus triggering a documentation build warning. Make sure it's included as part of the DRM documentation. Fixes: b168ed458dde ("kernel/cgroup: Add "dmem" memory accounting cgroup") Reported-by: Stephen Rothwell Closes: https://lore.kernel.org/r/20250113155000.4a99e7b0@canb.auug.org.au/ Signed-off-by: Maxime Ripard --- Documentation/gpu/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/gpu/index.rst b/Documentation/gpu/index.rst index 37e383ccf73f..7dcb15850afd 100644 --- a/Documentation/gpu/index.rst +++ b/Documentation/gpu/index.rst @@ -11,10 +11,11 @@ GPU Driver Developer's Guide drm-kms-helpers drm-uapi drm-usage-stats driver-uapi drm-client + drm-compute drivers backlight vga-switcheroo vgaarbiter automated_testing