summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: integer underflow in vmw_cmd_dx_set_shader() leading to an invali...Murray McAllister2019-05-211-1/+2
* drm/vmwgfx: NULL pointer dereference from vmw_cmd_dx_view_define()Murray McAllister2019-05-211-0/+4
* drm/vmwgfx: Fix compat mode shader operationThomas Hellstrom2019-05-211-0/+13
* drm/vmwgfx: Zero initialize handle in vmw_execbuf_processNathan Chancellor2019-04-081-1/+1
* drm/vmwgfx: Use preprocessor macro for FIFO allocationDeepak Rawat2019-04-081-7/+5
* drm/vmwgfx: Fix formatting and spaces in vmwgfx_execbuf.cDeepak Rawat2019-04-081-385/+302
* drm/vmwgfx: Clean up some debug messages in vmwgfx_execbuf.cDeepak Rawat2019-04-081-12/+8
* drm/vmwgfx: Print message when command verifier returns with errorDeepak Rawat2019-04-081-2/+5
* drm/vmwgfx: Add a new define for vmwgfx user-space debuggingDeepak Rawat2019-04-081-71/+69
* drm/vmwgfx: Use preprocessor macro for cmd structDeepak Rawat2019-04-081-280/+125
* drm/vmwgfx: Use preprocessor macro to get valid context nodeDeepak Rawat2019-04-081-57/+45
* drm/vmwgfx: remove redundant unlikely annotationChengguang Xu2019-04-081-2/+2
* drm/vmwgfx: Be more restrictive when dirtying resourcesThomas Hellstrom2019-04-081-65/+101
* drm/vmwgfx: Return error code from vmw_execbuf_copy_fence_userThomas Hellstrom2019-02-051-1/+1
* drm/vmwgfx: Protect from excessive execbuf kernel memory allocations v3Thomas Hellstrom2018-12-131-0/+2
* drm/vmwgfx: remove redundant return ret statementColin Ian King2018-12-121-2/+0
* drm/vmwgfx: Make user resource lookups reference-free during validationThomas Hellstrom2018-09-281-130/+137
* drm/vmwgfx: Don't refcount cotable lookups during command buffer validationThomas Hellstrom2018-09-281-5/+0
* drm/vmwgfx: Don't refcount command-buffer managed resource lookups during com...Thomas Hellstrom2018-09-281-43/+26
* drm/vmwgfx: Make buffer object lookups reference-free during validationThomas Hellstrom2018-09-281-55/+30
* drm/vmwgfx: Reduce the size of buffer object relocationsThomas Hellstrom2018-09-271-4/+5
* drm/vmwgfx: Use a validation context allocator for relocations and validationsThomas Hellstrom2018-09-271-36/+44
* drm/vmwgfx: Adapt execbuf to the new validation apiThomas Hellstrom2018-09-271-575/+310
* drm/vmwgfx: Modify the resource validation interfaceThomas Hellstrom2018-09-271-1/+1
* 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/+42
|\|
| * drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom2018-07-031-44/+42
* | 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/+4
|/
* 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/+0
* 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-171-1/+1
* drm/vmwgfx: fix comment mistake for vmw_cmd_dx_set_index_buffer()Brian Paul2017-07-171-1/+1
* drm/vmwgfx: Fix NULL pointer comparisonRavikant B Sharma2017-07-171-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/+0
* 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/+1
* 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