From patchwork Tue Jun 12 11:18:30 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 10460081 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 5740160348 for ; Tue, 12 Jun 2018 11:18:47 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 32CF522A6B for ; Tue, 12 Jun 2018 11:18:47 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 27C8925F31; Tue, 12 Jun 2018 11:18:47 +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 304B026E4A for ; Tue, 12 Jun 2018 11:18:46 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4DA668893B; Tue, 12 Jun 2018 11:18:42 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from lb3-smtp-cloud9.xs4all.net (lb3-smtp-cloud9.xs4all.net [194.109.24.30]) by gabe.freedesktop.org (Postfix) with ESMTPS id 23DBE6E49E for ; Tue, 12 Jun 2018 11:18:36 +0000 (UTC) Received: from marune.fritz.box ([IPv6:2001:983:e9a7:1:5839:ca32:cf14:dfd0]) by smtp-cloud9.xs4all.net with ESMTPA id ShJnfGj2UtPPeShJrfKTSJ; Tue, 12 Jun 2018 13:18:35 +0200 From: Hans Verkuil To: linux-media@vger.kernel.org Subject: [PATCHv6 2/3] drm-kms-helpers.rst: document the DP CEC helpers Date: Tue, 12 Jun 2018 13:18:30 +0200 Message-Id: <20180612111831.58210-3-hverkuil@xs4all.nl> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180612111831.58210-1-hverkuil@xs4all.nl> References: <20180612111831.58210-1-hverkuil@xs4all.nl> X-CMAE-Envelope: MS4wfIdoZXb0R9NoxYVuvl7fP61UGMrCQrHjGKvf0023TTAGIf2ymsPcLHkZrsu2POAYuC5KxRb2lHUP6UxqKKNoCUwTsTJRK+9/p0MjuaXo7u+MM1RAJS9N ZvaTSO01ZIlQo2fjwGhKugy/Uj51Yo2gyWbUiS56emffx55RY4/A3v4vd4vISi30OSZ+uuqCMOfr+g3dGvYNdDFUGne5r6xnYtajqCkLvdfTBk/dbtFVXW6J 73tJbhg2pt24+1M8bHJf3oJIPvRDyQAs7saCDbxKOIS9z0nPdg/hy9SFnMncAL6PnyU1Bi/rlzxi+za4iYcMkSH7IVNzPRvFv+4Iylk6Xng8gdbsmZGDhFut vyg9e6V6sFwmUZ+IXmtPG0B3xn22jDYz2x4bFR86rTUbj2pzj2p48xeEJFt8v48VPBD+TPWY7g1WOhFJTKWNgGDTEFKxSw== X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Carlos Santa , Daniel Vetter , dri-devel@lists.freedesktop.org, Hans Verkuil MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP From: Hans Verkuil Document the Display Port CEC helper functions. Signed-off-by: Hans Verkuil --- 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 =========================================================