Re: [Spice-devel] [PATCH v3 4/4] drm/qxl: Use simple encoder

2020-02-28 Thread Sam Ravnborg
Hi Thomas. On Tue, Feb 25, 2020 at 02:10:55PM +0100, Thomas Zimmermann wrote: > The qxl driver uses an empty implementation for its encoder. Replace > the code with the generic simple encoder. > > v2: > * rebase onto new simple-encoder interface > > Signed-off-by: Thomas Zimmermann > Acke

Re: [Spice-devel] [PATCH v3 4/4] drm/qxl: Use simple encoder

2020-02-27 Thread Thomas Zimmermann
Hi Sam Am 27.02.20 um 21:45 schrieb Sam Ravnborg: > Hi Thomas. > > On Tue, Feb 25, 2020 at 02:10:55PM +0100, Thomas Zimmermann wrote: >> The qxl driver uses an empty implementation for its encoder. Replace >> the code with the generic simple encoder. >> >> v2: >> * rebase onto new simple-enc

[Spice-devel] [PATCH v3 4/4] drm/qxl: Use simple encoder

2020-02-26 Thread Thomas Zimmermann
The qxl driver uses an empty implementation for its encoder. Replace the code with the generic simple encoder. v2: * rebase onto new simple-encoder interface Signed-off-by: Thomas Zimmermann Acked-by: Sam Ravnborg Acked-by: Gerd Hoffmann --- drivers/gpu/drm/qxl/qxl_display.c | 18 +++-