[PATCH 2/4] drm: Add plane type property

2014-03-04 Thread Daniel Vetter
On Thu, Feb 27, 2014 at 03:24:08PM -0800, Matt Roper wrote: > On Thu, Feb 27, 2014 at 05:39:00PM -0500, Rob Clark wrote: > > On Thu, Feb 27, 2014 at 5:14 PM, Matt Roper > > wrote: > > > Add a plane type property to allow userspace to distinguish > > > sprite/overlay planes from primary planes.

[PATCH 2/4] drm: Add plane type property

2014-03-03 Thread Damien Lespiau
On Thu, Feb 27, 2014 at 11:03:07PM -0500, Rob Clark wrote: > >> > @@ -1114,6 +1126,10 @@ int drm_plane_set_primary(struct drm_device *dev, > >> > struct drm_plane *plane, > >> > >> > >> fwiw, this comment probably belongs in #1/4 but: > >> > >> you probably don't need to introduce

[PATCH 2/4] drm: Add plane type property

2014-02-27 Thread Rob Clark
On Thu, Feb 27, 2014 at 6:24 PM, Matt Roper wrote: > On Thu, Feb 27, 2014 at 05:39:00PM -0500, Rob Clark wrote: >> On Thu, Feb 27, 2014 at 5:14 PM, Matt Roper >> wrote: >> > Add a plane type property to allow userspace to distinguish >> > sprite/overlay planes from primary planes. In the

[PATCH 2/4] drm: Add plane type property

2014-02-27 Thread Rob Clark
On Thu, Feb 27, 2014 at 5:14 PM, Matt Roper wrote: > Add a plane type property to allow userspace to distinguish > sprite/overlay planes from primary planes. In the future we may extend > this to cover cursor planes as well. > > Signed-off-by: Matt Roper > --- > drivers/gpu/drm/drm_crtc.c |

[PATCH 2/4] drm: Add plane type property

2014-02-27 Thread Matt Roper
On Thu, Feb 27, 2014 at 05:39:00PM -0500, Rob Clark wrote: > On Thu, Feb 27, 2014 at 5:14 PM, Matt Roper > wrote: > > Add a plane type property to allow userspace to distinguish > > sprite/overlay planes from primary planes. In the future we may extend > > this to cover cursor planes as well. >

[PATCH 2/4] drm: Add plane type property

2014-02-27 Thread Matt Roper
Add a plane type property to allow userspace to distinguish sprite/overlay planes from primary planes. In the future we may extend this to cover cursor planes as well. Signed-off-by: Matt Roper --- drivers/gpu/drm/drm_crtc.c | 32 include/drm/drm_crtc.h |