Re: [PATCH weston v2] compositor-drm: Fix disabling cursor plane

2017-04-13 Thread Derek Foreman
On 13/04/17 03:23 PM, Daniel Stone wrote: Hi Derek, On 13 April 2017 at 21:11, Derek Foreman wrote: commit a7cba1d4cd4c9013c3ac6cb074fcb7842fb39283 changed the way the cursor plane is setup. Previously it was pre-emptively set disabled for the next frame, and that would be changed at next fra

Re: [PATCH weston v2] compositor-drm: Fix disabling cursor plane

2017-04-13 Thread Daniel Stone
Hi Derek, On 13 April 2017 at 21:11, Derek Foreman wrote: > commit a7cba1d4cd4c9013c3ac6cb074fcb7842fb39283 changed the way > the cursor plane is setup. Previously it was pre-emptively set > disabled for the next frame, and that would be changed at next > frame time if the cursor plane was to be

[PATCH weston v2] compositor-drm: Fix disabling cursor plane

2017-04-13 Thread Derek Foreman
commit a7cba1d4cd4c9013c3ac6cb074fcb7842fb39283 changed the way the cursor plane is setup. Previously it was pre-emptively set disabled for the next frame, and that would be changed at next frame time if the cursor plane was to be used. It was changed to be disabled at plane assignment time. We