From patchwork Tue Oct 5 02:53:12 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 12535427 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 26464C433FE for ; Tue, 5 Oct 2021 02:53:20 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 53087615E4 for ; Tue, 5 Oct 2021 02:53:19 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 53087615E4 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 246B96EB25; Tue, 5 Oct 2021 02:53:18 +0000 (UTC) Received: from bombadil.infradead.org (unknown [IPv6:2607:7c80:54:e::133]) by gabe.freedesktop.org (Postfix) with ESMTPS id DC4A86EB25 for ; Tue, 5 Oct 2021 02:53:17 +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=dHO9VUU6KIilj0lSjEjuS5kklUS8u1rXgZVZwATXFzM=; b=QXLvtliynWfXMR/PiV+6HOZMjx 0nBWYBFXB5Y2soBGHToXqbW5uh98LkNpW57bfqX9Zts2qzwcmfHOEvnxxhaXAhv76f9B6aoJyTEHo GOgGSbOaLwzzmNVYcrZMeBzFKca5TV+fqJiHm2hK2U4Ff7Eu+bMcwxmXAxSF0BfnxdJME/mSavCTy IXWwk3t2aXBRpEqs8UV527apYxrFErCoIB7sYBglSWB6OZdwKxIzY0vTZJ+hiv3bA36UQrcTqiaDo nAFNGE4+T9Jxr7OuUMhn/gU7qNN+huubBAbyFhHBC55OBQnrTEgdX4MMJEv/jo2XYJyk6dPcgTpy+ HkKVJTCw==; Received: from [2601:1c0:6280:3f0::aa0b] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1mXaZt-008jNR-OF; Tue, 05 Oct 2021 02:53:13 +0000 From: Randy Dunlap To: Cc: Randy Dunlap , Thomas Zimmermann , Sam Ravnborg , dri-devel@lists.freedesktop.org, Jonathan Corbet , linux-doc@vger.kernel.org, David Airlie , Daniel Vetter Subject: [PATCH] DRM: delete DRM IRQ legacy midlayer docs Date: Mon, 4 Oct 2021 19:53:12 -0700 Message-Id: <20211005025312.20913-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.31.1 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" Remove documentation associated with the removal of the DRM IRQ legacy midlayer. Eliminates these documentation warnings: ../drivers/gpu/drm/drm_irq.c:1: warning: 'irq helpers' not found ../drivers/gpu/drm/drm_irq.c:1: warning: no structured comments found Fixes: c1736b9008cb ("drm: IRQ midlayer is now legacy") Signed-off-by: Randy Dunlap Cc: Thomas Zimmermann Cc: Sam Ravnborg Cc: dri-devel@lists.freedesktop.org Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: David Airlie Cc: Daniel Vetter --- Documentation/gpu/drm-internals.rst | 9 --------- 1 file changed, 9 deletions(-) --- lnx-515-rc4.orig/Documentation/gpu/drm-internals.rst +++ lnx-515-rc4/Documentation/gpu/drm-internals.rst @@ -111,15 +111,6 @@ Component Helper Usage .. kernel-doc:: drivers/gpu/drm/drm_drv.c :doc: component helper usage recommendations -IRQ Helper Library -~~~~~~~~~~~~~~~~~~ - -.. kernel-doc:: drivers/gpu/drm/drm_irq.c - :doc: irq helpers - -.. kernel-doc:: drivers/gpu/drm/drm_irq.c - :export: - Memory Manager Initialization ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~