[Spice-devel] [PATCH qxl-win] miniport/qxl.c: fail a custom mode that would not fit memory (RHBZ#863488)

2013-06-30 Thread Alon Levy
Signed-off-by: Alon Levy --- miniport/qxl.c | 26 +- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/miniport/qxl.c b/miniport/qxl.c index 58ba15e..69d1b16 100644 --- a/miniport/qxl.c +++ b/miniport/qxl.c @@ -994,16 +994,29 @@ PVIDEO_MODE_INFORMATION FindMod

Re: [Spice-devel] [PATCH qxl-win] miniport/qxl.c: fail a custom mode that would not fit memory (RHBZ#863488)

2013-06-30 Thread Marc-André Lureau
ack - Mensaje original - > Signed-off-by: Alon Levy > --- > miniport/qxl.c | 26 +- > 1 file changed, 21 insertions(+), 5 deletions(-) > > diff --git a/miniport/qxl.c b/miniport/qxl.c > index 58ba15e..69d1b16 100644 > --- a/miniport/qxl.c > +++ b/miniport/qxl.c >

[Spice-devel] [PATCH] qxl: add uevent handler support

2013-06-30 Thread Dave Airlie
From: Dave Airlie This allows the driver to process uevents from the kernel when the mode changes. Signed-off-by: Dave Airlie --- configure.ac | 14 + src/Makefile.am | 6 +- src/qxl_drmmode.c | 62 +++ src/qxl_drmmode