index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vmwgfx
/
vmwgfx_execbuf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/vmwgfx: Do not drop the reference to the handle too soon
Zack Rusin
2023-02-15
1
-0
/
+2
*
drm/vmwgfx: Remove rcu locks from user resources
Zack Rusin
2023-01-10
1
-94
/
+82
*
drm/ttm: rework on ttm_resource to use size_t type
Somalapuram Amaranath
2022-10-27
1
-1
/
+1
*
drm/vmwgfx: Fix a sparse warning in kernel docs
Zack Rusin
2022-10-25
1
-1
/
+0
*
drm/vmwgfx: Refactor resource validation hashtable to use linux/hashtable imp...
Maaz Mombasawala
2022-10-25
1
-11
/
+3
*
drm/vmwgfx: clean up some error pointer checking
Dan Carpenter
2022-08-04
1
-2
/
+2
*
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
2022-02-07
1
-16
/
+17
|
\
|
*
drm/vmwgfx: Fix stale file descriptors on failed usercopy
Mathias Krause
2022-01-27
1
-16
/
+17
*
|
drm/vmwgfx: remove vmw_wait_dma_fence
Christian König
2022-02-02
1
-1
/
+1
|
/
*
drm/vmwgfx: add support for updating only offsets of constant buffers
Roland Scheidegger
2021-12-09
1
-0
/
+56
*
drm/vmwgfx: support 64 UAVs
Zack Rusin
2021-12-09
1
-2
/
+2
*
drm/vmwgfx: support SVGA_3D_CMD_DX_DEFINE_RASTERIZER_STATE_V2 command
Roland Scheidegger
2021-12-09
1
-0
/
+2
*
drm/vmwgfx: Implement DRIVER_GEM
Zack Rusin
2021-12-09
1
-10
/
+8
*
drm/vmwgfx: Remove the dedicated memory accounting
Zack Rusin
2021-12-09
1
-2
/
+0
*
drm/vmwgfx: Copy DRM hash-table code into driver
Thomas Zimmermann
2021-11-30
1
-1
/
+1
*
drm/vmwgfx: Update device headers
Zack Rusin
2021-06-16
1
-1
/
+1
*
drm/vmwgfx: Fix some static checker warnings
Zack Rusin
2021-06-12
1
-0
/
+2
*
drm/vmwgfx: Introduce VMware mks-guest-stats
Martin Krastev
2021-06-12
1
-2
/
+11
*
drm/ttm: rename bo->mem and make it a pointer
Christian König
2021-06-02
1
-6
/
+6
*
drm/vmwgfx: Add basic support for SVGA3
Zack Rusin
2021-05-11
1
-7
/
+7
*
drm/vmwgfx: Remove the reservation semaphore
Zack Rusin
2021-05-11
1
-5
/
+0
*
drm/vmwgfx: Mark a surface gpu-dirty after the SVGA3dCmdDXGenMips command
Thomas Hellstrom
2021-05-11
1
-4
/
+16
*
gpu: drm: vmwgfx: convert comma to semicolon
Zheng Yongjun
2021-04-29
1
-1
/
+1
*
drm/vmwgfx/vmwgfx_execbuf: Fix some kernel-doc related issues
Lee Jones
2021-01-19
1
-8
/
+12
*
drm/vmwgfx: Cleanup the cmd/fifo split
Zack Rusin
2021-01-14
1
-8
/
+8
*
drm/vmwgfx: Remove the throttling code
Zack Rusin
2021-01-14
1
-5
/
+1
*
drm/ttm: cleanup BO size handling v3
Christian König
2020-12-14
1
-2
/
+2
*
drm/vmwgfx: fix spelling mistake "Cound" -> "Could"
Colin Ian King
2020-08-11
1
-1
/
+1
*
drm/vmwgfx: don't use ttm bo->offset
Nirmoy Das
2020-06-26
1
-1
/
+1
*
drm/vmwgfx: Add support for streamoutput with mob commands
Deepak Rawat
2020-03-23
1
-3
/
+170
*
drm/vmwgfx: Rename stream output target binding tracker struct
Deepak Rawat
2020-03-23
1
-2
/
+2
*
drm/vmwgfx: Add support for indirect and dispatch commands
Deepak Rawat
2020-03-23
1
-0
/
+70
*
drm/vmwgfx: Add support for UA view commands
Deepak Rawat
2020-03-23
1
-1
/
+143
*
drm/vmwgfx: Support SM5 shader type in command buffer
Deepak Rawat
2020-03-23
1
-3
/
+11
*
drm/vmwgfx: Use enum to represent graphics context capabilities
Deepak Rawat
2020-03-23
1
-2
/
+4
*
drm/vmwgfx: Deprecate logic ops commands
Deepak Rawat
2020-03-23
1
-12
/
+6
*
drm/vmwgfx: Replace deprecated PTR_RET
Lukas Bulwahn
2020-01-15
1
-6
/
+15
*
drm/vmwgfx: Implement an infrastructure for write-coherent resources
Thomas Hellstrom
2019-11-06
1
-1
/
+0
*
drm/vmwgfx: use core drm to extend/check vmw_execbuf_ioctl
Emil Velikov
2019-06-26
1
-33
/
+19
*
drm/vmwgfx: integer underflow in vmw_cmd_dx_set_shader() leading to an invali...
Murray McAllister
2019-05-21
1
-1
/
+2
*
drm/vmwgfx: NULL pointer dereference from vmw_cmd_dx_view_define()
Murray McAllister
2019-05-21
1
-0
/
+4
*
drm/vmwgfx: Fix compat mode shader operation
Thomas Hellstrom
2019-05-21
1
-0
/
+13
*
drm/vmwgfx: Zero initialize handle in vmw_execbuf_process
Nathan Chancellor
2019-04-08
1
-1
/
+1
*
drm/vmwgfx: Use preprocessor macro for FIFO allocation
Deepak Rawat
2019-04-08
1
-7
/
+5
*
drm/vmwgfx: Fix formatting and spaces in vmwgfx_execbuf.c
Deepak Rawat
2019-04-08
1
-385
/
+302
*
drm/vmwgfx: Clean up some debug messages in vmwgfx_execbuf.c
Deepak Rawat
2019-04-08
1
-12
/
+8
*
drm/vmwgfx: Print message when command verifier returns with error
Deepak Rawat
2019-04-08
1
-2
/
+5
*
drm/vmwgfx: Add a new define for vmwgfx user-space debugging
Deepak Rawat
2019-04-08
1
-71
/
+69
*
drm/vmwgfx: Use preprocessor macro for cmd struct
Deepak Rawat
2019-04-08
1
-280
/
+125
*
drm/vmwgfx: Use preprocessor macro to get valid context node
Deepak Rawat
2019-04-08
1
-57
/
+45
[next]