Re: [PATCH weston 2/2] compositor-drm: move state_invalid setting to deinit

2018-02-09 Thread Daniel Stone
Hi Pekka, On 9 February 2018 at 10:29, Pekka Paalanen wrote: > Setting state_invalid to true is moved together with the code adding new > unused CRTCs and connectors in drm_output_deinit(). Logically these two > operations belong together: state_invalid is required for the new unused > item to be

[PATCH weston 2/2] compositor-drm: move state_invalid setting to deinit

2018-02-09 Thread Pekka Paalanen
From: Pekka Paalanen Setting state_invalid to true is moved together with the code adding new unused CRTCs and connectors in drm_output_deinit(). Logically these two operations belong together: state_invalid is required for the new unused item to be turned off. This does not hinder initial turni