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
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
>
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