Re: [PATCH weston v2 2/3] compositor-drm: Avoid connector_allocator for hotplugs

2017-02-09 Thread Quentin Glidic
On 09/02/2017 17:44, Daniel Stone wrote: Rather than using connector_allocator to determine whether an output is newly connected or not, use a list walk across all outputs instead. Signed-off-by: Daniel Stone Reported-by: Peter Senna Tschudin Seems good: Reviewed-by: Quentin Glidic Cheers,

[PATCH weston v2 2/3] compositor-drm: Avoid connector_allocator for hotplugs

2017-02-09 Thread Daniel Stone
Rather than using connector_allocator to determine whether an output is newly connected or not, use a list walk across all outputs instead. Signed-off-by: Daniel Stone Reported-by: Peter Senna Tschudin --- libweston/compositor-drm.c | 31 +-- 1 file changed, 25 inser