summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-23vmwgfx: Reinstate the legacy display system dirty callbackfeature/thellstrom/screen-target-mergeThomas Hellstrom1-3/+6
2015-06-23vmwgfx: Implement fbdev on kms v2Thomas Hellstrom8-226/+481
2015-06-23vmwgfx: Fix kms preferred mode sortingThomas Hellstrom1-4/+2
2015-06-23vmwgfx: Fix pin count increment when pinning in VRAM or GMRThomas Hellstrom1-3/+2
2015-06-23vmwgfx: Add a kernel interface to create a framebuffer v2Thomas Hellstrom4-71/+101
2015-06-23vmwgfx: Convert screen targets to new helpers v3Thomas Hellstrom6-674/+532
2015-06-23vmwgfx: Convert screen objects to the new helpersThomas Hellstrom4-541/+425
2015-06-23vmwgfx: Add kms helpers for dirty- and readback functionsThomas Hellstrom6-20/+391
2015-06-23vmwgfx: Introduce a pin count to allow for recursive pinning v2Thomas Hellstrom9-194/+184
2015-06-23vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMsSinclair Yeh7-35/+265
2015-06-23vmwgfx: Implement screen targetsSinclair Yeh10-21/+1480
2015-06-23vmwgfx: Add "quirk" to handling command verification exceptionsThomas Hellstrom4-5/+19
2015-06-23vmwgfx: Major KMS refactoring / cleanup in preparation of screen targetsSinclair Yeh7-538/+605
2015-06-23vmwgfx: Refactor vmw_gb_surface_define_ioctl()Sinclair Yeh2-61/+143
2015-06-23vmwgfx: SVGA device definition updateSinclair Yeh2-6/+123
2015-06-23vmwgfx: Fix locking around resource-pin.Thomas Hellstrom1-0/+4
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
2015-06-18vmwgfx: Don't buffer fbdev updatesThomas Hellstrom1-0/+1
2015-06-08vmwgfx: Fix an overlay lockdep errorThomas Hellstrom1-6/+6
2015-06-08vmwgfx/ttm: Fix compilation error on linux 4.1Thomas Hellstrom1-1/+11
2015-05-19vmwgfx: More device init fixesThomas Hellstrom1-18/+42
2015-05-07vmwgfx: Add command buffer support v3Thomas Hellstrom9-35/+1662
2015-05-05vmwgfx: Update device headers for command buffers.Thomas Hellstrom3-2/+190
2015-05-05vmwgfx/drm: Make the range manager tasklet safe.Thomas Hellstrom1-13/+13
2015-05-05vmwgfx: Fix an oops and an error printout.Thomas Hellstrom1-1/+2
2015-05-05vmwgfx: Rework device initializationThomas Hellstrom11-209/+123
2015-04-23vmwgfx: Replace the hw mutex with a hw spinlockThomas Hellstrom7-69/+52
2015-04-01vmwgfx: Fix an fb unlocking bugThomas Hellstrom1-2/+2
2015-03-13ttm: Add lockdep annotation to the TTM lockThomas Hellstrom2-46/+40
2015-03-12vmwgfx: Fix an issue with the device losing its irq line on module unloadThomas Hellstrom1-0/+1
2015-03-12 drm/vmwgfx: Correctly NULLify dma buffer pointer on failureColin Ian King1-4/+6
2015-03-12vmwgfx: Reorder device takedown somewhatThomas Hellstrom1-37/+41
2015-03-12vmwgfx: Fix a couple of lock dependency violationsThomas Hellstrom2-16/+6
2015-02-06vmwgfx: fix version check for set_need_resched()Brian Paul1-2/+2
2014-12-19drm,vmwgfx: Add connectors to sysfsThomas Hellstrom4-2/+8
2014-12-19vmwgfx: Get rid of the vmwgfx sysfs subsystemThomas Hellstrom7-221/+58
2014-12-19vmwgfx: Add suggested screen x and y connector propertiesThomas Hellstrom4-0/+45
2014-12-19drm: suggested offset properties from upstreamThomas Hellstrom2-0/+77
2014-12-19drm,vmwgfx: Fix compile warnings on some kernel versionsThomas Hellstrom2-2/+4
2014-12-19vmwgfx: Fix some ioctl permissionsThomas Hellstrom1-3/+3
2014-12-01vmwgfx: (Re)bind shaders to MOBs with the correct offsetThomas Hellstrom1-1/+1
2014-12-01vmwgfx: Fix fence event codeThomas Hellstrom1-12/+7
2014-12-01vmwgfx: Don't use memory accounting for kernel-side fence objectsThomas Hellstrom1-19/+2
2014-11-28drm, vmwgfx: Fix compilation errors and warnings for 3.18.0Thomas Hellstrom5-6/+19
2014-11-28vmwgfx: Sync ttm_object.c with upstreamThomas Hellstrom1-8/+3
2014-11-18vmwgfx: Fix error printout on signals pendingThomas Hellstrom1-2/+6
2014-11-16vmwgfx: Make sure user-space can't DMA across buffer object boundaries v2Thomas Hellstrom1-0/+22
2014-11-14vmwgfx: Bump driver minor and dateThomas Hellstrom1-3/+3
2014-11-14vmwgfx: Enable render nodesThomas Hellstrom1-22/+20