Re: [PATCH weston v5 13/14] compositor-drm: Calculate atomic-commit flags earlier

2018-08-07 Thread Pekka Paalanen
On Fri, 20 Jul 2018 20:03:34 +0100 Daniel Stone wrote: > Shift up our calculation of the flags we use for atomic commits. We will > later use this to differentiate between test-only and full commits when > printing debug information inside drm_output_state_apply_atomic. > > Signed-off-by:

[PATCH weston v5 13/14] compositor-drm: Calculate atomic-commit flags earlier

2018-07-20 Thread Daniel Stone
Shift up our calculation of the flags we use for atomic commits. We will later use this to differentiate between test-only and full commits when printing debug information inside drm_output_state_apply_atomic. Signed-off-by: Daniel Stone --- libweston/compositor-drm.c | 25