Re: [PATCH weston v2 3/3] compositor-drm: Remove connector_allocator

2017-02-09 Thread Quentin Glidic
On 09/02/2017 17:44, Daniel Stone wrote: Remove the last usage of connector_allocator, which was to check for displays which have been hot-unplugged, and replace it with an array which doesn't rely on the connector IDs remaining below 32 (or 64). Signed-off-by: Daniel Stone Reported-by: Peter S

[PATCH weston v2 3/3] compositor-drm: Remove connector_allocator

2017-02-09 Thread Daniel Stone
Remove the last usage of connector_allocator, which was to check for displays which have been hot-unplugged, and replace it with an array which doesn't rely on the connector IDs remaining below 32 (or 64). Signed-off-by: Daniel Stone Reported-by: Peter Senna Tschudin --- libweston/compositor-dr