Re: [Spice-devel] [PATCH 5/7] qxl-wddm-dod: Fix video modes enumeration

2017-02-13 Thread Yuri Benditovich
Depending on the order of tests, this also can cause some tests to fail, if they verify (explicitly or implicitly) presence of 1024x768. On Mon, Feb 13, 2017 at 11:17 AM, Frediano Ziglio wrote: > > > > When the video mode is changed and then the driver disabled and > > enabled, it did not enume

Re: [Spice-devel] [PATCH 5/7] qxl-wddm-dod: Fix video modes enumeration

2017-02-13 Thread Frediano Ziglio
> > When the video mode is changed and then the driver disabled and > enabled, it did not enumerate available video modes with lower > resolution than current one. All modes starting from 1024x768 > should be available regardless what is current resolution > on driver startup > > Signed-off-by: Y

[Spice-devel] [PATCH 5/7] qxl-wddm-dod: Fix video modes enumeration

2017-02-12 Thread Yuri Benditovich
When the video mode is changed and then the driver disabled and enabled, it did not enumerate available video modes with lower resolution than current one. All modes starting from 1024x768 should be available regardless what is current resolution on driver startup Signed-off-by: Yuri Benditovich