[Spice-devel] [PATCH qxl-wddm-dod 2/3] Enable screen rotation of 180 and 270 degrees

2020-02-27 Thread Yuri Benditovich
https://bugzilla.redhat.com/show_bug.cgi?id=1791804 Currently the screen can be shown as Landscape and Portrait (90 deg. rotation). Allowing also Flipped Portrait (270 deg. rotation) and Flipped Landscape (180 deg). Signed-off-by: Yuri Benditovich --- qxldod/QxlDod.cpp | 8 ++-- 1 file chang

[Spice-devel] [PATCH qxl-wddm-dod 1/3] qxl-wddm-dod: Allow additional low resolution

2020-02-27 Thread Yuri Benditovich
https://bugzilla.redhat.com/show_bug.cgi?id=1758524 Examples are displays 320*200 and 800*480 Signed-off-by: Yuri Benditovich --- qxldod/QxlDod.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qxldod/QxlDod.h b/qxldod/QxlDod.h index d889b9d..016b1aa 100755 --- a/qxldod/Q

[Spice-devel] [PATCH qxl-wddm-dod 3/3] Remap the pointer in case of rotated screen

2020-02-27 Thread Yuri Benditovich
https://bugzilla.redhat.com/show_bug.cgi?id=1791804 The remapping will work only when the driver controls the placement of drawn pointer, i.e. when the input device in VM is usb-mouse and the Spice Agent is not active. Signed-off-by: Yuri Benditovich --- qxldod/QxlDod.cpp | 26 ++

Re: [Spice-devel] [PATCH qxl-wddm-dod 1/3] qxl-wddm-dod: Allow additional low resolution

2020-02-27 Thread Marek Kedzierski
ack - Original Message - > From: "Yuri Benditovich" > To: spice-devel@lists.freedesktop.org > Cc: y...@daynix.com > Sent: Thursday, February 27, 2020 11:02:53 AM > Subject: [Spice-devel] [PATCH qxl-wddm-dod 1/3] qxl-wddm-dod: Allow > additional low resolution > > https://bugzilla.redhat

Re: [Spice-devel] [PATCH v3 1/2] virtio-video: Add virtio video device specification

2020-02-27 Thread Gerd Hoffmann
Hi, > Dmitry's virtio-video driver > https://patchwork.linuxtv.org/patch/61717/. > Once it becomes fully functional, I'll post a list of possible > improvements of protocol. Cool. Actually implementing things can find design problems in the protocol you didn't notice earlier. > > > +\begin{de

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