[PATCH 13/13] RFC: drm: Atomic modeset ioctl

2014-12-19 Thread Michel Dänzer
On 17.12.2014 20:18, Daniel Vetter wrote: > On Wed, Dec 17, 2014 at 06:31:13PM +0900, Michel Dänzer wrote: >> On 17.12.2014 16:20, Pekka Paalanen wrote: >>> On Wed, 17 Dec 2014 11:48:51 +0900 >>> Michel Dänzer wrote: >>> On 17.12.2014 08:05, Rob Clark wrote: > The atomic modeset ioctl

[PATCH 13/13] RFC: drm: Atomic modeset ioctl

2014-12-19 Thread Daniel Vetter
On Fri, Dec 19, 2014 at 12:29:22PM +0900, Michel Dänzer wrote: > On 17.12.2014 20:18, Daniel Vetter wrote: > > On Wed, Dec 17, 2014 at 06:31:13PM +0900, Michel Dänzer wrote: > >> On 17.12.2014 16:20, Pekka Paalanen wrote: > >>> On Wed, 17 Dec 2014 11:48:51 +0900 > >>> Michel Dänzer wrote: >

[PATCH 13/13] RFC: drm: Atomic modeset ioctl

2014-12-17 Thread Michel Dänzer
On 17.12.2014 16:20, Pekka Paalanen wrote: > On Wed, 17 Dec 2014 11:48:51 +0900 > Michel Dänzer wrote: > >> On 17.12.2014 08:05, Rob Clark wrote: >>> The atomic modeset ioctl can be used to push any number of new values >>> for object properties. The driver can then check the full device >>>

[PATCH 13/13] RFC: drm: Atomic modeset ioctl

2014-12-17 Thread Daniel Vetter
On Tue, Dec 16, 2014 at 06:05:41PM -0500, Rob Clark wrote: > The atomic modeset ioctl can be used to push any number of new values > for object properties. The driver can then check the full device > configuration as single unit, and try to apply the changes atomically. > > The ioctl simply takes

[PATCH 13/13] RFC: drm: Atomic modeset ioctl

2014-12-17 Thread Daniel Vetter
On Wed, Dec 17, 2014 at 06:31:13PM +0900, Michel Dänzer wrote: > On 17.12.2014 16:20, Pekka Paalanen wrote: > > On Wed, 17 Dec 2014 11:48:51 +0900 > > Michel Dänzer wrote: > > > >> On 17.12.2014 08:05, Rob Clark wrote: > >>> The atomic modeset ioctl can be used to push any number of new values

[PATCH 13/13] RFC: drm: Atomic modeset ioctl

2014-12-17 Thread Michel Dänzer
On 17.12.2014 08:05, Rob Clark wrote: > The atomic modeset ioctl can be used to push any number of new values > for object properties. The driver can then check the full device > configuration as single unit, and try to apply the changes atomically. > > The ioctl simply takes a list of object IDs

[PATCH 13/13] RFC: drm: Atomic modeset ioctl

2014-12-17 Thread Pekka Paalanen
On Wed, 17 Dec 2014 11:48:51 +0900 Michel Dänzer wrote: > On 17.12.2014 08:05, Rob Clark wrote: > > The atomic modeset ioctl can be used to push any number of new values > > for object properties. The driver can then check the full device > > configuration as single unit, and try to apply the

[PATCH 13/13] RFC: drm: Atomic modeset ioctl

2014-12-17 Thread Rob Clark
On Wed, Dec 17, 2014 at 4:31 AM, Michel Dänzer wrote: > On 17.12.2014 16:20, Pekka Paalanen wrote: >> On Wed, 17 Dec 2014 11:48:51 +0900 >> Michel Dänzer wrote: >> >>> On 17.12.2014 08:05, Rob Clark wrote: The atomic modeset ioctl can be used to push any number of new values for

[PATCH 13/13] RFC: drm: Atomic modeset ioctl

2014-12-16 Thread Rob Clark
The atomic modeset ioctl can be used to push any number of new values for object properties. The driver can then check the full device configuration as single unit, and try to apply the changes atomically. The ioctl simply takes a list of object IDs and property IDs and their values. Originally