summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Remove duplicate ttm_bo_device_releaseThomas Hellstrom2015-08-211-1/+0
* drm/vmwgfx: Fix a circular locking dependency in the fbdev codeThomas Hellstrom2015-08-211-12/+17
* Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie2015-08-1753-6166/+19137
|\
| * drm/vmwgfx: Fix copyright headersSinclair Yeh2015-08-1229-31/+31
| * drm/vmwgfx: Add DX query support. Various fixes.Sinclair Yeh2015-08-125-26/+373
| * drm/vmwgfx: Add command parser support for a couple of DX commandsNeha Bhende2015-08-121-2/+48
| * drm/vmwgfx: Command parser fixes for DXCharmaine Lee2015-08-124-15/+89
| * drm/vmwgfx: Initial DX supportThomas Hellstrom2015-08-1221-776/+5319
| * drm/vmwgfx: Update device includes for DX device functionalitySinclair Yeh2015-08-1231-3879/+7597
| * drm/vmwgfx: Fix crash when unloading vmwgfx v2Sinclair Yeh2015-08-122-24/+19
| * drm/vmwgfx: Fix framebuffer creation on older hardwareThomas Hellstrom2015-08-121-2/+5
| * drm/vmwgfx: Fixed topology boundary checking for Screen TargetsSinclair Yeh2015-08-121-11/+22
| * drm/vmwgfx: Fix an uninitialized valueThomas Hellstrom2015-08-051-1/+1
| * drm/vmwgfx: Fix compiler warning with 32-bit dma_addr_tThomas Hellstrom2015-08-051-1/+5
| * drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom2015-08-0520-107/+103
| * drm/vmwgfx: Fix kms preferred mode sortingThomas Hellstrom2015-08-051-4/+2
| * drm/vmwgfx: Reinstate the legacy display system dirty callbackThomas Hellstrom2015-08-051-3/+6
| * drm/vmwgfx: Implement fbdev on kms v2Thomas Hellstrom2015-08-056-214/+436
| * drm/vmwgfx: Add a kernel interface to create a framebuffer v2Thomas Hellstrom2015-08-054-72/+102
| * drm/vmwgfx: Avoid cmdbuf alloc sleeping if !TASK_RUNNINGThomas Hellstrom2015-08-051-49/+34
| * drm/vmwgfx: Convert screen targets to new helpers v3Thomas Hellstrom2015-08-056-679/+534
| * drm/vmwgfx: Convert screen objects to the new helpersThomas Hellstrom2015-08-054-556/+444
| * drm/vmwgfx: Add kms helpers for dirty- and readback functionsThomas Hellstrom2015-08-056-21/+391
| * drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2Thomas Hellstrom2015-08-059-196/+179
| * drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMsSinclair Yeh2015-08-057-35/+266
| * drm/vmwgfx: Implement screen targetsSinclair Yeh2015-08-059-24/+1474
| * drm/vmwgfx: Add "quirk" to handling command verification exceptionsThomas Hellstrom2015-08-054-5/+19
| * vmwgfx: Major KMS refactoring / cleanup in preparation of screen targetsSinclair Yeh2015-08-057-546/+597
| * drm/vmwgfx: Refactor vmw_gb_surface_define_ioctl()Sinclair Yeh2015-08-052-61/+143
| * drm/vmwgfx: SVGA device definition updateSinclair Yeh2015-08-052-6/+117
| * drm/vmwgfx: Add an interface to pin a resource v3Thomas Hellstrom2015-08-052-1/+94
| * drm/vmwgfx: Fix an overlay lockdep errorThomas Hellstrom2015-08-051-6/+6
| * drm/vmwgfx: Add command buffer support v3Thomas Hellstrom2015-08-0510-33/+1656
| * vmwgfx: Update device headers for command buffers.Thomas Hellstrom2015-08-053-2/+190
| * drm/vmwgfx: Fix OTABLE takedownThomas Hellstrom2015-08-051-10/+11
| * vmwgfx: Rework device initializationThomas Hellstrom2015-08-0510-174/+230
| * drm/vmwgfx: Fix an fb unlocking bugThomas Hellstrom2015-08-051-2/+2
* | Merge tag 'v4.2-rc7' into drm-nextDave Airlie2015-08-171-2/+2
|\ \
| * | drm/vmwgfx: Fix execbuf locking issuesThomas Hellstrom2015-08-141-2/+2
| |/
* | drivers: gpu: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-08-062-2/+2
* | drm: Make the connector dpms callback return a value, v2.Maarten Lankhorst2015-07-272-2/+3
|/
* Merge tag 'topic/drm-misc-2015-03-31' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-04-011-2/+2
|\
| * drm: Drop ioctl->cmd_drvVille Syrjälä2015-03-271-2/+2
* | drm/vmwgfx: Fix an issue with the device losing its irq line on module unloadThomas Hellstrom2015-03-111-0/+1
* | drm/vmwgfx: Correctly NULLify dma buffer pointer on failureColin Ian King2015-03-111-4/+6
* | drm/vmwgfx: Reorder device takedown somewhatThomas Hellstrom2015-03-111-37/+40
* | drm/vmwgfx: Fix a couple of lock dependency violationsThomas Hellstrom2015-03-112-16/+6
|/
* drm/vmwgfx: Replace the hw mutex with a hw spinlockThomas Hellstrom2015-01-197-86/+56
* drm/ttm: optionally move duplicates to a separate listChristian König2014-12-032-3/+5
* drm/vmwgfx: (Re)bind shaders to MOBs with the correct offsetThomas Hellstrom2014-12-031-1/+1
OpenPOWER on IntegriCloud