From patchwork Wed Oct 31 09:11:47 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Vetter X-Patchwork-Id: 1676851 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 B22713FC4C for ; Wed, 31 Oct 2012 09:21:25 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7F6E6A0ACE for ; Wed, 31 Oct 2012 02:21:25 -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 AC5219F30B for ; Wed, 31 Oct 2012 02:20:21 -0700 (PDT) Received: by mail-ea0-f177.google.com with SMTP id n13so464605eaa.36 for ; Wed, 31 Oct 2012 02:20:21 -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:in-reply-to:references; bh=+RZvHgpCRtpUARlQ4U3Upbes8X7XzUYVGLjyj/BESD8=; b=hXl67X07ty2pSeK0AURumslEqzfCpU7y8NX2YwnBjZ9+7ZLSEb7P39ryx8SBliLdCc 8Ibq8e8KCxOD5YwmGV78NjShUXnR85hRGvO3HP/GjrOYjl7vzhNHFqxaB/ojYEo5HNvA TT8kNQ3mIW5pUzNXTWkTdSOay8kUCotvG2i8Y= 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:in-reply-to:references :x-gm-message-state; bh=+RZvHgpCRtpUARlQ4U3Upbes8X7XzUYVGLjyj/BESD8=; b=neJSDRiItsor9u9/IWkKGwrxi+1jjClCK2jZ2wUfymi7umZMOzwM/MFWQPV1Krln5L zDFg8Z6Ul2DfQ1sfPGRziDyt1Rn9+386X7+T/ozdedRSuyVNX5LP4ioQ7JctXB4F5UGj LqVoLUkKnZWQwm9D3Q97VGuQFxv8zwm8NQqTT4GeYgKnPrdnTVxPv7gfOFZ7QnhK9lbw ky1jXobbMma2GxjEXKQ6FdDDYJ9206vu75FXFq2TlKOUdX+zPZpcKqWltDfQBYmizgXL V74RTdEZwb5bHWKjP34zjnXRKXiMbVZlgAnw6vpgde5wg0Y6uImxCVBbWEpJnDSeX+dO Otgg== Received: by 10.14.193.136 with SMTP id k8mr83354458een.30.1351675220946; Wed, 31 Oct 2012 02:20:20 -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 f3sm6784078eeo.13.2012.10.31.02.20.19 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 31 Oct 2012 02:20:20 -0700 (PDT) From: Daniel Vetter To: DRI Development Subject: [PATCH 1/4] drm/doc: Helpers are not a Midlayer! Date: Wed, 31 Oct 2012 10:11:47 +0100 Message-Id: <1351674710-11629-1-git-send-email-daniel.vetter@ffwll.ch> X-Mailer: git-send-email 1.7.11.7 In-Reply-To: <3853113.57kDjBA5be@avalon> References: <3853113.57kDjBA5be@avalon> X-Gm-Message-State: ALoCoQldUa+R/GstBJYAih82IQD12JqpnBOvH8kF6OCiIQ5P8W/Rl0jBJ2iQxpyEpo9aZDrlAyAo Cc: Daniel Vetter , Intel Graphics Development , Laurent Pinchart 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 ;-) 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..ca45155 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 + 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