[Spice-devel] [PATCH] qxl-wddm-dod: Load best know defaults for video mode at driver's start

2019-01-24 Thread Yuri Benditovich
Even if initial display resolution is not available at driver start, try to find it in the registry. Then the driver can prevent black screen on uninstall/disable also when it was installed on UEFI machine after the production driver 0.18 which did not report valid video mode. Signed-off-by: Yuri

Re: [Spice-devel] [PATCH 19/26] drm/qxl: Use drm_fb_helper_fill_info

2019-01-24 Thread Gerd Hoffmann
On Thu, Jan 24, 2019 at 05:58:24PM +0100, Daniel Vetter wrote: > This should not result in any changes. I'd love to merge https://patchwork.freedesktop.org/series/53951/ instead (which will -- among other things -- switch qxl over to the generic fbdev emulation and remove the code you are patching

Re: [Spice-devel] [PATCH] drm: Split out drm_probe_helper.h

2019-01-24 Thread Daniel Vetter
On Thu, Jan 24, 2019 at 10:46:47AM +0100, Daniel Vetter wrote: > On Wed, Jan 23, 2019 at 06:00:15PM +0100, Sam Ravnborg wrote: > > Hi Daniel. > > > > On Thu, Jan 17, 2019 at 10:03:34PM +0100, Daniel Vetter wrote: > > > Having the probe helper stuff (which pretty much everyone needs) in > > > the d

[Spice-devel] [PATCH v2 1/2] display-gst: small refactor get_decoded_frame()

2019-01-24 Thread Victor Toso
From: Victor Toso Small refactor to make each code block a bit more obvious. This code should (1) find the @buffer in the queue; (2) remove all old elements from queue. That perfectly fit in two loops in sequence, but they don't need to be nested and they don't need to use the same pointer (gstf

Re: [Spice-devel] [PATCH] drm: Split out drm_probe_helper.h

2019-01-24 Thread Daniel Vetter
On Wed, Jan 23, 2019 at 06:00:15PM +0100, Sam Ravnborg wrote: > Hi Daniel. > > On Thu, Jan 17, 2019 at 10:03:34PM +0100, Daniel Vetter wrote: > > Having the probe helper stuff (which pretty much everyone needs) in > > the drm_crtc_helper.h file (which atomic drivers should never need) is > > confu

Re: [Spice-devel] [spice-gtk v1 1/2] display-gst: small refactor get_decoded_frame()

2019-01-24 Thread Victor Toso
Hi, On Wed, Jan 23, 2019 at 04:45:23PM -0500, Frediano Ziglio wrote: > > > > From: Victor Toso > > > > Small refactor to make each code block a bit more obvious. > > > > This code should (1) find the @buffer in the queue; (2) remove all old > > elements from queue. That perfectly fit in two lo

Re: [Spice-devel] [spice-gtk v1 2/2] Require GStreamer 1.10 and above

2019-01-24 Thread Frediano Ziglio
> > From: Victor Toso > > Odd minor versions are for development version, which means that > checks on 1.9.x should be considered for development while normal > environments should be running the stable. > > Some timeline of stable releases: > > 1.14.4: Tue Oct 2 22:53:01 2018 +0100 > 1.14.0: