summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-26drm/vmwgfx: Fix possible null pointer derefence with invalid contextsZack Rusin1-3/+11
2024-01-26drm/vmwgfx: Add SVGA_3D_CMD_DEFINE_GB_SURFACE_V4 to command array.Ian Forbes1-0/+2
2024-01-04drm/vmwgfx: Fix typos in vmwgfx_execbuf.cGhanshyam Agrawal1-2/+2
2023-10-09drm/vmwgfx: Keep a gem reference to user bos in surfacesZack Rusin1-4/+6
2023-10-09drm/vmwgfx: fix typo of sizeof argumentKonstantin Meskhidze1-1/+1
2023-08-23drm/vmwgfx: Fix possible invalid drm gem put callsZack Rusin1-4/+2
2023-08-23drm/vmwgfx: Fix shader stage validationZack Rusin1-18/+11
2023-02-15drm/vmwgfx: Do not drop the reference to the handle too soonZack Rusin1-0/+2
2023-02-14drm/vmwgfx: Stop using raw ttm_buffer_object'sZack Rusin1-7/+7
2023-02-14drm/vmwgfx: Abstract placement selectionZack Rusin1-12/+23
2023-02-14drm/vmwgfx: Rename vmw_buffer_object to vmw_boZack Rusin1-26/+26
2023-01-31Merge v6.2-rc6 into drm-nextDaniel Vetter1-94/+82
2023-01-10drm/vmwgfx: Remove rcu locks from user resourcesZack Rusin1-94/+82
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König1-1/+1
2022-10-27drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath1-1/+1
2022-10-25drm/vmwgfx: Fix a sparse warning in kernel docsZack Rusin1-1/+0
2022-10-25drm/vmwgfx: Refactor resource validation hashtable to use linux/hashtable imp...Maaz Mombasawala1-11/+3
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-24drm/vmwgfx: Add support for streamoutput with mob commandsDeepak Rawat1-3/+170
2020-03-24drm/vmwgfx: Rename stream output target binding tracker structDeepak Rawat1-2/+2
2020-03-24drm/vmwgfx: Add support for indirect and dispatch commandsDeepak Rawat1-0/+70
2020-03-24drm/vmwgfx: Add support for UA view commandsDeepak Rawat1-1/+143
2020-03-24drm/vmwgfx: Support SM5 shader type in command bufferDeepak Rawat1-3/+11
2020-03-24drm/vmwgfx: Use enum to represent graphics context capabilitiesDeepak Rawat1-2/+4
2020-03-24drm/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