From patchwork Thu Jun 28 07:42:52 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 10493227 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 75AD460325 for ; Thu, 28 Jun 2018 07:43:08 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6490E28782 for ; Thu, 28 Jun 2018 07:43:08 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 58EB629ED6; Thu, 28 Jun 2018 07:43:08 +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 20C4528782 for ; Thu, 28 Jun 2018 07:43:08 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id EB4486EC35; Thu, 28 Jun 2018 07:43:00 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@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 305F06EC32 for ; Thu, 28 Jun 2018 07:42:59 +0000 (UTC) Received: from tschai.fritz.box ([212.251.195.8]) by smtp-cloud9.xs4all.net with ESMTPA id YRZtfNuykEJtcYRZxffZK2; Thu, 28 Jun 2018 09:42:57 +0200 From: Hans Verkuil To: linux-media@vger.kernel.org Subject: [PATCHv7 2/3] drm-kms-helpers.rst: document the DP CEC helpers Date: Thu, 28 Jun 2018 09:42:52 +0200 Message-Id: <20180628074253.21088-3-hverkuil@xs4all.nl> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180628074253.21088-1-hverkuil@xs4all.nl> References: <20180628074253.21088-1-hverkuil@xs4all.nl> X-CMAE-Envelope: MS4wfPcxmxobgwIacSCgK7d8te5mT/J58fplctuS2v9lpwGA6VkE0HhtkUnNpDVTdkyvBBq4zny+J8FQ/VEsq8v6lmaeqyQAqJ31l8XoNShiy018H6MWp8Ct eU3DKKfOTKkraxEZP1zQrumrLsrnA1rVTvGkVDgGknJqWZ40jF9KTAH14XC82FjDwWMtp9PIrc8aQQ50kitFUgbWrNVNXdd2VfCAsBXwOtDpaffiPTpx9wZ1 F8H3dM7KLqB9/fDk7BTBpcv6hnECR4nT/NxTy2QRwvlzRSbXgGV0wQBcwgrssgl10FfSpNOktySBaJginEEy32c3ES66fxRczKXtUyNP2NXac5Lxv2poIauz 1sgGbdX68OguY8Vnv4jGMl4kudWWTQ== 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 =========================================================