From patchwork Thu Oct 17 02:43:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 13839339 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 4D0C8D2F7E1 for ; Thu, 17 Oct 2024 02:43:11 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7D3BC10E785; Thu, 17 Oct 2024 02:43:10 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=infradead.org header.i=@infradead.org header.b="iYAWEXSC"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) by gabe.freedesktop.org (Postfix) with ESMTPS id D531F10E785 for ; Thu, 17 Oct 2024 02:43:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=kegHJLpQz6vdtwsFfnK7vEYWeG6yPEw7RqtmTwSUv7c=; b=iYAWEXSCoRNt6tGqkYRCjxbqp8 o6c90oEVdp54y+tfoMj9i0GBrOg+f5KIfqeHXknE+ZAtAB9OsyI5ITPBx6ZyxWtEkenRwH0PVowuS R1osB3kwRTIp4ZLrUHWH+uSR8J3xQzKe3ouRE8p/JVB0KWJDoMR20QhSAmD+Fo6jAByQxoboz9XSb +LlPeMGSbooUhfCH9YWb6yV7dPzuXIaHiCRHLVUD2kkQvK2Zeb7ZU/i9OIkY0umzZbwwuwEDr4Dpy 2KtGdKYOUq0Sys513id/J8q1RatPK6qgUSC5mWhofZt4ws6Dwm0FakdhtbajiqNrDhHboW4ItSwNQ UnaywK9g==; Received: from [50.53.2.24] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.98 #2 (Red Hat Linux)) id 1t1GTi-0000000DZmR-092C; Thu, 17 Oct 2024 02:43:06 +0000 From: Randy Dunlap To: dri-devel@lists.freedesktop.org Cc: patches@lists.linux.dev, Randy Dunlap , Stephen Rothwell , David Airlie , Simona Vetter , Thomas Zimmermann Subject: [PATCH] >>>>>>>>>>>>>>>>>>>>>>> FIXME <<<<<<<<<<<<<<<<<<<<<< Date: Wed, 16 Oct 2024 19:43:05 -0700 Message-ID: <20241017024305.61318-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.47.0 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" drivers/gpu/drm/drm_fbdev_dma.c:1: warning: no structured comments found drivers/gpu/drm/drm_fbdev_shmem.c:1: warning: no structured comments found drivers/gpu/drm/drm_fbdev_ttm.c:1: warning: no structured comments found Fixes: 731fddf4302e ("drm/fbdev-dma: Remove obsolete setup function") Signed-off-by: Randy Dunlap Reported-by: Stephen Rothwell Cc: David Airlie Cc: Simona Vetter Cc: Thomas Zimmermann Cc: dri-devel@lists.freedesktop.org --- Documentation/gpu/drm-kms-helpers.rst | 9 --------- 1 file changed, 9 deletions(-) --- linux-next-20241016.orig/Documentation/gpu/drm-kms-helpers.rst +++ linux-next-20241016/Documentation/gpu/drm-kms-helpers.rst @@ -110,15 +110,6 @@ fbdev Helper Functions Reference .. kernel-doc:: drivers/gpu/drm/drm_fb_helper.c :doc: fbdev helpers -.. kernel-doc:: drivers/gpu/drm/drm_fbdev_dma.c - :export: - -.. kernel-doc:: drivers/gpu/drm/drm_fbdev_shmem.c - :export: - -.. kernel-doc:: drivers/gpu/drm/drm_fbdev_ttm.c - :export: - .. kernel-doc:: include/drm/drm_fb_helper.h :internal: