index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vmwgfx
/
vmwgfx_cmdbuf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-10
drm/vmwgfx: Make use of PFN_ALIGN/PFN_UP helper macro
Cai Huoqing
1
-1
/
+1
2021-08-09
drm/vmwgfx: Use list_move_tail instead of list_del/list_add_tail in vmwgfx_cm...
Baokun Li
1
-2
/
+1
2021-07-28
drm/vmwgfx: Cleanup logging
Zack Rusin
1
-1
/
+2
2021-06-12
drm/vmwgfx: Fix some static checker warnings
Zack Rusin
1
-1
/
+1
2021-06-02
drm/ttm: rename bo->mem and make it a pointer
Christian König
1
-1
/
+1
2021-05-11
drm/vmwgfx: Add basic support for SVGA3
Zack Rusin
1
-2
/
+2
2021-01-19
drm/vmwgfx/vmwgfx_cmdbuf: Fix misnaming of 'headers' should be plural
Lee Jones
1
-1
/
+1
2021-01-19
drm/vmwgfx/vmwgfx_cmdbuf: Fix a bunch of missing or incorrectly formatted/nam...
Lee Jones
1
-4
/
+8
2021-01-14
drm/vmwgfx: Cleanup the cmd/fifo split
Zack Rusin
1
-9
/
+5
2021-01-14
drm/vmwgfx: Switch to a managed drm device
Zack Rusin
1
-4
/
+4
2021-01-06
drm/vmwgfx: Remove references to struct drm_device.pdev
Thomas Zimmermann
1
-4
/
+4
2020-09-24
drm/vmwgfx: stop using ttm_bo_create v2
Christian König
1
-3
/
+3
2020-03-12
drm/vmwgfx: Fix the refuse_dma mode when using guest-backed objects
Thomas Hellstrom
1
-1
/
+2
2019-08-15
drm/vmwgfx: drop use of drmP.h in header files
Sam Ravnborg
1
-0
/
+3
2019-04-08
drm/vmwgfx: Use VMW_DEBUG_USER for device command buffer errors
Deepak Rawat
1
-8
/
+10
2019-04-08
drm/vmwgfx: Remove set but not used variable 'restart'
YueHaibing
1
-5
/
+1
2019-01-28
drm/vmwgfx: Replace ttm_bo_unref with ttm_bo_put
Thomas Zimmermann
1
-4
/
+7
2018-09-27
drm/vmwgfx: Replace unconditional mutex unlocked warnings with lockdep counte...
Thomas Hellstrom
1
-2
/
+2
2018-06-29
drm/vmwgfx: add SPDX idenitifier and clarify license
Dirk Hohndel (VMware)
1
-2
/
+2
2018-03-22
drm/vmwgfx: Fix multiple command buffer context use
Thomas Hellstrom
1
-32
/
+25
2018-02-27
drm/ttm: drop persistent_swap_storage from ttm_bo_init and co
Christian König
1
-1
/
+1
2017-08-28
drm/vmwgfx: Fix incorrect command header offset at restart
Thomas Hellstrom
1
-0
/
+1
2017-08-28
drm/vmwgfx: Restart command buffers after errors
Thomas Hellstrom
1
-25
/
+158
2017-08-28
drm/vmwgfx: Move irq bottom half processing to threads
Thomas Hellstrom
1
-39
/
+19
2017-07-24
Merge branch 'drm-vmwgfx-fixes' of git://people.freedesktop.org/~syeh/repos_l...
Dave Airlie
1
-6
/
+4
2017-07-18
drm/vmwgfx: Use dma_pool_zalloc
Souptick Joarder
1
-6
/
+4
2017-05-18
drm/vmwgfx: fix include notation and remove -Iinclude/drm flag
Masahiro Yamada
1
-1
/
+2
2017-02-03
drm: Improve drm_mm search (and fix topdown allocation) with rbtrees
Chris Wilson
1
-8
/
+2
2016-06-15
drm/vmwgfx: use *_32_bits() macros
Paul Bolle
1
-5
/
+2
2016-01-14
drm/vmwgfx: Fix an incorrect lock check
Thomas Hellstrom
1
-1
/
+1
2015-10-21
drm/vmwgfx: Stabilize the command buffer submission code
Thomas Hellstrom
1
-14
/
+20
2015-09-30
drm/vmwgfx: Fix a command submission hang regression
Thomas Hellstrom
1
-0
/
+8
2015-08-12
drm/vmwgfx: Initial DX support
Thomas Hellstrom
1
-3
/
+2
2015-08-12
drm/vmwgfx: Update device includes for DX device functionality
Sinclair Yeh
1
-1
/
+1
2015-08-05
drm/vmwgfx: Fix an uninitialized value
Thomas Hellstrom
1
-1
/
+1
2015-08-05
drm/vmwgfx: Fix compiler warning with 32-bit dma_addr_t
Thomas Hellstrom
1
-1
/
+5
2015-08-05
drm/vmwgfx: Kill a bunch of sparse warnings
Thomas Hellstrom
1
-4
/
+4
2015-08-05
drm/vmwgfx: Avoid cmdbuf alloc sleeping if !TASK_RUNNING
Thomas Hellstrom
1
-49
/
+34
2015-08-05
drm/vmwgfx: Add command buffer support v3
Thomas Hellstrom
1
-0
/
+1315