[PATCH 01/19] drm/doc: Clarify the dumb object interfaces

2014-01-24 Thread Daniel Vetter
On Fri, Jan 24, 2014 at 12:08:36PM +0100, Laurent Pinchart wrote: > Hi Daniel, > > On Thursday 23 January 2014 14:46:40 Daniel Vetter wrote: > > On Thu, Jan 23, 2014 at 01:56:51PM +0100, Laurent Pinchart wrote: > > > > > > > > > > > > > > > > > > Drivers must first validat

[PATCH 01/19] drm/doc: Clarify the dumb object interfaces

2014-01-24 Thread Laurent Pinchart
Hi Daniel, On Thursday 23 January 2014 14:46:40 Daniel Vetter wrote: > On Thu, Jan 23, 2014 at 01:56:51PM +0100, Laurent Pinchart wrote: > > > > > > > > > > > > > > > Drivers must first validate the requested frame buffer > > > > > parameters passed > > > > > > >

[PATCH 01/19] drm/doc: Clarify the dumb object interfaces

2014-01-23 Thread Daniel Vetter
On Thu, Jan 23, 2014 at 01:56:51PM +0100, Laurent Pinchart wrote: > > > > > > > > Drivers must first validate the requested frame buffer > > > > parameters passed > > > > @@ -1052,6 +998,71 @@ int max_width, max_height; > > > > drm_framebuffer_unregister_private. >

[PATCH 01/19] drm/doc: Clarify the dumb object interfaces

2014-01-23 Thread Laurent Pinchart
Hi Daniel, On Thursday 23 January 2014 13:47:31 Daniel Vetter wrote: > On Thu, Jan 23, 2014 at 12:21:42PM +0100, Laurent Pinchart wrote: > > On Thursday 23 January 2014 09:52:26 Daniel Vetter wrote: > > > - This is _not_ a generic interface to create gem objects, but just an > > > interface to m

[PATCH 01/19] drm/doc: Clarify the dumb object interfaces

2014-01-23 Thread Daniel Vetter
On Thu, Jan 23, 2014 at 12:21:42PM +0100, Laurent Pinchart wrote: > Hi Daniel, > > Thank you for the patch. > > On Thursday 23 January 2014 09:52:26 Daniel Vetter wrote: > > - This is _not_ a generic interface to create gem objects, but just an > > interface to make early boot services (like bo

[PATCH 01/19] drm/doc: Clarify the dumb object interfaces

2014-01-23 Thread Laurent Pinchart
Hi David, On Thursday 23 January 2014 10:14:35 David Herrmann wrote: > On Thu, Jan 23, 2014 at 9:52 AM, Daniel Vetter wrote: > > - This is _not_ a generic interface to create gem objects, but just an > > interface to make early boot services (like boot splash) with a > > generic KMS userspace

[PATCH 01/19] drm/doc: Clarify the dumb object interfaces

2014-01-23 Thread Laurent Pinchart
Hi Daniel, Thank you for the patch. On Thursday 23 January 2014 09:52:26 Daniel Vetter wrote: > - This is _not_ a generic interface to create gem objects, but just an > interface to make early boot services (like boot splash) with a > generic KMS userspace driver possible. Hence it's better t

[PATCH 01/19] drm/doc: Clarify the dumb object interfaces

2014-01-23 Thread David Herrmann
Hi On Thu, Jan 23, 2014 at 9:52 AM, Daniel Vetter wrote: > - This is _not_ a generic interface to create gem objects, but just an > interface to make early boot services (like boot splash) with a > generic KMS userspace driver possible. Hence it's better to move > the documentation for thi

[PATCH 01/19] drm/doc: Clarify the dumb object interfaces

2014-01-23 Thread Daniel Vetter
- This is _not_ a generic interface to create gem objects, but just an interface to make early boot services (like boot splash) with a generic KMS userspace driver possible. Hence it's better to move the documentation for this from the GEM section to the KMS section, next to the creation of