summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-05vmwgfx: Switch to threaded irqsfeature/thellstrom/threadirqThomas Hellstrom5-111/+116
2015-11-05drm: Support drivers with threaded irqsThomas Hellstrom2-2/+5
2015-11-05vmwgfx: Relax irq locking somewhatThomas Hellstrom4-99/+39
2015-11-05vmwgfx: Replace iowrite/ioread with volatile memory accessesThomas Hellstrom7-95/+117
2015-11-05vmwgfx: switch from ioremap_cache to memremapDan Williams2-4/+12
2015-11-05vmwgfx: Introduce compatibility versions of memremap and [READ|WRITE]_ONCEThomas Hellstrom1-0/+15
2015-10-30vmwgfx: Turn off support for multisample count != 0 v2Thomas Hellstrom2-2/+22
2015-10-22vmwgfx: Fix up user_dmabuf refcounting", while fixing aThomas Hellstrom1-1/+2
2015-10-21vmwgfx: Stabilize the command buffer submission codeThomas Hellstrom1-14/+20
2015-09-30drm: Remove standalone mtrr codeThomas Hellstrom3-35/+0
2015-09-30vmwgfx: Crossport Fix a command submission hang regressionThomas Hellstrom2-6/+22
2015-09-29drm: Allow control- and render nodes to check DRM's version.Thomas Hellstrom1-1/+2
2015-09-29ttm: Fix memory space allocation v2Thomas Hellstrom1-12/+16
2015-09-11vmwgfx: Map the fifo as cachedThomas Hellstrom2-12/+2
2015-09-08drm/vmwgfx: Fix up user_dmabuf refcountingThomas Hellstrom6-17/+39
2015-09-08drm/vmwgfx: Allow dropped masters render-node like access on legacy nodes v2Thomas Hellstrom2-1/+12
2015-09-08vmwgfx: Fix a circular locking dependency in the fbdev codeThomas Hellstrom1-17/+22
2015-09-08vmwgfx: Fix copyright headersSinclair Yeh30-33/+33
2015-09-08vmwgfx: Add DX query support. Various fixes.Sinclair Yeh5-23/+373
2015-09-08vmwgfx: Add command parser support for a couple of DX commandsNeha Bhende1-2/+48
2015-09-08vmwgfx: Command parser fixes for DXCharmaine Lee3-12/+85
2015-09-08vmwgfx: Initial DX supportThomas Hellstrom23-848/+5408
2015-09-08vmwgfx: Update device includes for DX device functionalitySinclair Yeh30-3934/+7920
2015-09-08vmwgfx: Fix query buffer locking order violationThomas Hellstrom1-1/+1
2015-09-07drm: Break out and export the DRM permission check codeThomas Hellstrom2-1/+3
2015-09-07drm/vmwgfx: Fix crash when unloading vmwgfx v2Sinclair Yeh2-19/+12
2015-09-07vmwgfx: Fix framebuffer creation on older hardwareThomas Hellstrom1-1/+4
2015-09-07vmwgfx: Silence a compiler warningThomas Hellstrom1-1/+1
2015-09-07vmwgfx: Add S32_MIN and S32_MAX definesSinclair Yeh1-0/+7
2015-09-07vmwgfx: Fixed topology boundary checking for Screen TargetsSinclair Yeh1-11/+22
2015-09-07vmwgfx: Reinstate the legacy display system dirty callbackThomas Hellstrom1-3/+6
2015-09-07vmwgfx: Implement fbdev on kms v2Thomas Hellstrom8-226/+481
2015-09-07vmwgfx: Fix kms preferred mode sortingThomas Hellstrom1-4/+2
2015-09-07vmwgfx: Fix pin count increment when pinning in VRAM or GMRThomas Hellstrom1-3/+2
2015-09-07vmwgfx: Add a kernel interface to create a framebuffer v2Thomas Hellstrom4-71/+101
2015-09-07vmwgfx: Convert screen targets to new helpers v3Thomas Hellstrom6-674/+532
2015-09-07vmwgfx: Convert screen objects to the new helpersThomas Hellstrom4-541/+425
2015-09-07vmwgfx: Add kms helpers for dirty- and readback functionsThomas Hellstrom6-20/+391
2015-09-07vmwgfx: Introduce a pin count to allow for recursive pinning v2Thomas Hellstrom9-194/+184
2015-09-07vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMsSinclair Yeh7-35/+265
2015-09-07vmwgfx: Implement screen targetsSinclair Yeh10-21/+1480
2015-09-07vmwgfx: Add "quirk" to handling command verification exceptionsThomas Hellstrom4-5/+19
2015-09-07vmwgfx: Major KMS refactoring / cleanup in preparation of screen targetsSinclair Yeh7-538/+605
2015-09-07vmwgfx: Refactor vmw_gb_surface_define_ioctl()Sinclair Yeh2-61/+143
2015-09-07vmwgfx: SVGA device definition updateSinclair Yeh2-6/+123
2015-09-07vmwgfx: Fix locking around resource-pin.Thomas Hellstrom1-0/+4
2015-08-06vmwgfx: Fix an uninitialized valueThomas Hellstrom1-1/+1
2015-08-06vmwgfx: Fix compiler warning with 32-bit dma_addr_tThomas Hellstrom1-1/+5
2015-06-23vmwgfx: Fix a hibernation error pathThomas Hellstrom1-13/+35
2015-06-23vmwgfx: Fix recursive locking in hibernation with fbdev enabledThomas Hellstrom1-9/+53