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 DE227C433F5 for ; Tue, 11 Jan 2022 21:12:02 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id ED64210E38D; Tue, 11 Jan 2022 21:12:01 +0000 (UTC) Received: from mail-wr1-x42e.google.com (mail-wr1-x42e.google.com [IPv6:2a00:1450:4864:20::42e]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0105E10E45A for ; Tue, 11 Jan 2022 21:11:59 +0000 (UTC) Received: by mail-wr1-x42e.google.com with SMTP id a5so565290wrh.5 for ; Tue, 11 Jan 2022 13:11:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=2/9bRBuKz2DFJdR8uWugFKUUoxgtrd0TGMh5j7M2oHA=; b=GZ/TTMqplqsPO89lCvhQQA6UQuN/c18AygMUQd75PIAQn0vFpYmKW10t/NEGzo9CUP 3D+MT1XjNONe0NClkpV079yUvtYjLbRjQebGAXfvQQykL0Tx3fKyGDhk6Mn7Yid1QPLu 11jMNndgyWeC7R4ibehnnPlDUaA3TO7oRwq5c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=2/9bRBuKz2DFJdR8uWugFKUUoxgtrd0TGMh5j7M2oHA=; b=uQhfjwv7KnI/DKZIWfIZTx8UWxDFI2USqUyFzisLEy90Awkof/PXzdn7nlS6rS1Ajh L5ePpFhrXz/JZiQq3U39gU0EOzEgBBgn7qUEmQWaPkDd/VWSwhwiDkKtZcjV0rGEOvr0 fEO6G3ehuDf68eacpTS7yogV1MvFMNTKT8ju/n3qfJotluo5/qt+MjfDP1kzGvRVgF86 E1gr+9/fop94l5cdgxsZD2eRhiG52/fT715h8uAyCXfgqrHjkMpwjeOeqxu8/QdHvX0O k0AmM0z9eRJDGr0ZLrjp1AMQuUfr5KMm/ZbUfHbwwtKO3zNT9QCKx7H+DkgfhIRu85tH crng== X-Gm-Message-State: AOAM532/vraivGBkw/HeDdN8djNAAQXPwRkrb23Vq9fcS65oNh7d7zYE 9OhezexVXw2SLaFvsNjH+z5ldA== X-Google-Smtp-Source: ABdhPJzzV/FH0VXTa7ZCIN/IEQB8f4qax6iFyVI1es9RQTWH+dmWmNwQQvAAc7v3ffiQ7KM8BzQF9A== X-Received: by 2002:adf:f5ca:: with SMTP id k10mr5590643wrp.36.1641935518467; Tue, 11 Jan 2022 13:11:58 -0800 (PST) Received: from phenom.ffwll.local ([2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa]) by smtp.gmail.com with ESMTPSA id x8sm6408634wru.102.2022.01.11.13.11.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 11 Jan 2022 13:11:57 -0800 (PST) Date: Tue, 11 Jan 2022 22:11:56 +0100 From: Daniel Vetter To: Laurent Pinchart Subject: Re: [PATCH] drm/doc: overview before functions for drm_writeback.c Message-ID: References: <20220111202714.1128406-1-daniel.vetter@ffwll.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: Linux phenom 5.10.0-8-amd64 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: Daniel Vetter , Liviu Dudau , DRI Development , Daniel Vetter , Sam Ravnborg Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Tue, Jan 11, 2022 at 10:35:22PM +0200, Laurent Pinchart wrote: > Hi Dan, > > Thank you for the patch. > > On Tue, Jan 11, 2022 at 09:27:14PM +0100, Daniel Vetter wrote: > > Otherwise it's really hard to link to that, which I realized when I > > wanted to link to the property definitions for a question on irc. > > > > Fix it. > > > > Fixes: e2d7fc20b3e2 ("drm/writeback: wire drm_writeback.h to kernel-doc") > > Cc: Sam Ravnborg > > Cc: Daniel Vetter > > Cc: Laurent Pinchart > > Cc: Brian Starkey > > Cc: Liviu Dudau > > Signed-off-by: Daniel Vetter > > Reviewed-by: Laurent Pinchart Thanks for the quick rb, patch pushed. -Daniel > > > --- > > Documentation/gpu/drm-kms.rst | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/Documentation/gpu/drm-kms.rst b/Documentation/gpu/drm-kms.rst > > index d14bf1c35d7e..6f9c064fd323 100644 > > --- a/Documentation/gpu/drm-kms.rst > > +++ b/Documentation/gpu/drm-kms.rst > > @@ -423,12 +423,12 @@ Connector Functions Reference > > Writeback Connectors > > -------------------- > > > > -.. kernel-doc:: include/drm/drm_writeback.h > > - :internal: > > - > > .. kernel-doc:: drivers/gpu/drm/drm_writeback.c > > :doc: overview > > > > +.. kernel-doc:: include/drm/drm_writeback.h > > + :internal: > > + > > .. kernel-doc:: drivers/gpu/drm/drm_writeback.c > > :export: > > > > -- > Regards, > > Laurent Pinchart -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch