summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)AuthorFilesLines
2015-08-21drm/vmwgfx: Remove duplicate ttm_bo_device_releaseThomas Hellstrom1-1/+0
2015-08-21drm/vmwgfx: Fix a circular locking dependency in the fbdev codeThomas Hellstrom1-12/+17
2015-08-17Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie53-6166/+19137
2015-08-17Merge tag 'v4.2-rc7' into drm-nextDave Airlie1-2/+2
2015-08-14drm/vmwgfx: Fix execbuf locking issuesThomas Hellstrom1-2/+2
2015-08-12drm/vmwgfx: Fix copyright headersSinclair Yeh29-31/+31
2015-08-12drm/vmwgfx: Add DX query support. Various fixes.Sinclair Yeh5-26/+373
2015-08-12drm/vmwgfx: Add command parser support for a couple of DX commandsNeha Bhende1-2/+48
2015-08-12drm/vmwgfx: Command parser fixes for DXCharmaine Lee4-15/+89
2015-08-12drm/vmwgfx: Initial DX supportThomas Hellstrom21-776/+5319
2015-08-12drm/vmwgfx: Update device includes for DX device functionalitySinclair Yeh31-3879/+7597
2015-08-12drm/vmwgfx: Fix crash when unloading vmwgfx v2Sinclair Yeh2-24/+19
2015-08-12drm/vmwgfx: Fix framebuffer creation on older hardwareThomas Hellstrom1-2/+5
2015-08-12drm/vmwgfx: Fixed topology boundary checking for Screen TargetsSinclair Yeh1-11/+22
2015-08-06drivers: gpu: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2-2/+2
2015-08-05drm/vmwgfx: Fix an uninitialized valueThomas Hellstrom1-1/+1
2015-08-05drm/vmwgfx: Fix compiler warning with 32-bit dma_addr_tThomas Hellstrom1-1/+5
2015-08-05drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom20-107/+103
2015-08-05drm/vmwgfx: Fix kms preferred mode sortingThomas Hellstrom1-4/+2
2015-08-05drm/vmwgfx: Reinstate the legacy display system dirty callbackThomas Hellstrom1-3/+6
2015-08-05drm/vmwgfx: Implement fbdev on kms v2Thomas Hellstrom6-214/+436
2015-08-05drm/vmwgfx: Add a kernel interface to create a framebuffer v2Thomas Hellstrom4-72/+102
2015-08-05drm/vmwgfx: Avoid cmdbuf alloc sleeping if !TASK_RUNNINGThomas Hellstrom1-49/+34
2015-08-05drm/vmwgfx: Convert screen targets to new helpers v3Thomas Hellstrom6-679/+534
2015-08-05drm/vmwgfx: Convert screen objects to the new helpersThomas Hellstrom4-556/+444
2015-08-05drm/vmwgfx: Add kms helpers for dirty- and readback functionsThomas Hellstrom6-21/+391
2015-08-05drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2Thomas Hellstrom9-196/+179
2015-08-05drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMsSinclair Yeh7-35/+266
2015-08-05drm/vmwgfx: Implement screen targetsSinclair Yeh9-24/+1474
2015-08-05drm/vmwgfx: Add "quirk" to handling command verification exceptionsThomas Hellstrom4-5/+19
2015-08-05vmwgfx: Major KMS refactoring / cleanup in preparation of screen targetsSinclair Yeh7-546/+597
2015-08-05drm/vmwgfx: Refactor vmw_gb_surface_define_ioctl()Sinclair Yeh2-61/+143
2015-08-05drm/vmwgfx: SVGA device definition updateSinclair Yeh2-6/+117
2015-08-05drm/vmwgfx: Add an interface to pin a resource v3Thomas Hellstrom2-1/+94
2015-08-05drm/vmwgfx: Fix an overlay lockdep errorThomas Hellstrom1-6/+6
2015-08-05drm/vmwgfx: Add command buffer support v3Thomas Hellstrom10-33/+1656
2015-08-05vmwgfx: Update device headers for command buffers.Thomas Hellstrom3-2/+190
2015-08-05drm/vmwgfx: Fix OTABLE takedownThomas Hellstrom1-10/+11
2015-08-05 vmwgfx: Rework device initializationThomas Hellstrom10-174/+230
2015-08-05drm/vmwgfx: Fix an fb unlocking bugThomas Hellstrom1-2/+2
2015-07-27drm: Make the connector dpms callback return a value, v2.Maarten Lankhorst2-2/+3
2015-04-01Merge tag 'topic/drm-misc-2015-03-31' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-2/+2
2015-03-27drm: Drop ioctl->cmd_drvVille Syrjälä1-2/+2
2015-03-11drm/vmwgfx: Fix an issue with the device losing its irq line on module unloadThomas Hellstrom1-0/+1
2015-03-11drm/vmwgfx: Correctly NULLify dma buffer pointer on failureColin Ian King1-4/+6
2015-03-11drm/vmwgfx: Reorder device takedown somewhatThomas Hellstrom1-37/+40
2015-03-11drm/vmwgfx: Fix a couple of lock dependency violationsThomas Hellstrom2-16/+6
2015-01-19drm/vmwgfx: Replace the hw mutex with a hw spinlockThomas Hellstrom7-86/+56
2014-12-04drm/ttm: optionally move duplicates to a separate listChristian König2-3/+5
2014-12-03drm/vmwgfx: (Re)bind shaders to MOBs with the correct offsetThomas Hellstrom1-1/+1