From patchwork Sat Sep 16 14:17:25 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 9954333 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 226A5603B4 for ; Sat, 16 Sep 2017 14:17:46 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1946D28A38 for ; Sat, 16 Sep 2017 14:17:46 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0E1EB291F7; Sat, 16 Sep 2017 14:17:46 +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 0C1BD28A38 for ; Sat, 16 Sep 2017 14:17:44 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6B1BE6E240; Sat, 16 Sep 2017 14:17:40 +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 C84076E1D5 for ; Sat, 16 Sep 2017 14:17:38 +0000 (UTC) Received: from tschai.fritz.box ([212.251.195.8]) by smtp-cloud9.xs4all.net with ESMTPA id tDuQdMMIHmRxPtDuadiJUl; Sat, 16 Sep 2017 16:17:37 +0200 From: Hans Verkuil To: linux-media@vger.kernel.org Subject: [PATCHv4 2/3] drm-kms-helpers.rst: document the DP CEC helpers Date: Sat, 16 Sep 2017 16:17:25 +0200 Message-Id: <20170916141726.4921-3-hverkuil@xs4all.nl> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20170916141726.4921-1-hverkuil@xs4all.nl> References: <20170916141726.4921-1-hverkuil@xs4all.nl> X-CMAE-Envelope: MS4wfKwui+SGemrlqbX2sRXd80DW+Td4MYQPkVzRKfyvdbyCVBSKtZEP3HK76fmu+d/xlVoieQWv4lDtuuri+GLvEl+UkQhnnGRwLpQqnHx4gKijYeLvJUjv G5GPlyDciOJXnBK///0Yxss+pcQABcAcJHxhTb9zKvU/p+9ZhkGkHH9N5xWppg54yMyjybB1PAa2kxXV1fD0K02r1MHQTm08SMLTB2nHemFsLqmBL+gsWBAK eR3fcQRynYnLI44DYiCSpw5Fq4me2hnTHAaEprLcEMj2hJDoenRgahhitHB8P4ERu0T43dwN2X8mhQDkZDa4Vi8+mW58R1Ll2d0dnOqhuAI14rN2tL0lnrEA h6RKN8ly Cc: Daniel Vetter , Hans Verkuil , dri-devel@lists.freedesktop.org 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 =========================================================