From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Pinchart Subject: Re: [PATCH 1/4] drm/doc: Helpers are not a Midlayer! Date: Thu, 01 Nov 2012 12:25:18 +0100 Message-ID: <5463881.is76t5Nm0S@avalon> References: <3853113.57kDjBA5be@avalon> <1351674710-11629-1-git-send-email-daniel.vetter@ffwll.ch> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1351674710-11629-1-git-send-email-daniel.vetter@ffwll.ch> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Daniel Vetter Cc: Intel Graphics Development , DRI Development List-Id: dri-devel@lists.freedesktop.org Hi Daniel, Thanks for the patch. On Wednesday 31 October 2012 10:11:47 Daniel Vetter wrote: > I'm devoting all my wrath to that fight, so don't misname it ;-) Right, my bad :-) > 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) > > > > - > + Do you think we should come up with a more descriptive name ? We have different sets of helpers, what would you call this one ? Mode Set Helper Functions ? > > - 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 -- Regards, Laurent Pinchart