aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-04drm/vmwgfx: clean up some error pointer checkingDan Carpenter1-2/+2
2022-02-07Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-16/+17
2022-02-02drm/vmwgfx: remove vmw_wait_dma_fenceChristian König1-1/+1
2022-01-27drm/vmwgfx: Fix stale file descriptors on failed usercopyMathias Krause1-16/+17
2021-12-09drm/vmwgfx: add support for updating only offsets of constant buffersRoland Scheidegger1-0/+56
2021-12-09drm/vmwgfx: support 64 UAVsZack Rusin1-2/+2
2021-12-09drm/vmwgfx: support SVGA_3D_CMD_DX_DEFINE_RASTERIZER_STATE_V2 commandRoland Scheidegger1-0/+2
2021-12-09drm/vmwgfx: Implement DRIVER_GEMZack Rusin1-10/+8
2021-12-09drm/vmwgfx: Remove the dedicated memory accountingZack Rusin1-2/+0
2021-11-30drm/vmwgfx: Copy DRM hash-table code into driverThomas Zimmermann1-1/+1
2021-06-16drm/vmwgfx: Update device headersZack Rusin1-1/+1
2021-06-12drm/vmwgfx: Fix some static checker warningsZack Rusin1-0/+2
2021-06-12drm/vmwgfx: Introduce VMware mks-guest-statsMartin Krastev1-2/+11
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König1-6/+6
2021-05-11drm/vmwgfx: Add basic support for SVGA3Zack Rusin1-7/+7
2021-05-11drm/vmwgfx: Remove the reservation semaphoreZack Rusin1-5/+0
2021-05-11drm/vmwgfx: Mark a surface gpu-dirty after the SVGA3dCmdDXGenMips commandThomas Hellstrom1-4/+16
2021-04-29gpu: drm: vmwgfx: convert comma to semicolonZheng Yongjun1-1/+1
2021-01-19drm/vmwgfx/vmwgfx_execbuf: Fix some kernel-doc related issuesLee Jones1-8/+12
2021-01-14drm/vmwgfx: Cleanup the cmd/fifo splitZack Rusin1-8/+8
2021-01-14drm/vmwgfx: Remove the throttling codeZack Rusin1-5/+1
2020-12-14drm/ttm: cleanup BO size handling v3Christian König1-2/+2
2020-08-11drm/vmwgfx: fix spelling mistake "Cound" -> "Could"Colin Ian King1-1/+1
2020-06-26drm/vmwgfx: don't use ttm bo->offsetNirmoy Das1-1/+1
2020-03-23drm/vmwgfx: Add support for streamoutput with mob commandsDeepak Rawat1-3/+170
2020-03-23drm/vmwgfx: Rename stream output target binding tracker structDeepak Rawat1-2/+2
2020-03-23drm/vmwgfx: Add support for indirect and dispatch commandsDeepak Rawat1-0/+70
2020-03-23drm/vmwgfx: Add support for UA view commandsDeepak Rawat1-1/+143
2020-03-23drm/vmwgfx: Support SM5 shader type in command bufferDeepak Rawat1-3/+11
2020-03-23drm/vmwgfx: Use enum to represent graphics context capabilitiesDeepak Rawat1-2/+4
2020-03-23drm/vmwgfx: Deprecate logic ops commandsDeepak Rawat1-12/+6
2020-01-15drm/vmwgfx: Replace deprecated PTR_RETLukas Bulwahn1-6/+15
2019-11-06drm/vmwgfx: Implement an infrastructure for write-coherent resourcesThomas Hellstrom1-1/+0
2019-06-26drm/vmwgfx: use core drm to extend/check vmw_execbuf_ioctlEmil Velikov1-33/+19
2019-05-21drm/vmwgfx: integer underflow in vmw_cmd_dx_set_shader() leading to an invalid readMurray McAllister1-1/+2
2019-05-21drm/vmwgfx: NULL pointer dereference from vmw_cmd_dx_view_define()Murray McAllister1-0/+4
2019-05-21drm/vmwgfx: Fix compat mode shader operationThomas Hellstrom1-0/+13
2019-04-08drm/vmwgfx: Zero initialize handle in vmw_execbuf_processNathan Chancellor1-1/+1
2019-04-08drm/vmwgfx: Use preprocessor macro for FIFO allocationDeepak Rawat1-7/+5
2019-04-08drm/vmwgfx: Fix formatting and spaces in vmwgfx_execbuf.cDeepak Rawat1-385/+302
2019-04-08drm/vmwgfx: Clean up some debug messages in vmwgfx_execbuf.cDeepak Rawat1-12/+8
2019-04-08drm/vmwgfx: Print message when command verifier returns with errorDeepak Rawat1-2/+5
2019-04-08drm/vmwgfx: Add a new define for vmwgfx user-space debuggingDeepak Rawat1-71/+69
2019-04-08drm/vmwgfx: Use preprocessor macro for cmd structDeepak Rawat1-280/+125
2019-04-08drm/vmwgfx: Use preprocessor macro to get valid context nodeDeepak Rawat1-57/+45
2019-04-08drm/vmwgfx: remove redundant unlikely annotationChengguang Xu1-2/+2
2019-04-08drm/vmwgfx: Be more restrictive when dirtying resourcesThomas Hellstrom1-65/+101
2019-02-05drm/vmwgfx: Return error code from vmw_execbuf_copy_fence_userThomas Hellstrom1-1/+1
2018-12-13drm/vmwgfx: Protect from excessive execbuf kernel memory allocations v3Thomas Hellstrom1-0/+2
2018-12-12drm/vmwgfx: remove redundant return ret statementColin Ian King1-2/+0