Re: [Spice-devel] [PATCH v4 0/4] drm: Provide a simple encoder

2020-02-29 Thread Sam Ravnborg
Hi Thomas. On Fri, Feb 28, 2020 at 09:18:24AM +0100, Thomas Zimmermann wrote: > Many DRM drivers implement an encoder with an empty implementation. This > patchset adds drm_simple_encoder_init(), which drivers can use instead. > Except for the destroy callback, the simple encoder's implementation

[Spice-devel] [PATCH v4 0/4] drm: Provide a simple encoder

2020-02-28 Thread Thomas Zimmermann
Many DRM drivers implement an encoder with an empty implementation. This patchset adds drm_simple_encoder_init(), which drivers can use instead. Except for the destroy callback, the simple encoder's implementation is empty. The patchset also converts 4 encoder instances to use the simple-encoder