[PATCH 11/17] drm: convert plane to properties/state

2014-05-26 Thread Daniel Vetter
On Mon, May 26, 2014 at 07:32:13AM -0400, Rob Clark wrote: > On Mon, May 26, 2014 at 5:12 AM, Daniel Vetter wrote: > > On Sat, May 24, 2014 at 02:30:20PM -0400, Rob Clark wrote: > >> Break the mutable state of a plane out into a separate structure > >> and use atomic properties mechanism to set pl

[PATCH 11/17] drm: convert plane to properties/state

2014-05-26 Thread Daniel Vetter
On Sat, May 24, 2014 at 02:30:20PM -0400, Rob Clark wrote: > Break the mutable state of a plane out into a separate structure > and use atomic properties mechanism to set plane attributes. This > makes it easier to have some helpers for plane->set_property() > and for checking for invalid params.

[PATCH 11/17] drm: convert plane to properties/state

2014-05-26 Thread Rob Clark
On Mon, May 26, 2014 at 5:12 AM, Daniel Vetter wrote: > On Sat, May 24, 2014 at 02:30:20PM -0400, Rob Clark wrote: >> Break the mutable state of a plane out into a separate structure >> and use atomic properties mechanism to set plane attributes. This >> makes it easier to have some helpers for p

[PATCH 11/17] drm: convert plane to properties/state

2014-05-24 Thread Rob Clark
Break the mutable state of a plane out into a separate structure and use atomic properties mechanism to set plane attributes. This makes it easier to have some helpers for plane->set_property() and for checking for invalid params. The idea is that individual drivers can wrap the state struct in t