From patchwork Thu Nov 1 13:45:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Vetter X-Patchwork-Id: 1685061 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by patchwork1.kernel.org (Postfix) with ESMTP id CDB213FCDF for ; Thu, 1 Nov 2012 13:54:04 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C0FA29EECA for ; Thu, 1 Nov 2012 06:54:04 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-ea0-f177.google.com (mail-ea0-f177.google.com [209.85.215.177]) by gabe.freedesktop.org (Postfix) with ESMTP id 02B849E7D1 for ; Thu, 1 Nov 2012 06:53:50 -0700 (PDT) Received: by mail-ea0-f177.google.com with SMTP id n13so1002615eaa.36 for ; Thu, 01 Nov 2012 06:53:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=from:to:cc:subject:date:message-id:x-mailer; bh=D1CLt/eXZ/RzGEk8//qivjZFdcv5hdhPBe4ZjiGI1j8=; b=AFpr7rBnAMuav9WbsXftv8jjOZjaP72BVRkcjH8Hi5E5rzvd+N53/NRrE0WbT/c1c0 PxbxSK64AQ2DPxRItLMKupprxLacZqa0VHWreQ0VhmSEURWLlKPugZta6EFohYrwWAv5 Ih3sml7z5lI3Z0r0PKURCsOKc9vl0T/evzihI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state; bh=D1CLt/eXZ/RzGEk8//qivjZFdcv5hdhPBe4ZjiGI1j8=; b=OMn5otkEBTfFsrl8kLV1ygeCvZS9/LsLqvixKM7MyEUMDjNp1gi0Vk+smEyj0N7BFD jXirRmvpLijlJ0oYHxLZGKw/thQKf7f3OYqRU2rxhi255rb2neI/h2LAw+efSnyZvaUv 0mX4JZLk6vu0Ct49/ua9VxbOc8D3AnCWcJI6WAxneCW6UOKfbQIkZVNbdR7S/GiGpKxJ 7pJm6+yiVBtJRvFAu6t+7H92+RPuvmFKErkug+BZirn78nL4VsZIwzi6DO3SmMJVm/3f G3HgIK63fm+Sdiak4jG/vxi8+NiEcqZf3AcaOJBZi8jbGbGy0gtPvN45pMf2330W4+O2 bbWw== Received: by 10.14.193.136 with SMTP id k8mr97745162een.30.1351778029852; Thu, 01 Nov 2012 06:53:49 -0700 (PDT) Received: from wespe.ffwll.local (178-83-130-250.dynamic.hispeed.ch. [178.83.130.250]) by mx.google.com with ESMTPS id k2sm14775358eep.15.2012.11.01.06.53.48 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 01 Nov 2012 06:53:49 -0700 (PDT) From: Daniel Vetter To: Dave Airlie Subject: [PATCH 1/4] drm/doc: Helpers are not a Midlayer! Date: Thu, 1 Nov 2012 14:45:15 +0100 Message-Id: <1351777518-11212-1-git-send-email-daniel.vetter@ffwll.ch> X-Mailer: git-send-email 1.7.11.7 X-Gm-Message-State: ALoCoQlqecjtYMJCpLOmx0zcvbkZ2L/dQ/LicOCx0tiKify4TGhpIWdLSqkMWCeoAAqqqW+CMuC7 Cc: Daniel Vetter , DRI Development 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 I'm devoting all my wrath to that fight, so don't misname it ;-) v2: Make it clear that this section talks about kms helpers. Acked-by: Laurent Pinchart Signed-off-by: Daniel Vetter --- Documentation/DocBook/drm.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index b030052..270bc12 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl @@ -1621,10 +1621,10 @@ void intel_crt_init(struct drm_device *dev) - + - Mid-layer Helper Functions + Mode Setting Helper Functions The CRTC, encoder and connector functions provided by the drivers implement the DRM API. They're called by the DRM core and ioctl handlers