[RFCv4 09/14] drm: convert plane to properties/state

2014-03-18 Thread Sean Paul
On Tue, Mar 18, 2014 at 12:24 PM, Rob Clark wrote: > On Tue, Mar 18, 2014 at 11:48 AM, Sean Paul wrote: >> On Mon, Nov 25, 2013 at 9:47 AM, Rob Clark wrote: >>> Break the mutable state of a plane out into a separate structure >>> and use atomic properties mechanism to set plane attributes.

[RFCv4 09/14] drm: convert plane to properties/state

2014-03-18 Thread Rob Clark
On Tue, Mar 18, 2014 at 11:48 AM, Sean Paul wrote: > On Mon, Nov 25, 2013 at 9:47 AM, 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

[RFCv4 09/14] drm: convert plane to properties/state

2014-03-18 Thread Sean Paul
On Mon, Nov 25, 2013 at 9:47 AM, 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. The

[RFCv4 09/14] drm: convert plane to properties/state

2014-03-03 Thread Rob Clark
On Mon, Mar 3, 2014 at 2:22 PM, Sean Paul wrote: > On Wed, Feb 26, 2014 at 7:18 PM, Rob Clark wrote: >> On Wed, Feb 26, 2014 at 4:30 PM, Sean Paul wrote: >>> On Mon, Nov 25, 2013 at 9:47 AM, Rob Clark wrote: Break the mutable state of a plane out into a separate structure and use

[RFCv4 09/14] drm: convert plane to properties/state

2014-03-03 Thread Sean Paul
On Wed, Feb 26, 2014 at 7:18 PM, Rob Clark wrote: > On Wed, Feb 26, 2014 at 4:30 PM, Sean Paul wrote: >> On Mon, Nov 25, 2013 at 9:47 AM, 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

[RFCv4 09/14] drm: convert plane to properties/state

2014-02-26 Thread Rob Clark
On Wed, Feb 26, 2014 at 4:30 PM, Sean Paul wrote: > On Mon, Nov 25, 2013 at 9:47 AM, 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

[RFCv4 09/14] drm: convert plane to properties/state

2014-02-26 Thread Sean Paul
On Mon, Nov 25, 2013 at 9:47 AM, 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. The

[RFCv4 09/14] drm: convert plane to properties/state

2014-02-10 Thread Sean Paul
On Fri, Feb 7, 2014 at 7:28 AM, Rob Clark wrote: > On Thu, Feb 6, 2014 at 9:53 PM, Sean Paul wrote: >> On Wed, Jan 29, 2014 at 8:44 AM, Rob Clark wrote: >>> On Tue, Jan 28, 2014 at 4:52 PM, Sean Paul wrote: On Mon, Nov 25, 2013 at 9:47 AM, Rob Clark wrote: > Break the mutable state

[RFCv4 09/14] drm: convert plane to properties/state

2014-02-07 Thread Rob Clark
On Thu, Feb 6, 2014 at 9:53 PM, Sean Paul wrote: > On Wed, Jan 29, 2014 at 8:44 AM, Rob Clark wrote: >> On Tue, Jan 28, 2014 at 4:52 PM, Sean Paul wrote: >>> On Mon, Nov 25, 2013 at 9:47 AM, Rob Clark wrote: Break the mutable state of a plane out into a separate structure and use

[RFCv4 09/14] drm: convert plane to properties/state

2014-02-06 Thread Sean Paul
On Wed, Jan 29, 2014 at 8:44 AM, Rob Clark wrote: > On Tue, Jan 28, 2014 at 4:52 PM, Sean Paul wrote: >> On Mon, Nov 25, 2013 at 9:47 AM, 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

[RFCv4 09/14] drm: convert plane to properties/state

2014-01-29 Thread Rob Clark
On Tue, Jan 28, 2014 at 4:52 PM, Sean Paul wrote: > On Mon, Nov 25, 2013 at 9:47 AM, 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

[RFCv4 09/14] drm: convert plane to properties/state

2014-01-28 Thread Sean Paul
On Mon, Nov 25, 2013 at 9:47 AM, 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. The

[RFCv4 09/14] drm: convert plane to properties/state

2013-11-25 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