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: 1676841 Return-Path: X-Original-To: patchwork-intel-gfx@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 5D20A3FC4C for ; Wed, 31 Oct 2012 09:20:55 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E00E2A0291 for ; Wed, 31 Oct 2012 02:20:54 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-ee0-f49.google.com (mail-ee0-f49.google.com [74.125.83.49]) by gabe.freedesktop.org (Postfix) with ESMTP id B851B9F5E2 for ; Wed, 31 Oct 2012 02:20:21 -0700 (PDT) Received: by mail-ee0-f49.google.com with SMTP id c1so618176eek.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=XA6JlmSbRfF0jnYx/5q9wGFCITj4Obz0tJv3dBBLj8t9tu3z+ykItsJU4FUI/dfULK 4nLyn/ZDhyk3KriwsM4Wa6ZX5xcvgtw+e5TPIZ79msc4XhFp67alRyv7uwMBCSiiEzio /xBXUdGla20GfREPOLKlJ/CLFQgaO8v892HmjvoE7/UYjC/xeXDN6Rg7WpiAP8pHACBD /i9cBo8f2NzPoLOGe2wLSpYTJsrLhxi6kNeuc00aMlb+yEiq9d5guPY+bM49FtYGV4pw H5FE4++e0EtOoKsurSqR0YPLPP/Oy+UIu4yVjOYNjJ5QsQq+0xxdD9eWHcCZ8LWP/VT4 s5hQ== 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 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: ALoCoQll9xUYaHKP+6pNYFCyVDuyVDlel1i7iEisjnjZ23JGwnRwqfgGWdar1+Y5427WxGMj4Ovv Cc: Daniel Vetter , Intel Graphics Development , Laurent Pinchart Subject: [Intel-gfx] [PATCH 1/4] drm/doc: Helpers are not a Midlayer! X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: intel-gfx-bounces+patchwork-intel-gfx=patchwork.kernel.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+patchwork-intel-gfx=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