summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-06-06 12:24:20 +0300
committerAlon Levy <alevy@redhat.com>2011-07-17 23:24:56 +0300
commita266ca2e20cd7bc9ad5d5f00bd06367e2ccda285 (patch)
treed6cd92e86276bee86d1321e6cc8b9beb7287b321
parentec5f4f01976c99a15a80ca7bbf693bcc2b71fcec (diff)
miniport/qxl: disable DBG zap of video ram on map
-rw-r--r--miniport/qxl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/miniport/qxl.c b/miniport/qxl.c
index 8340b72..800a3b0 100644
--- a/miniport/qxl.c
+++ b/miniport/qxl.c
@@ -1003,11 +1003,13 @@ BOOLEAN StartIO(PVOID dev_extension, PVIDEO_REQUEST_PACKET packet)
}
mem_info->FrameBufferBase = mem_info->VideoRamBase;
mem_info->FrameBufferLength = mem_info->VideoRamLength;
+#if 0
#ifdef DBG
DEBUG_PRINT((dev, 0, "%s: zap\n", __FUNCTION__));
VideoPortZeroMemory(mem_info->VideoRamBase, mem_info->VideoRamLength);
DEBUG_PRINT((dev, 0, "%s: zap done\n", __FUNCTION__));
#endif
+#endif
}
break;
case IOCTL_VIDEO_UNMAP_VIDEO_MEMORY: {