[RFC] Documentation: DRM framework documentation

2012-06-11 Thread Hans Verkuil
On Mon June 11 2012 08:47:59 Laurent Pinchart wrote: > Hi Hans, > > On Thursday 07 June 2012 11:13:30 Hans Verkuil wrote: > > Hi Laurent! > > > > I completely missed this when you posted this a week ago, but thank you for > > doing this. One suggestion: cross-post the next version to linux-media

[RFC] Documentation: DRM framework documentation

2012-06-11 Thread Laurent Pinchart
Hi Hans, On Thursday 07 June 2012 11:13:30 Hans Verkuil wrote: > Hi Laurent! > > I completely missed this when you posted this a week ago, but thank you for > doing this. One suggestion: cross-post the next version to linux-media as > well: I think this is useful for V4L2 as well. I didn't think

[RFC] Documentation: DRM framework documentation

2012-06-11 Thread Rob Clark
On Thu, Jun 7, 2012 at 2:52 AM, Laurent Pinchart wrote: > Hi Rob, > > On Tuesday 05 June 2012 04:31:54 Rob Clark wrote: > >> > + ?- int (*firstopen) (struct drm_device *) >> > + ?- void (*lastclose) (struct drm_device *) >> > + ?- int (*open) (struct drm_device *, struct drm_file *) >> > + ?- void

Re: [RFC] Documentation: DRM framework documentation

2012-06-11 Thread Rob Clark
On Thu, Jun 7, 2012 at 2:52 AM, Laurent Pinchart wrote: > Hi Rob, > > On Tuesday 05 June 2012 04:31:54 Rob Clark wrote: > >> > +  - int (*firstopen) (struct drm_device *) >> > +  - void (*lastclose) (struct drm_device *) >> > +  - int (*open) (struct drm_device *, struct drm_file *) >> > +  - void

Re: [RFC] Documentation: DRM framework documentation

2012-06-11 Thread Hans Verkuil
On Mon June 11 2012 08:47:59 Laurent Pinchart wrote: > Hi Hans, > > On Thursday 07 June 2012 11:13:30 Hans Verkuil wrote: > > Hi Laurent! > > > > I completely missed this when you posted this a week ago, but thank you for > > doing this. One suggestion: cross-post the next version to linux-media

Re: [RFC] Documentation: DRM framework documentation

2012-06-10 Thread Laurent Pinchart
Hi Hans, On Thursday 07 June 2012 11:13:30 Hans Verkuil wrote: > Hi Laurent! > > I completely missed this when you posted this a week ago, but thank you for > doing this. One suggestion: cross-post the next version to linux-media as > well: I think this is useful for V4L2 as well. I didn't think

[RFC] Documentation: DRM framework documentation

2012-06-07 Thread Hans Verkuil
Hi Laurent! I completely missed this when you posted this a week ago, but thank you for doing this. One suggestion: cross-post the next version to linux-media as well: I think this is useful for V4L2 as well. Some comments below: On Wed 30 May 2012 15:13:29 Laurent Pinchart wrote: > Signed-off-b

[RFC] Documentation: DRM framework documentation

2012-06-07 Thread Laurent Pinchart
Hi Rob, On Tuesday 05 June 2012 04:31:54 Rob Clark wrote: > Hey, thanks Laurent, this was quite needed! > > I apologize in advance for the html mail.. but reviewing this on the flight > home from connect and can't figure out how to do plain text email w/ > google's offline mail client :-( No wor

Re: [RFC] Documentation: DRM framework documentation

2012-06-07 Thread Hans Verkuil
Hi Laurent! I completely missed this when you posted this a week ago, but thank you for doing this. One suggestion: cross-post the next version to linux-media as well: I think this is useful for V4L2 as well. Some comments below: On Wed 30 May 2012 15:13:29 Laurent Pinchart wrote: > Signed-off-b

Re: [RFC] Documentation: DRM framework documentation

2012-06-07 Thread Laurent Pinchart
Hi Rob, On Tuesday 05 June 2012 04:31:54 Rob Clark wrote: > Hey, thanks Laurent, this was quite needed! > > I apologize in advance for the html mail.. but reviewing this on the flight > home from connect and can't figure out how to do plain text email w/ > google's offline mail client :-( No wor

[RFC] Documentation: DRM framework documentation

2012-06-05 Thread Rob Clark
Hey, thanks Laurent, this was quite needed! I apologize in advance for the html mail.. but reviewing this on the flight home from connect and can't figure out how to do plain text email w/ google's offline mail client :-( On Wednesday, May 30, 2012, Laurent Pinchart wrote: > Signed-off-by: Laure

[RFC] Documentation: DRM framework documentation

2012-05-30 Thread Laurent Pinchart
Signed-off-by: Laurent Pinchart --- Documentation/drm.txt | 1265 + 1 files changed, 1265 insertions(+), 0 deletions(-) create mode 100644 Documentation/drm.txt Hi everybody, Here's the DRM kernel framework documentation I wrote while developing