From patchwork Wed Jul 11 12:28:18 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 10519637 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 8BC68601D4 for ; Wed, 11 Jul 2018 12:28:35 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6FC5E28DDE for ; Wed, 11 Jul 2018 12:28:35 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 63E3228DF5; Wed, 11 Jul 2018 12:28:35 +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=unavailable 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 3580428DDE for ; Wed, 11 Jul 2018 12:28:35 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D538E6E95E; Wed, 11 Jul 2018 12:28:25 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from lb1-smtp-cloud9.xs4all.net (lb1-smtp-cloud9.xs4all.net [194.109.24.22]) by gabe.freedesktop.org (Postfix) with ESMTPS id CFA3E6E896; Wed, 11 Jul 2018 12:28:23 +0000 (UTC) Received: from marune.fritz.box ([IPv6:2001:983:e9a7:1:6552:dbd8:563d:1905]) by smtp-cloud9.xs4all.net with ESMTPA id dEEFflKk1EJtcdEEIfYOpo; Wed, 11 Jul 2018 14:28:22 +0200 From: Hans Verkuil To: linux-media@vger.kernel.org Subject: [PATCHv9 2/3] drm-kms-helpers.rst: document the DP CEC helpers Date: Wed, 11 Jul 2018 14:28:18 +0200 Message-Id: <20180711122819.80457-3-hverkuil@xs4all.nl> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180711122819.80457-1-hverkuil@xs4all.nl> References: <20180711122819.80457-1-hverkuil@xs4all.nl> MIME-Version: 1.0 X-CMAE-Envelope: MS4wfGApucgiMh8B/DGZyd3RNw1CJTF+62T/8NHXGtu+sK+Ir1KabH16xwc7KOOCAvuZ5P+cacuWJsgqhMAKVHSwAZwnyMyZikS15jr7d0UBc7r53Bd4ggJv qZbAZ7bXdFwGSOgKlrnYRI/93mkWtz5AIqbzRgGMS6lOI1rEuB0X5Ti7J+PHBZjEQ/lzrsKSXbHpGotQ1wfCU0n0PWmN8M7op7zYzwG6ofxkWECvUq4mrisJ tm6f9W567usTTqVusmIctN9gcmFDZ4GaD/hYOD/60U2oGW37oNaW/mf/ZeIYdtGGJ5/ibMreHVWNRVEenyL2bl+ujLdiGhCXPESlOPFl93Nxervx5GgP75Jg AeKu0ZF6G/eIKmzUrftQx+rxmV9oKhRK45jc4nmQD0Ey1D6Gx4Odn70wfIVsNhn/uq5wBnCH 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: daniel.vetter@ffwll.ch, intel-gfx@lists.freedesktop.org, Hans Verkuil , dri-devel@lists.freedesktop.org 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 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 =========================================================