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=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 6AB2BC433ED for ; Fri, 16 Apr 2021 14:05:51 +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 9BB2061184 for ; Fri, 16 Apr 2021 14:05:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9BB2061184 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 E07996EA7D; Fri, 16 Apr 2021 14:05:49 +0000 (UTC) Received: from mail-oi1-x22b.google.com (mail-oi1-x22b.google.com [IPv6:2607:f8b0:4864:20::22b]) by gabe.freedesktop.org (Postfix) with ESMTPS id CFD776EB2F for ; Fri, 16 Apr 2021 14:05:48 +0000 (UTC) Received: by mail-oi1-x22b.google.com with SMTP id k25so27961247oic.4 for ; Fri, 16 Apr 2021 07:05:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=C+rlscYexZWyPJJB0luvYK5Jp5Lb4ntWaMwIlWDCxA8=; b=aqEUqE065VaA1LwsczKanpqB99xvbwu5/6XFHqu2VzFcLX9nLgtXhKEDAAh4z2Zgce 2NHFkJMnhfweDT1DiVO+L+AjT8k8iY3oN0Cq7tSl4EYoQgh0RfsI5Q0rZb8mVZUCpv4n JeCWkypP+8h7Sq2WLNafD2IQbHUkcC+ISkbW8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=C+rlscYexZWyPJJB0luvYK5Jp5Lb4ntWaMwIlWDCxA8=; b=osTOhGmUnyAYNsuYQ7yKvJft/vd8WkXsl+DI1d/b/jvwWtDw+kQblci7T/YzXfAd5m kZ4v9t9Jdq+4RPCLvK8DOo8Q7q9hRrLEM0/IPt+TyyO+uZ62RxXI8+LCRV47acUinbCN 3peXGZG/bYN2Xmy4/8Yl1tf9K/pYlkBGAKrE+ey4oLZWltIKmI0gBrrw5C3zrCs+8xLl dRNosVPrhND1VvWcwrP+KD+4DdTirGswm7LhcJJMpk2O6g26sppdR84P3btMT4vgguvj QOReRgWLxJilZ8G2JnH+MRY1b2SPPyBgRGA+KhaQE1HQda0ZWm1P8COS9/9VXtJWAtqh Pr5A== X-Gm-Message-State: AOAM5315SQW0/FkdWLaFDHROeZKVLq9lVcE+cUWrXPtuF8jOOFdnGcB+ VatIjdyCY7CWa6Z9yvCNTnRvAbLOMyqZFcCbCnZpiQ== X-Google-Smtp-Source: ABdhPJzsyoD8rSn82Wk4RELA4g8ccBTtnaaqGRscH6DkkkViY9/e2f1QiufuNIB2MrmlFZn/9lkjcERLEypc1ghcFXY= X-Received: by 2002:a05:6808:699:: with SMTP id k25mr1952151oig.101.1618581946705; Fri, 16 Apr 2021 07:05:46 -0700 (PDT) MIME-Version: 1.0 References: <20210416103718.460830-1-matthew.auld@intel.com> <20210416103718.460830-2-matthew.auld@intel.com> In-Reply-To: <20210416103718.460830-2-matthew.auld@intel.com> From: Daniel Vetter Date: Fri, 16 Apr 2021 16:05:35 +0200 Message-ID: Subject: Re: [PATCH 2/4] drm/doc: add section for driver uAPI To: Matthew Auld 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: Jordan Justen , intel-gfx , dri-devel , Kenneth Graunke , Jason Ekstrand , Mesa Dev , Daniel Vetter Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, Apr 16, 2021 at 12:37 PM Matthew Auld wrote: > > Add section for drm/i915 uAPI and pull in i915_drm.h. > > Suggested-by: Daniel Vetter > Signed-off-by: Matthew Auld > Cc: Joonas Lahtinen > Cc: Jordan Justen > Cc: Daniel Vetter > Cc: Kenneth Graunke > Cc: Jason Ekstrand > Cc: Dave Airlie > Cc: dri-devel@lists.freedesktop.org > Cc: mesa-dev@lists.freedesktop.org lgtm. Reviewed-by: Daniel Vetter > --- > Documentation/gpu/driver-uapi.rst | 8 ++++++++ > Documentation/gpu/index.rst | 1 + > 2 files changed, 9 insertions(+) > create mode 100644 Documentation/gpu/driver-uapi.rst > > diff --git a/Documentation/gpu/driver-uapi.rst b/Documentation/gpu/driver-uapi.rst > new file mode 100644 > index 000000000000..4411e6919a3d > --- /dev/null > +++ b/Documentation/gpu/driver-uapi.rst > @@ -0,0 +1,8 @@ > +=============== > +DRM Driver uAPI > +=============== > + > +drm/i915 uAPI > +============= > + > +.. kernel-doc:: include/uapi/drm/i915_drm.h > diff --git a/Documentation/gpu/index.rst b/Documentation/gpu/index.rst > index ec4bc72438e4..b9c1214d8f23 100644 > --- a/Documentation/gpu/index.rst > +++ b/Documentation/gpu/index.rst > @@ -10,6 +10,7 @@ Linux GPU Driver Developer's Guide > drm-kms > drm-kms-helpers > drm-uapi > + driver-uapi > drm-client > drivers > backlight > -- > 2.26.3 > -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel 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.6 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 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 F16DBC43460 for ; Fri, 16 Apr 2021 14:05:54 +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 80E4661184 for ; Fri, 16 Apr 2021 14:05:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 80E4661184 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ffwll.ch Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6A51F6EB2F; Fri, 16 Apr 2021 14:05:50 +0000 (UTC) Received: from mail-oi1-x22d.google.com (mail-oi1-x22d.google.com [IPv6:2607:f8b0:4864:20::22d]) by gabe.freedesktop.org (Postfix) with ESMTPS id C7C4B6EA7D for ; Fri, 16 Apr 2021 14:05:48 +0000 (UTC) Received: by mail-oi1-x22d.google.com with SMTP id b3so13173787oie.5 for ; Fri, 16 Apr 2021 07:05:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=C+rlscYexZWyPJJB0luvYK5Jp5Lb4ntWaMwIlWDCxA8=; b=aqEUqE065VaA1LwsczKanpqB99xvbwu5/6XFHqu2VzFcLX9nLgtXhKEDAAh4z2Zgce 2NHFkJMnhfweDT1DiVO+L+AjT8k8iY3oN0Cq7tSl4EYoQgh0RfsI5Q0rZb8mVZUCpv4n JeCWkypP+8h7Sq2WLNafD2IQbHUkcC+ISkbW8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=C+rlscYexZWyPJJB0luvYK5Jp5Lb4ntWaMwIlWDCxA8=; b=OTOfZwKSrdNIlAAEUHuHMcuHMwC2pywaVms5RMaXaTfkXKdqqGlpCjByVEti1K2eg4 OXS9qmfNXFIl7ptaXR7bEkirMISDLbsdOhs6SkgRcn8lNTLRwfL1NM/wUg3Ihva9FGd5 /80GpczgwpnNhc5LYvL+vZX6O5n/BIAaPZxnk54bYhMIZlwge92qSOQz3pdIKcmUTTVe yUAk+bgMRa6EEhiVgMKxgV/LhQO83Ls8mkuTzx6epikd41UHUzz7JvrSW73Q+gsGs/gv kvywbZ0bDBadMR8jIJ2p/rN2HDQUPorAlfUOEQJUJuydHRo/0gVb/AQJpJ+hBuGADig8 1i7Q== X-Gm-Message-State: AOAM532p6qaUsCXFzmzQDH1e4Iniv8vf8vJzFyPx4ckecYYxS4edmQoD 1nn7VnN5RyyuNxD5vwVP/dbpu0Rt+GIR+j0RCZhsxg== X-Google-Smtp-Source: ABdhPJzsyoD8rSn82Wk4RELA4g8ccBTtnaaqGRscH6DkkkViY9/e2f1QiufuNIB2MrmlFZn/9lkjcERLEypc1ghcFXY= X-Received: by 2002:a05:6808:699:: with SMTP id k25mr1952151oig.101.1618581946705; Fri, 16 Apr 2021 07:05:46 -0700 (PDT) MIME-Version: 1.0 References: <20210416103718.460830-1-matthew.auld@intel.com> <20210416103718.460830-2-matthew.auld@intel.com> In-Reply-To: <20210416103718.460830-2-matthew.auld@intel.com> From: Daniel Vetter Date: Fri, 16 Apr 2021 16:05:35 +0200 Message-ID: To: Matthew Auld Subject: Re: [Intel-gfx] [PATCH 2/4] drm/doc: add section for driver uAPI X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: intel-gfx , dri-devel , Kenneth Graunke , Mesa Dev , Daniel Vetter Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Fri, Apr 16, 2021 at 12:37 PM Matthew Auld wrote: > > Add section for drm/i915 uAPI and pull in i915_drm.h. > > Suggested-by: Daniel Vetter > Signed-off-by: Matthew Auld > Cc: Joonas Lahtinen > Cc: Jordan Justen > Cc: Daniel Vetter > Cc: Kenneth Graunke > Cc: Jason Ekstrand > Cc: Dave Airlie > Cc: dri-devel@lists.freedesktop.org > Cc: mesa-dev@lists.freedesktop.org lgtm. Reviewed-by: Daniel Vetter > --- > Documentation/gpu/driver-uapi.rst | 8 ++++++++ > Documentation/gpu/index.rst | 1 + > 2 files changed, 9 insertions(+) > create mode 100644 Documentation/gpu/driver-uapi.rst > > diff --git a/Documentation/gpu/driver-uapi.rst b/Documentation/gpu/driver-uapi.rst > new file mode 100644 > index 000000000000..4411e6919a3d > --- /dev/null > +++ b/Documentation/gpu/driver-uapi.rst > @@ -0,0 +1,8 @@ > +=============== > +DRM Driver uAPI > +=============== > + > +drm/i915 uAPI > +============= > + > +.. kernel-doc:: include/uapi/drm/i915_drm.h > diff --git a/Documentation/gpu/index.rst b/Documentation/gpu/index.rst > index ec4bc72438e4..b9c1214d8f23 100644 > --- a/Documentation/gpu/index.rst > +++ b/Documentation/gpu/index.rst > @@ -10,6 +10,7 @@ Linux GPU Driver Developer's Guide > drm-kms > drm-kms-helpers > drm-uapi > + driver-uapi > drm-client > drivers > backlight > -- > 2.26.3 > -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx