From patchwork Mon Sep 11 11:25:46 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 9947217 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 11CC76024A for ; Mon, 11 Sep 2017 11:26:02 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0DCC528B99 for ; Mon, 11 Sep 2017 11:26:02 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 02BF528B9F; Mon, 11 Sep 2017 11:26:01 +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=-4.2 required=2.0 tests=BAYES_00, 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 9CC2228B9D for ; Mon, 11 Sep 2017 11:26:00 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CF8E46E390; Mon, 11 Sep 2017 11:25:55 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from lb2-smtp-cloud7.xs4all.net (lb2-smtp-cloud7.xs4all.net [194.109.24.28]) by gabe.freedesktop.org (Postfix) with ESMTPS id 007556E38B for ; Mon, 11 Sep 2017 11:25:53 +0000 (UTC) Received: from tschai.fritz.box ([212.251.195.8]) by smtp-cloud7.xs4all.net with ESMTPA id rMqZdJ0j1b2snrMqdd7TKK; Mon, 11 Sep 2017 13:25:52 +0200 From: Hans Verkuil To: linux-media@vger.kernel.org Subject: [PATCHv3 2/3] drm-kms-helpers.rst: document the DP CEC helpers Date: Mon, 11 Sep 2017 13:25:46 +0200 Message-Id: <20170911112547.7133-3-hverkuil@xs4all.nl> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20170911112547.7133-1-hverkuil@xs4all.nl> References: <20170911112547.7133-1-hverkuil@xs4all.nl> X-CMAE-Envelope: MS4wfMfh1bouURJJft0DAs22knnoDuP5NQE0DDoygJGpP825FKIcBXIkA13zmEErCA6pfJ9KflLkvbtYxuMTyFKnGcHqx4C8cTQTKwABbAGLpROp7pmBYiDh 7mgAFv9qTS43lO/g+x1PbtFE2Pu09nhWh2HATGocOGheVTNr19hNhxKYweuA9GXCFN/aTwY54cpOFf+uBFAWqr43Du3wJV1qQ/ueDIKen7Tew9bxH/EtyFJ1 Ghm5bP2+3q+loa+hJ1gL3sF1eT99vp2W2GM06kUfdFR0/zGOTekmuZNk1SFO0o58kP53iRdfF7VTTvPgisVmHVRm/Xu6qPqkdpEsG31nFDLj6mn8uDOoIPPx HrzSN//TiHMp7Bv51739pgoBrbr7VQ== Cc: Daniel Vetter , dri-devel@lists.freedesktop.org, Hans Verkuil X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 7c5e2549a58a..0d2fa879edd1 100644 --- a/Documentation/gpu/drm-kms-helpers.rst +++ b/Documentation/gpu/drm-kms-helpers.rst @@ -175,6 +175,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 =========================================================