summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
AgeCommit message (Expand)Author
2024-01-26drm/vmwgfx: Fix possible null pointer derefence with invalid contextsZack Rusin
2024-01-26drm/vmwgfx: Add SVGA_3D_CMD_DEFINE_GB_SURFACE_V4 to command array.Ian Forbes
2024-01-03drm/vmwgfx: Fix typos in vmwgfx_execbuf.cGhanshyam Agrawal
2023-10-09drm/vmwgfx: Keep a gem reference to user bos in surfacesZack Rusin
2023-10-09drm/vmwgfx: fix typo of sizeof argumentKonstantin Meskhidze
2023-08-23drm/vmwgfx: Fix possible invalid drm gem put callsZack Rusin
2023-08-23drm/vmwgfx: Fix shader stage validationZack Rusin
2023-02-14drm/vmwgfx: Do not drop the reference to the handle too soonZack Rusin
2023-02-13drm/vmwgfx: Stop using raw ttm_buffer_object'sZack Rusin
2023-02-13drm/vmwgfx: Abstract placement selectionZack Rusin
2023-02-13drm/vmwgfx: Rename vmw_buffer_object to vmw_boZack Rusin
2023-01-31Merge v6.2-rc6 into drm-nextDaniel Vetter
2023-01-09drm/vmwgfx: Remove rcu locks from user resourcesZack Rusin
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König
2022-10-27drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath
2022-10-25drm/vmwgfx: Fix a sparse warning in kernel docsZack Rusin
2022-10-25drm/vmwgfx: Refactor resource validation hashtable to use linux/hashtable imp...Maaz Mombasawala
2022-08-04drm/vmwgfx: clean up some error pointer checkingDan Carpenter
2022-02-07Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst
2022-02-02drm/vmwgfx: remove vmw_wait_dma_fenceChristian König
2022-01-27drm/vmwgfx: Fix stale file descriptors on failed usercopyMathias Krause
2021-12-09drm/vmwgfx: add support for updating only offsets of constant buffersRoland Scheidegger
2021-12-09drm/vmwgfx: support 64 UAVsZack Rusin
2021-12-09drm/vmwgfx: support SVGA_3D_CMD_DX_DEFINE_RASTERIZER_STATE_V2 commandRoland Scheidegger
2021-12-09drm/vmwgfx: Implement DRIVER_GEMZack Rusin
2021-12-09drm/vmwgfx: Remove the dedicated memory accountingZack Rusin
2021-11-30drm/vmwgfx: Copy DRM hash-table code into driverThomas Zimmermann
2021-06-16drm/vmwgfx: Update device headersZack Rusin
2021-06-12drm/vmwgfx: Fix some static checker warningsZack Rusin
2021-06-12drm/vmwgfx: Introduce VMware mks-guest-statsMartin Krastev
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König
2021-05-11drm/vmwgfx: Add basic support for SVGA3Zack Rusin
2021-05-11drm/vmwgfx: Remove the reservation semaphoreZack Rusin
2021-05-11drm/vmwgfx: Mark a surface gpu-dirty after the SVGA3dCmdDXGenMips commandThomas Hellstrom
2021-04-29gpu: drm: vmwgfx: convert comma to semicolonZheng Yongjun
2021-01-19drm/vmwgfx/vmwgfx_execbuf: Fix some kernel-doc related issuesLee Jones
2021-01-14drm/vmwgfx: Cleanup the cmd/fifo splitZack Rusin
2021-01-14drm/vmwgfx: Remove the throttling codeZack Rusin
2020-12-14drm/ttm: cleanup BO size handling v3Christian König
2020-08-11drm/vmwgfx: fix spelling mistake "Cound" -> "Could"Colin Ian King
2020-06-26drm/vmwgfx: don't use ttm bo->offsetNirmoy Das
2020-03-23drm/vmwgfx: Add support for streamoutput with mob commandsDeepak Rawat
2020-03-23drm/vmwgfx: Rename stream output target binding tracker structDeepak Rawat
2020-03-23drm/vmwgfx: Add support for indirect and dispatch commandsDeepak Rawat
2020-03-23drm/vmwgfx: Add support for UA view commandsDeepak Rawat
2020-03-23drm/vmwgfx: Support SM5 shader type in command bufferDeepak Rawat
2020-03-23drm/vmwgfx: Use enum to represent graphics context capabilitiesDeepak Rawat
2020-03-23drm/vmwgfx: Deprecate logic ops commandsDeepak Rawat
2020-01-15drm/vmwgfx: Replace deprecated PTR_RETLukas Bulwahn
2019-11-06drm/vmwgfx: Implement an infrastructure for write-coherent resourcesThomas Hellstrom