Re: [PATCH weston 03/68] compositor-drm: Comment struct members

2016-12-09 Thread Armin Krezović
On 09.12.2016 20:57, Daniel Stone wrote: > Clarify the difference between crtc_id (DRM object) and pipe (index into > drmModeRes->crtcs array, possible_crtcs bitmask). > > Signed-off-by: Daniel Stone > Reviewed-by: Quentin Glidic > Differential Revision: https://phabricator.freedesktop.org/D1405

[PATCH weston 03/68] compositor-drm: Comment struct members

2016-12-09 Thread Daniel Stone
Clarify the difference between crtc_id (DRM object) and pipe (index into drmModeRes->crtcs array, possible_crtcs bitmask). Signed-off-by: Daniel Stone Reviewed-by: Quentin Glidic Differential Revision: https://phabricator.freedesktop.org/D1405 --- libweston/compositor-drm.c | 4 ++-- 1 file cha