[PATCH v2 0/4] drm/atomic: Add accessor macros for all atomic state.

2016-12-15 Thread Maarten Lankhorst
Op 14-12-16 om 14:17 schreef Daniel Vetter: > On Wed, Nov 16, 2016 at 02:58:04PM +0100, Maarten Lankhorst wrote: >> Second approach. Instead of trying to convert all drivers straight away, >> implement all macros that are required to get state working. >> >> Current situation: >> Use obj->state,

[PATCH v2 0/4] drm/atomic: Add accessor macros for all atomic state.

2016-12-14 Thread Daniel Vetter
On Wed, Nov 16, 2016 at 02:58:04PM +0100, Maarten Lankhorst wrote: > Second approach. Instead of trying to convert all drivers straight away, > implement all macros that are required to get state working. > > Current situation: > Use obj->state, which can refer to old or new state. > Use

[PATCH v2 0/4] drm/atomic: Add accessor macros for all atomic state.

2016-11-16 Thread Daniel Vetter
On Wed, Nov 16, 2016 at 05:11:31PM +0100, Maarten Lankhorst wrote: > Op 16-11-16 om 15:18 schreef Daniel Vetter: > > On Wed, Nov 16, 2016 at 02:58:04PM +0100, Maarten Lankhorst wrote: > >> Second approach. Instead of trying to convert all drivers straight away, > >> implement all macros that are

[PATCH v2 0/4] drm/atomic: Add accessor macros for all atomic state.

2016-11-16 Thread Maarten Lankhorst
Op 16-11-16 om 15:18 schreef Daniel Vetter: > On Wed, Nov 16, 2016 at 02:58:04PM +0100, Maarten Lankhorst wrote: >> Second approach. Instead of trying to convert all drivers straight away, >> implement all macros that are required to get state working. >> >> Current situation: >> Use obj->state,

[PATCH v2 0/4] drm/atomic: Add accessor macros for all atomic state.

2016-11-16 Thread Daniel Vetter
On Wed, Nov 16, 2016 at 02:58:04PM +0100, Maarten Lankhorst wrote: > Second approach. Instead of trying to convert all drivers straight away, > implement all macros that are required to get state working. > > Current situation: > Use obj->state, which can refer to old or new state. > Use

[PATCH v2 0/4] drm/atomic: Add accessor macros for all atomic state.

2016-11-16 Thread Maarten Lankhorst
Second approach. Instead of trying to convert all drivers straight away, implement all macros that are required to get state working. Current situation: Use obj->state, which can refer to old or new state. Use drm_atomic_get_(existing_)obj_state, which can refer to new or old state. Use