Re: [PATCH weston 04/68] compositor-drm: Delete drm_backend_set_modes

2016-12-09 Thread Armin Krezović
On 09.12.2016 20:57, Daniel Stone wrote: > Even if we do have a framebuffer matching the mode, we immediately > schedule a repaint, meaning we either do work for no reason, or show > stale content before we bring up the new content. > > Delete this and just let repaint deal with it. > > Different

[PATCH weston 04/68] compositor-drm: Delete drm_backend_set_modes

2016-12-09 Thread Daniel Stone
Even if we do have a framebuffer matching the mode, we immediately schedule a repaint, meaning we either do work for no reason, or show stale content before we bring up the new content. Delete this and just let repaint deal with it. Differential Revision: https://phabricator.freedesktop.org/D1481