From patchwork Wed Jul 11 13:29:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 10519763 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id C2E7D6054E for ; Wed, 11 Jul 2018 13:29:13 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BBBD52901A for ; Wed, 11 Jul 2018 13:29:13 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B00BA29027; Wed, 11 Jul 2018 13:29:13 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00, MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 5CE762901A for ; Wed, 11 Jul 2018 13:29:13 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B7B106E23E; Wed, 11 Jul 2018 13:29:12 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from lb2-smtp-cloud9.xs4all.net (lb2-smtp-cloud9.xs4all.net [194.109.24.26]) by gabe.freedesktop.org (Postfix) with ESMTPS id D9FD96E23E; Wed, 11 Jul 2018 13:29:11 +0000 (UTC) Received: from marune.fritz.box ([IPv6:2001:983:e9a7:1:6552:dbd8:563d:1905]) by smtp-cloud9.xs4all.net with ESMTPA id dFB7flt35EJtcdFB8fYg7K; Wed, 11 Jul 2018 15:29:10 +0200 From: Hans Verkuil To: linux-media@vger.kernel.org Date: Wed, 11 Jul 2018 15:29:08 +0200 Message-Id: <20180711132909.25409-3-hverkuil@xs4all.nl> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180711132909.25409-1-hverkuil@xs4all.nl> References: <20180711132909.25409-1-hverkuil@xs4all.nl> MIME-Version: 1.0 X-CMAE-Envelope: MS4wfIeTmnCtKwoUEKTWU5dnCAfSBe9oeVyK10g5tYx5kaQ6Pd8E8/MkZU2BgOBPknakxKbt97EvkVvtyq8EaGwrLXNWqV6FosfgAg2rIU6gqOFLmns4ByC+ 1b6yAuunMYlaLMGBuLwbN84t7IVPmgWEjKDOrJ5R6qKVOJkuJeiYfsE8OAMVVnouLNrA7IS1uMSoxOYQoNEC0zG3nCgFUVbJF36yElkRmTKYgHNBCPaBy6pk ejbP644F78KOg5rGgL3CHI9xTSXLqlOys2N3pZRDYYdE4qYjgy3U3M3fSY8iglfXzjaNcoDGJ0slm0SVAhO3icfyLubo/PzkCO1nImOd9BD3hxpgjm9aQZl5 aHrHVZ5QDndcuf7Az0698Bwbn7QijkvOgI8DasWzmIoTcNbbrSdOruHRAHGObNJiN/PFhbab Subject: [Intel-gfx] [PATCHv10 2/3] drm-kms-helpers.rst: document the DP CEC helpers X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: daniel.vetter@ffwll.ch, intel-gfx@lists.freedesktop.org, Hans Verkuil , dri-devel@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Virus-Scanned: ClamAV using ClamSMTP From: Hans Verkuil Document the Display Port CEC helper functions. Signed-off-by: Hans Verkuil Reviewed-by: Ville Syrjälä --- Documentation/gpu/drm-kms-helpers.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Documentation/gpu/drm-kms-helpers.rst b/Documentation/gpu/drm-kms-helpers.rst index e37557b30f62..62de583e9efe 100644 --- a/Documentation/gpu/drm-kms-helpers.rst +++ b/Documentation/gpu/drm-kms-helpers.rst @@ -169,6 +169,15 @@ Display Port Helper Functions Reference .. kernel-doc:: drivers/gpu/drm/drm_dp_helper.c :export: +Display Port CEC Helper Functions Reference +=========================================== + +.. kernel-doc:: drivers/gpu/drm/drm_dp_cec.c + :doc: dp cec helpers + +.. kernel-doc:: drivers/gpu/drm/drm_dp_cec.c + :export: + Display Port Dual Mode Adaptor Helper Functions Reference =========================================================