From patchwork Mon Jan 14 14:30:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 1972311 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by patchwork2.kernel.org (Postfix) with ESMTP id C0F6ADF23A for ; Mon, 14 Jan 2013 14:35:23 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A46C0E62AE for ; Mon, 14 Jan 2013 06:35:23 -0800 (PST) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.10]) by gabe.freedesktop.org (Postfix) with ESMTP id 05D5CE5DC9 for ; Mon, 14 Jan 2013 06:30:43 -0800 (PST) Received: from mailbox.adnet.avionic-design.de (mailbox.avionic-design.de [109.75.18.3]) by mrelayeu.kundenserver.de (node=mreu0) with ESMTP (Nemesis) id 0LjfP2-1TNuD91M9A-00bP2S; Mon, 14 Jan 2013 15:30:39 +0100 Received: from localhost (localhost [127.0.0.1]) by mailbox.adnet.avionic-design.de (Postfix) with ESMTP id 80FB42A2814D; Mon, 14 Jan 2013 15:30:38 +0100 (CET) X-Virus-Scanned: amavisd-new at avionic-design.de Received: from mailbox.adnet.avionic-design.de ([127.0.0.1]) by localhost (mailbox.avionic-design.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JmDM8uQb1bXT; Mon, 14 Jan 2013 15:30:36 +0100 (CET) Received: from mailman.adnet.avionic-design.de (mailman.adnet.avionic-design.de [172.20.31.172]) by mailbox.adnet.avionic-design.de (Postfix) with ESMTP id 543862A2816C; Mon, 14 Jan 2013 15:30:29 +0100 (CET) Received: from localhost (avionic-0098.adnet.avionic-design.de [172.20.31.233]) by mailman.adnet.avionic-design.de (Postfix) with ESMTP id 83F22100737; Mon, 14 Jan 2013 15:30:25 +0100 (CET) From: Thierry Reding To: dri-devel@lists.freedesktop.org Subject: [PATCH v3 5/9] drm: Add EDID helper documentation Date: Mon, 14 Jan 2013 15:30:24 +0100 Message-Id: <1358173828-31674-6-git-send-email-thierry.reding@avionic-design.de> X-Mailer: git-send-email 1.8.1 In-Reply-To: <1358173828-31674-1-git-send-email-thierry.reding@avionic-design.de> References: <1358173828-31674-1-git-send-email-thierry.reding@avionic-design.de> X-Provags-ID: V02:K0:KCscqFzRru0S2Yyd/ZyXYmsCp/TuzOB+AinnmeHKJIK gqzHbErNHtY3Lh5oLn/bSPSVGObe8rhzM6FHIYzmCj+xstJPZd LCNFnVaJprQ4hmj2K77cLVELm4nt1raaxzRBDCcMtbF+VejKIT ca1XpfL25rwSRye67f04XosxHxer4Rb8SbTeuOhPywwJ9wVaV+ SwfN8UUEuQMnsCaz9DNH8WxLGhu69GZD1tZkGynhIgfB4QR0JF mD0UpoPMvwV3TwRiWPN+HpMOEuvRiVs+cParaU2i6z40hd86T/ nTXiPKfAQK3FsOaIHWxFZidEpS2uToTv6585SRjqIvEu20wIgS wnuEDiPcbB1F9K6LgF2D4PdDUSAKe4UimPWHwmkf4MhuKB5JVM sfe+x5bLhkmdecZyHEvP/DynUUrxiKk5znk5LLr1Mn58WYzP3M 5c4nO Cc: Paulo Zanoni X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Errors-To: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Add a reference section about the EDID helper functions to the DRM documentation. Signed-off-by: Thierry Reding --- Documentation/DocBook/drm.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index 4ee2304..34249bb 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl @@ -2111,6 +2111,10 @@ void intel_crt_init(struct drm_device *dev) !Iinclude/drm/drm_dp_helper.h !Edrivers/gpu/drm/drm_dp_helper.c + + EDID Helper Functions Reference +!Edrivers/gpu/drm/drm_edid.c +