[PATCH 06/13] drm: add atomic hook to read property plus helper

2014-12-17 Thread Daniel Vetter
On Wed, Dec 17, 2014 at 09:12:31AM -0500, Rob Clark wrote: > But I am still not a huge fan of hiding props for atomic drivers via > legacy getprop/setprop interfaces.. if nothing else it will prevent > them from showing up in modetest. And it seems kind of inconsistent > and unnecessary. By defau

[PATCH 06/13] drm: add atomic hook to read property plus helper

2014-12-17 Thread Daniel Vetter
On Wed, Dec 17, 2014 at 09:15:12AM -0500, Rob Clark wrote: > On Wed, Dec 17, 2014 at 9:06 AM, Daniel Vetter wrote: > > On Wed, Dec 17, 2014 at 03:02:41PM +0100, Daniel Vetter wrote: > >> On Tue, Dec 16, 2014 at 06:05:34PM -0500, Rob Clark wrote: > >> > Once a driver is using atomic helpers for mod

[PATCH 06/13] drm: add atomic hook to read property plus helper

2014-12-17 Thread Daniel Vetter
On Wed, Dec 17, 2014 at 03:02:41PM +0100, Daniel Vetter wrote: > On Tue, Dec 16, 2014 at 06:05:34PM -0500, Rob Clark wrote: > > Once a driver is using atomic helpers for modeset, the next step is to > > switch over to atomic properties. To do this, plug in the helper > > function to your modeconfi

[PATCH 06/13] drm: add atomic hook to read property plus helper

2014-12-17 Thread Daniel Vetter
On Tue, Dec 16, 2014 at 06:05:34PM -0500, Rob Clark wrote: > Once a driver is using atomic helpers for modeset, the next step is to > switch over to atomic properties. To do this, plug in the helper > function to your modeconfig funcs and be sure to implement the plane/ > crtc/connector atomic_{ge

[PATCH 06/13] drm: add atomic hook to read property plus helper

2014-12-17 Thread Rob Clark
On Wed, Dec 17, 2014 at 9:06 AM, Daniel Vetter wrote: > On Wed, Dec 17, 2014 at 03:02:41PM +0100, Daniel Vetter wrote: >> On Tue, Dec 16, 2014 at 06:05:34PM -0500, Rob Clark wrote: >> > Once a driver is using atomic helpers for modeset, the next step is to >> > switch over to atomic properties. T

[PATCH 06/13] drm: add atomic hook to read property plus helper

2014-12-17 Thread Rob Clark
On Wed, Dec 17, 2014 at 9:02 AM, Daniel Vetter wrote: > On Tue, Dec 16, 2014 at 06:05:34PM -0500, Rob Clark wrote: >> Once a driver is using atomic helpers for modeset, the next step is to >> switch over to atomic properties. To do this, plug in the helper >> function to your modeconfig funcs and

[PATCH 06/13] drm: add atomic hook to read property plus helper

2014-12-16 Thread Rob Clark
Once a driver is using atomic helpers for modeset, the next step is to switch over to atomic properties. To do this, plug in the helper function to your modeconfig funcs and be sure to implement the plane/ crtc/connector atomic_{get,set}_property vfuncs for any of your mode- objects which have dri