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 X-Spam-Level: X-Spam-Status: No, score=-15.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B4CC8C47078 for ; Fri, 21 May 2021 15:27:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8A63760698 for ; Fri, 21 May 2021 15:27:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237442AbhEUP2d (ORCPT ); Fri, 21 May 2021 11:28:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54720 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234799AbhEUP2c (ORCPT ); Fri, 21 May 2021 11:28:32 -0400 Received: from mail-wr1-x42f.google.com (mail-wr1-x42f.google.com [IPv6:2a00:1450:4864:20::42f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 606EFC061574 for ; Fri, 21 May 2021 08:27:09 -0700 (PDT) Received: by mail-wr1-x42f.google.com with SMTP id r12so21473180wrp.1 for ; Fri, 21 May 2021 08:27:09 -0700 (PDT) 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:content-transfer-encoding:in-reply-to; bh=ZVSedFrP+0tpxLZ8F7Yf3PCmIz+TOL1d4BZ3SCIGqFE=; b=P2NuhRay4VNswk6R+Mre8cDLI1JTeYXs84jE3PUeuJ9FEjGEy44+eU3AsPhsymn0Y1 b32L5+CXT9AlhdAFPHq0dTdVjFREUTaNPlay2EoCyebUZE7mS2xazPPpTsLDNYWPZP0c fVdScbzLPZLzwbByZaWmThuHDrIQDGkbZ3bbY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=ZVSedFrP+0tpxLZ8F7Yf3PCmIz+TOL1d4BZ3SCIGqFE=; b=aVpxSwTJeygRrV7eKuJIK2yFjrhMp4M+WvbeZePjBZVb1k9Khh4Gh1A230hyVE8lJG IH0XtTRZrHYl6+c2Rt3CQB+1RcfIjiun/5HdXHFNyZgcX6rnbozVzRvWYnBri91h6ImQ MYDBbGwaPIYSRBV7quBbOnJ9BUwwDXZmequgJccLJz0FS41xbab+KyL22y2kZTS4SmH1 W51OuQ15RBPM16nMbZEznIU+UILqfGENMCqMsqnkJn67W0nMZ2zMLqsvtxezA7+KPh0m V7GamoVLxL9Hfg/xJR83UhKzXf1WslcD9khZqoXFtRZSjoEXE7QOnIEHEG7Z7XL81MqU CA7Q== X-Gm-Message-State: AOAM530yISMdkYo28TTUQdeT6mYJ4xOQb82Mg9S9WkjYr92ZlVkt0RRQ n4yr8lHV2WCFJQ2/Q6bxzg1Y8w== X-Google-Smtp-Source: ABdhPJxp5JhtTYd5Eu2lgi4XdHMzE1uuhrrmpFYMpAYZzEYZ74t1J5SVaMxTD3OGi8zkWgSqYJrzZw== X-Received: by 2002:adf:e50c:: with SMTP id j12mr10249245wrm.418.1621610828056; Fri, 21 May 2021 08:27:08 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa]) by smtp.gmail.com with ESMTPSA id m7sm2487624wrv.35.2021.05.21.08.27.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 21 May 2021 08:27:07 -0700 (PDT) Date: Fri, 21 May 2021 17:27:05 +0200 From: Daniel Vetter To: Christian =?iso-8859-1?Q?K=F6nig?= Cc: Daniel Vetter , DRI Development , Daniel Vetter , Sumit Semwal , linux-media@vger.kernel.org, linaro-mm-sig@lists.linaro.org Subject: Re: [PATCH] drm/doc: Includ fence chain api Message-ID: References: <20210521082457.1656333-1-daniel.vetter@ffwll.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Operating-System: Linux phenom 5.10.32scarlett+ Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org On Fri, May 21, 2021 at 10:26:28AM +0200, Christian König wrote: > Am 21.05.21 um 10:24 schrieb Daniel Vetter: > > We have this nice kerneldoc, but forgot to include it. > > Well I didn't forgot it, I just didn't had time to double check that it is > bug free :) It does seem to generate decent looking output and no new warnings. > > > > Signed-off-by: Daniel Vetter > > Cc: Sumit Semwal > > Cc: "Christian König" > > Cc: linux-media@vger.kernel.org > > Cc: linaro-mm-sig@lists.linaro.org > > Reviewed-by: Christian König Thanks for taking a look, applied to drm-misc-next. -Daniel > > > --- > > Documentation/driver-api/dma-buf.rst | 9 +++++++++ > > 1 file changed, 9 insertions(+) > > > > diff --git a/Documentation/driver-api/dma-buf.rst b/Documentation/driver-api/dma-buf.rst > > index 7f37ec30d9fd..7f21425d9435 100644 > > --- a/Documentation/driver-api/dma-buf.rst > > +++ b/Documentation/driver-api/dma-buf.rst > > @@ -178,6 +178,15 @@ DMA Fence Array > > .. kernel-doc:: include/linux/dma-fence-array.h > > :internal: > > +DMA Fence Chain > > +~~~~~~~~~~~~~~~ > > + > > +.. kernel-doc:: drivers/dma-buf/dma-fence-chain.c > > + :export: > > + > > +.. kernel-doc:: include/linux/dma-fence-chain.h > > + :internal: > > + > > DMA Fence uABI/Sync File > > ~~~~~~~~~~~~~~~~~~~~~~~~ > -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch 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 X-Spam-Level: X-Spam-Status: No, score=-13.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8FAF5C4707C for ; Fri, 21 May 2021 15:27:12 +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 255E7613CC for ; Fri, 21 May 2021 15:27:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 255E7613CC Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ffwll.ch Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5A6DC6E0E3; Fri, 21 May 2021 15:27:11 +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 58EFE6E0E3 for ; Fri, 21 May 2021 15:27:09 +0000 (UTC) Received: by mail-wr1-x42e.google.com with SMTP id j14so19725817wrq.5 for ; Fri, 21 May 2021 08:27:09 -0700 (PDT) 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:content-transfer-encoding:in-reply-to; bh=ZVSedFrP+0tpxLZ8F7Yf3PCmIz+TOL1d4BZ3SCIGqFE=; b=P2NuhRay4VNswk6R+Mre8cDLI1JTeYXs84jE3PUeuJ9FEjGEy44+eU3AsPhsymn0Y1 b32L5+CXT9AlhdAFPHq0dTdVjFREUTaNPlay2EoCyebUZE7mS2xazPPpTsLDNYWPZP0c fVdScbzLPZLzwbByZaWmThuHDrIQDGkbZ3bbY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=ZVSedFrP+0tpxLZ8F7Yf3PCmIz+TOL1d4BZ3SCIGqFE=; b=SlSGYyHtCbpygvauIwdjfpznoK/IJw5MZ+l3hXupBOcQqprTIIkNhkSO3EhMX/6+3b IpTId5iQdIvl5MzrW69oEsR1XHrsZz+wNa7jv5G2a6OuUwNfTUVkcEdnsyUoDNHI1xSF wseoceU9yvE1u2GtkwvYC9hO40YoiJZ1EiCvdqi2HhOvSriBZ0MWAlZYLp1ZqDp1EuNF uTwQ4j97p2QG71DnnQEf0wA1w3ofZL9qMlGZVeGkIP6KDjKDpWuOjHVcR0jX4uFIrC58 TfbAprH3oXyEOesb2ncjY3kguGd+mAhtvzsHkN4Fe+o0mbIQgaBMy19l0vbLuYJy6EZw nttA== X-Gm-Message-State: AOAM530z84sU05EeGM/sv8Na4Yk/u6YONwX3xn0nk3vGKTtZJoKjLnf8 59IrDc05Cgo3raUjsy/rIgWajw== X-Google-Smtp-Source: ABdhPJxp5JhtTYd5Eu2lgi4XdHMzE1uuhrrmpFYMpAYZzEYZ74t1J5SVaMxTD3OGi8zkWgSqYJrzZw== X-Received: by 2002:adf:e50c:: with SMTP id j12mr10249245wrm.418.1621610828056; Fri, 21 May 2021 08:27:08 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa]) by smtp.gmail.com with ESMTPSA id m7sm2487624wrv.35.2021.05.21.08.27.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 21 May 2021 08:27:07 -0700 (PDT) Date: Fri, 21 May 2021 17:27:05 +0200 From: Daniel Vetter To: Christian =?iso-8859-1?Q?K=F6nig?= Subject: Re: [PATCH] drm/doc: Includ fence chain api Message-ID: References: <20210521082457.1656333-1-daniel.vetter@ffwll.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Operating-System: Linux phenom 5.10.32scarlett+ 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 , DRI Development , linaro-mm-sig@lists.linaro.org, Daniel Vetter , linux-media@vger.kernel.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, May 21, 2021 at 10:26:28AM +0200, Christian König wrote: > Am 21.05.21 um 10:24 schrieb Daniel Vetter: > > We have this nice kerneldoc, but forgot to include it. > > Well I didn't forgot it, I just didn't had time to double check that it is > bug free :) It does seem to generate decent looking output and no new warnings. > > > > Signed-off-by: Daniel Vetter > > Cc: Sumit Semwal > > Cc: "Christian König" > > Cc: linux-media@vger.kernel.org > > Cc: linaro-mm-sig@lists.linaro.org > > Reviewed-by: Christian König Thanks for taking a look, applied to drm-misc-next. -Daniel > > > --- > > Documentation/driver-api/dma-buf.rst | 9 +++++++++ > > 1 file changed, 9 insertions(+) > > > > diff --git a/Documentation/driver-api/dma-buf.rst b/Documentation/driver-api/dma-buf.rst > > index 7f37ec30d9fd..7f21425d9435 100644 > > --- a/Documentation/driver-api/dma-buf.rst > > +++ b/Documentation/driver-api/dma-buf.rst > > @@ -178,6 +178,15 @@ DMA Fence Array > > .. kernel-doc:: include/linux/dma-fence-array.h > > :internal: > > +DMA Fence Chain > > +~~~~~~~~~~~~~~~ > > + > > +.. kernel-doc:: drivers/dma-buf/dma-fence-chain.c > > + :export: > > + > > +.. kernel-doc:: include/linux/dma-fence-chain.h > > + :internal: > > + > > DMA Fence uABI/Sync File > > ~~~~~~~~~~~~~~~~~~~~~~~~ > -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch