summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Fix possible null pointer derefence with invalid contextsZack Rusin2024-01-261-3/+11
* drm/vmwgfx: Add SVGA_3D_CMD_DEFINE_GB_SURFACE_V4 to command array.Ian Forbes2024-01-261-0/+2
* drm/vmwgfx: Fix typos in vmwgfx_execbuf.cGhanshyam Agrawal2024-01-031-2/+2
* drm/vmwgfx: Keep a gem reference to user bos in surfacesZack Rusin2023-10-091-4/+6
* drm/vmwgfx: fix typo of sizeof argumentKonstantin Meskhidze2023-10-091-1/+1
* drm/vmwgfx: Fix possible invalid drm gem put callsZack Rusin2023-08-231-4/+2
* drm/vmwgfx: Fix shader stage validationZack Rusin2023-08-231-18/+11
* drm/vmwgfx: Do not drop the reference to the handle too soonZack Rusin2023-02-141-0/+2
* drm/vmwgfx: Stop using raw ttm_buffer_object'sZack Rusin2023-02-131-7/+7
* drm/vmwgfx: Abstract placement selectionZack Rusin2023-02-131-12/+23
* drm/vmwgfx: Rename vmw_buffer_object to vmw_boZack Rusin2023-02-131-26/+26
* Merge v6.2-rc6 into drm-nextDaniel Vetter2023-01-311-94/+82
|\
| * drm/vmwgfx: Remove rcu locks from user resourcesZack Rusin2023-01-091-94/+82
* | drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König2022-12-061-1/+1
|/
* drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath2022-10-271-1/+1
* drm/vmwgfx: Fix a sparse warning in kernel docsZack Rusin2022-10-251-1/+0
* drm/vmwgfx: Refactor resource validation hashtable to use linux/hashtable imp...Maaz Mombasawala2022-10-251-11/+3
* drm/vmwgfx: clean up some error pointer checkingDan Carpenter2022-08-041-2/+2
* Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2022-02-071-16/+17
|\
| * drm/vmwgfx: Fix stale file descriptors on failed usercopyMathias Krause2022-01-271-16/+17
* | drm/vmwgfx: remove vmw_wait_dma_fenceChristian König2022-02-021-1/+1
|/
* drm/vmwgfx: add support for updating only offsets of constant buffersRoland Scheidegger2021-12-091-0/+56
* drm/vmwgfx: support 64 UAVsZack Rusin2021-12-091-2/+2
* drm/vmwgfx: support SVGA_3D_CMD_DX_DEFINE_RASTERIZER_STATE_V2 commandRoland Scheidegger2021-12-091-0/+2
* drm/vmwgfx: Implement DRIVER_GEMZack Rusin2021-12-091-10/+8
* drm/vmwgfx: Remove the dedicated memory accountingZack Rusin2021-12-091-2/+0
* drm/vmwgfx: Copy DRM hash-table code into driverThomas Zimmermann2021-11-301-1/+1
* drm/vmwgfx: Update device headersZack Rusin2021-06-161-1/+1
* drm/vmwgfx: Fix some static checker warningsZack Rusin2021-06-121-0/+2
* drm/vmwgfx: Introduce VMware mks-guest-statsMartin Krastev2021-06-121-2/+11
* drm/ttm: rename bo->mem and make it a pointerChristian König2021-06-021-6/+6
* drm/vmwgfx: Add basic support for SVGA3Zack Rusin2021-05-111-7/+7
* drm/vmwgfx: Remove the reservation semaphoreZack Rusin2021-05-111-5/+0
* drm/vmwgfx: Mark a surface gpu-dirty after the SVGA3dCmdDXGenMips commandThomas Hellstrom2021-05-111-4/+16
* gpu: drm: vmwgfx: convert comma to semicolonZheng Yongjun2021-04-291-1/+1
* drm/vmwgfx/vmwgfx_execbuf: Fix some kernel-doc related issuesLee Jones2021-01-191-8/+12
* drm/vmwgfx: Cleanup the cmd/fifo splitZack Rusin2021-01-141-8/+8
* drm/vmwgfx: Remove the throttling codeZack Rusin2021-01-141-5/+1
* drm/ttm: cleanup BO size handling v3Christian König2020-12-141-2/+2
* drm/vmwgfx: fix spelling mistake "Cound" -> "Could"Colin Ian King2020-08-111-1/+1
* drm/vmwgfx: don't use ttm bo->offsetNirmoy Das2020-06-261-1/+1
* drm/vmwgfx: Add support for streamoutput with mob commandsDeepak Rawat2020-03-231-3/+170
* drm/vmwgfx: Rename stream output target binding tracker structDeepak Rawat2020-03-231-2/+2
* drm/vmwgfx: Add support for indirect and dispatch commandsDeepak Rawat2020-03-231-0/+70
* drm/vmwgfx: Add support for UA view commandsDeepak Rawat2020-03-231-1/+143
* drm/vmwgfx: Support SM5 shader type in command bufferDeepak Rawat2020-03-231-3/+11
* drm/vmwgfx: Use enum to represent graphics context capabilitiesDeepak Rawat2020-03-231-2/+4
* drm/vmwgfx: Deprecate logic ops commandsDeepak Rawat2020-03-231-12/+6
* drm/vmwgfx: Replace deprecated PTR_RETLukas Bulwahn2020-01-151-6/+15
* drm/vmwgfx: Implement an infrastructure for write-coherent resourcesThomas Hellstrom2019-11-061-1/+0