summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-27display/driver: reimplement DrvAssertMode for Suspend+Hibernate (S3+S4) supportasync_and_s3.v4Alon Levy2-9/+89
2011-07-27display/*: add PDev->enabledAlon Levy3-0/+27
2011-07-27display/surface: add surfaces from/to ramAlon Levy6-44/+248
2011-07-17display/surface: add DEVICE_BITMAP_ALLOCATION_TYPE_RAM, cleanup surface alloc...Alon Levy4-21/+43
2011-07-17display/surface: FreeSurfaceInfo: ignore double freesAlon Levy1-1/+7
2011-07-17display/surface: GetSurfaceId: return -1 if \!surf->dhsurfAlon Levy1-0/+3
2011-07-17display/surface: add QXL_SURFACE_HOOKS defineAlon Levy2-8/+16
2011-07-17display/res: add a debug print level 9Alon Levy1-0/+2
2011-07-17display/res: __AllocMem: verbose debugging (log_level 12)Alon Levy1-2/+9
2011-07-17display/res: add helpers for clearing device memoryAlon Levy2-22/+86
2011-07-17display/res: make (Cursor|Palette)CacheRemove always release the objectYonit Halperin1-15/+30
2011-07-17display/res: substitute CursorCacheRemove false "break" with "return"Yonit Halperin1-1/+1
2011-07-17display/*: s/FreeSurface/FreeSurfaceInfo/Alon Levy3-3/+3
2011-07-17display: add a few debug prints (level=3)Alon Levy2-0/+4
2011-07-17display/res: fix typo in debug printAlon Levy1-1/+1
2011-07-17(mp+dd) whitespace cleanupAlon Levy3-5/+5
2011-07-17driver/res: add debugging prints of released resources typesAlon Levy1-0/+87
2011-07-17display/driver: DisableQXLPrimarySurface: add hide_mouse parameter (reused in...Alon Levy1-7/+8
2011-07-17display/*: add debug helpers DUMP_VRAM_MSPACE and DUMP_DEVRAM_MSPACEAlon Levy3-6/+34
2011-07-17display/driver: add DebugCountAliveSurfacesAlon Levy1-0/+31
2011-07-17display/{driver,surface}: use pdev in some DEBUG_PRINTsAlon Levy2-19/+20
2011-07-17display/mspace: fix mspace_max_footprint and mspace_footprintAlon Levy1-2/+4
2011-07-17miniport/qxl: raise loglevel for mode printsAlon Levy1-2/+2
2011-07-17miniport/qxl: SetVideoModeInfo: pass QXLExtension for debug printsAlon Levy1-3/+3
2011-07-17miniport/qxl: disable DBG zap of video ram on mapAlon Levy1-0/+2
2011-07-17miniport: pass dev as first parameter of DEBUG_PRINT instead of 0Alon Levy1-91/+93
2011-07-17miniport/qxl: add DebugZeroDeviceMemory and use in DBG for hibernate andAlon Levy1-4/+32
2011-07-17miniport/qxl: implement SetPowerState:VideoPowerOnAlon Levy1-2/+11
2011-07-17miniport/qxl: store vram_start on video memory map for later debug usageAlon Levy1-0/+3
2011-07-17miniport/*: use QXL_IO_LOG with internal snprintfAlon Levy5-7/+762
2011-07-17don't create a surface if vram mspace is unmappedAlon Levy1-1/+1
2011-07-17qxl_driver.h: bump QXL_DRIVER_INFO_VERSION (added pci_revision, flush_* ports)Alon Levy1-1/+1
2011-07-17miniport+display: export FLUSH_{SURFACES,RELEASE} ports for use by AssertMode...Alon Levy4-0/+10
2011-07-17asynchronous io port support (introduced in revision 3 of qxl device)Alon Levy7-35/+140
2011-06-23export pci revision from miniport to displayAlon Levy4-0/+9
2011-06-23miniport: we support rev 3 too nowAlon Levy1-0/+4
2011-06-20display/driver: DebugPrintV: check for pdev->Res before dereferencing itAlon Levy1-1/+1
2011-06-20display/surface: CreateDeviceBitmap: remove redundant FreeSurfaceAlon Levy1-1/+0
2011-06-20treewide: staticfy some functions, small indentation fixesAlon Levy5-16/+12
2011-06-20display/res: better error message for FreeMem assertAlon Levy1-2/+9
2011-06-20display/driver: DebugPrint: check for log_level being set (allow using DebugP...Alon Levy1-1/+1
2011-06-20display/res: turn two asserts in CursorCacheRemove to debug printsAlon Levy1-2/+5
2011-06-20display: fix broken debug in checkedAlon Levy3-9/+7
2011-06-20display: use WAIT_FOR_EVENT everywhereAlon Levy2-33/+6
2011-04-07display/res: fix ie9 renderingAlon Levy1-6/+2
2011-03-24sync miniport and driver versionsAlon Levy2-4/+4
2011-03-24driver: allowed modes: remove limit of 480 <= {X,Y} <= 2000Alon Levy2-5/+3
2011-02-02spice: windows qxl drivers: support x64 buildHEADmasterArnon Gilboa13-73/+101
2010-09-29Bump version to 1.4.1.0 for 0.6.1 release0.6.1Alexander Larsson2-3/+3
2010-09-20Protect palette cache agains concurrent accessAlexander Larsson2-0/+15