summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vmwgfx-next-4.19-3' of git://people.freedesktop.org/~thomash/linux...Dave Airlie2018-07-101-2/+30
|\
| * drm/vmwgfx: Add support for SVGA3dCmdIntraSurfaceCopy commandNeha Bhende2018-07-061-0/+28
| * drm/vmwgfx: Update the device headersDeepak Rawat2018-07-041-2/+2
* | Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...Dave Airlie2018-07-101-44/+42Star
|\|
| * drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom2018-07-031-44/+42Star
* | drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)2018-06-291-2/+2
|/
* BackMerge tag 'v4.15-rc8' into drm-nextDave Airlie2018-01-181-0/+2
|\
| * drm/vmwgfx: Potential off by one in vmw_view_add()Dan Carpenter2018-01-101-0/+2
* | drm/ttm: add operation ctx to ttm_bo_validate v2Christian König2017-12-061-5/+4Star
|/
* drm/vmwgfx: Add export fence to file descriptor supportSinclair Yeh2017-08-281-7/+62
* drm/vmwgfx: Add support for imported Fence File DescriptorSinclair Yeh2017-08-281-2/+22
* drm/vmwgfx: Prepare to support fence fdSinclair Yeh2017-08-281-5/+0Star
* drm/vmwgfx: Support the NOP_ERROR commandThomas Hellstrom2017-08-281-0/+2
* drm/vmwgfx: Restart command buffers after errorsThomas Hellstrom2017-08-281-1/+47
* drm/vmwgfx: Fix gcc-7.1.1 warningSinclair Yeh2017-07-181-1/+1
* drm/vmwgfx: fix comment mistake for vmw_cmd_dx_set_index_buffer()Brian Paul2017-07-181-1/+1
* drm/vmwgfx: Fix NULL pointer comparisonRavikant B Sharma2017-07-181-2/+2
* drm/vmwgfx: Avoid validating views on view destructionThomas Hellstrom2016-10-101-13/+58
* drm/vmwgfx: Limit the user-space command buffer sizeThomas Hellstrom2016-10-101-3/+3
* drm/vmwgfx: Remove a leftover debug printoutThomas Hellstrom2016-10-101-3/+0Star
* drm/vmwgfx: Allow resource relocations on byte boundariesThomas Hellstrom2016-10-101-15/+26
* drm/vmwgfx: Enable SVGA_3D_CMD_DX_TRANSFER_FROM_BUFFER commandCharmaine Lee2016-10-101-0/+32
* drm/vmwgfx: Delete an unnecessary check before the function call "vfree"Markus Elfring2016-07-221-3/+1Star
* drm/vmwgfx: use vmw_cmd_dx_cid_check for query commands.Charmaine Lee2016-04-281-4/+4
* drm/vmwgfx: Enable SVGA_3D_CMD_DX_SET_PREDICATIONCharmaine Lee2016-04-281-1/+1
* drm/vmwgfx: Add DXGenMips supportCharmaine Lee2016-03-141-1/+21
* drm/vmwgfx: Fix up user_dmabuf refcountingThomas Hellstrom2015-09-141-2/+4
* drm/vmwgfx: Add DX query support. Various fixes.Sinclair Yeh2015-08-121-18/+191
* 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-121-13/+85
* drm/vmwgfx: Initial DX supportThomas Hellstrom2015-08-121-116/+1232
* drm/vmwgfx: Update device includes for DX device functionalitySinclair Yeh2015-08-121-2/+0Star
* drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom2015-08-051-9/+9
* drm/vmwgfx: Convert screen targets to new helpers v3Thomas Hellstrom2015-08-051-19/+5Star
* drm/vmwgfx: Add kms helpers for dirty- and readback functionsThomas Hellstrom2015-08-051-8/+11
* drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2Thomas Hellstrom2015-08-051-41/+40Star
* drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMsSinclair Yeh2015-08-051-7/+13
* drm/vmwgfx: Add "quirk" to handling command verification exceptionsThomas Hellstrom2015-08-051-0/+10
* drm/vmwgfx: Add command buffer support v3Thomas Hellstrom2015-08-051-28/+152
* drm/vmwgfx: Correctly NULLify dma buffer pointer on failureColin Ian King2015-03-111-4/+6
* drm/vmwgfx: Fix a couple of lock dependency violationsThomas Hellstrom2015-03-111-5/+3Star
* drm/ttm: optionally move duplicates to a separate listChristian König2014-12-041-2/+4
* drm: backmerge tag 'v3.17-rc5' into drm-nextDave Airlie2014-09-161-6/+5Star
|\
| * drm/vmwgfx: Fix an incorrect OOM return valueThomas Hellstrom2014-09-011-6/+5Star
* | drm/ttm: allow fence to be added as sharedChristian König2014-09-111-0/+3
* | drm/vmwgfx: rework to new fence interface, v2Maarten Lankhorst2014-09-021-1/+1
* | drm/vmwgfx: get rid of different types of fence_flags entirelyMaarten Lankhorst2014-09-021-11/+3Star
* | drm/ttm: kill off some members to ttm_validate_bufferMaarten Lankhorst2014-09-011-1/+0Star
* | drm/ttm: add interruptible parameter to ttm_eu_reserve_buffersMaarten Lankhorst2014-09-011-5/+2Star
|/
* drm/vmwgfx: Fix compat shader namespaceThomas Hellstrom2014-07-041-99/+128