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.12.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_kms.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-31
drm/vmwgfx: Cleanup the cursor snooping code
Zack Rusin
1
-12
/
+17
2022-10-31
drm/vmwgfx: Validate the box size for the snooped cursor
Zack Rusin
1
-1
/
+2
2022-10-25
drm/vmwgfx: Remove explicit and broken vblank handling
Zack Rusin
1
-34
/
+0
2022-10-25
drm/vmwgfx: Port the framebuffer code to drm fb helpers
Zack Rusin
1
-70
/
+9
2022-10-25
drm/vmwgfx: Diff cursors when using cmds
Michael Banack
1
-60
/
+60
2022-10-25
drm/vmwgfx: Support cursor surfaces with mob cursor
Michael Banack
1
-29
/
+49
2022-10-25
drm/vmwgfx: Start diffing new mob cursors against old ones
Michael Banack
1
-21
/
+74
2022-10-25
drm/vmwgfx: Clean up cursor mobs
Michael Banack
1
-182
/
+259
2022-07-26
drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALING
Thomas Zimmermann
1
-4
/
+4
2022-07-26
drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpers
Thomas Zimmermann
1
-1
/
+0
2022-07-26
drm/vmwgfx: Remove trailing whitespace
Thomas Zimmermann
1
-1
/
+1
2022-07-05
drm/vmwgfx: Stop using 'TRUE'
Ville Syrjälä
1
-1
/
+1
2022-03-21
drm/vmwgfx: validate the screen formats
Zack Rusin
1
-14
/
+16
2022-03-21
drm/vmwgfx: Fix mob cursor allocation race
Zack Rusin
1
-0
/
+8
2022-03-11
drm/vmwgfx: Fix fencing on SVGAv3
Zack Rusin
1
-3
/
+5
2022-03-11
drm/vmwgfx: Add support for CursorMob and CursorBypass 4
Martin Krastev
1
-75
/
+324
2022-01-27
drm/vmwgfx: Fix stale file descriptors on failed usercopy
Mathias Krause
1
-1
/
+1
2021-12-09
drm/vmwgfx: Implement create_handle on drm_framebuffer_funcs
Zack Rusin
1
-0
/
+11
2021-12-09
drm/vmwgfx: Implement DRIVER_GEM
Zack Rusin
1
-29
/
+3
2021-12-09
drm/vmwgfx: Remove the dedicated memory accounting
Zack Rusin
1
-1
/
+1
2021-10-04
Revert "drm/vmwgfx: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_...
Sean Paul
1
-8
/
+4
2021-10-01
drm/vmwgfx: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()
Fernando Ramos
1
-4
/
+8
2021-08-10
drm/vmwgfx: Make use of PFN_ALIGN/PFN_UP helper macro
Cai Huoqing
1
-1
/
+1
2021-07-28
drm/vmwgfx: Cleanup logging
Zack Rusin
1
-0
/
+10
2021-06-16
drm/vmwgfx: Update device headers
Zack Rusin
1
-3
/
+3
2021-05-11
drm/vmwgfx: Add basic support for SVGA3
Zack Rusin
1
-10
/
+19
2021-05-11
drm/vmwgfx: Remove the reservation semaphore
Zack Rusin
1
-7
/
+0
2021-02-25
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
1
-2
/
+5
2021-02-24
drm: Store new plane state in a variable for atomic_update and disable
Maxime Ripard
1
-9
/
+10
2021-02-24
drm: Use the state pointer directly in planes atomic_check
Maxime Ripard
1
-1
/
+1
2021-02-24
drm/atomic: Pass the full state to planes atomic_check
Maxime Ripard
1
-2
/
+6
2021-02-24
drm: Rename plane atomic_check state names
Maxime Ripard
1
-6
/
+7
2021-02-17
drm: Switch to %p4cc format modifier
Sakari Ailus
1
-9
/
+6
2021-02-10
drm/vmwgfx: Remove pointless code
Zack Rusin
1
-4
/
+0
2021-02-10
drm/vmwgfx: Correctly set the name of the preferred mode
Zack Rusin
1
-0
/
+1
2021-02-10
drm/vmwgfx: add some 16:9 / 16:10 default resolutions
Roland Scheidegger
1
-0
/
+24
2021-01-19
drm/vmwgfx/vmwgfx_kms: Update worthy function headers and demote others
Lee Jones
1
-6
/
+7
2021-01-19
drm/vmwgfx/vmwgfx_kms: Remove unused variable 'ret' from 'vmw_du_primary_plan...
Lee Jones
1
-2
/
+1
2021-01-14
drm/vmwgfx: Fix display register usage for some older configs
Zack Rusin
1
-1
/
+2
2021-01-14
drm/vmwgfx: Cleanup the cmd/fifo split
Zack Rusin
1
-12
/
+9
2021-01-14
drm/vmwgfx: Cleanup fifo mmio handling
Zack Rusin
1
-8
/
+6
2021-01-14
drm/vmwgfx: Switch to a managed drm device
Zack Rusin
1
-18
/
+18
2020-12-14
drm/ttm: cleanup BO size handling v3
Christian König
1
-1
/
+1
2020-11-02
drm/atomic: Pass the full state to CRTC atomic begin and flush
Maxime Ripard
1
-2
/
+2
2020-11-02
drm/atomic: Pass the full state to CRTC atomic_check
Maxime Ripard
1
-1
/
+3
2020-08-11
drm/vmwgfx: fix spelling mistake "Cant" -> "Can't"
Colin Ian King
1
-1
/
+1
2020-08-11
drm/vmwgfx: Fix two list_for_each loop exit tests
Dan Carpenter
1
-4
/
+4
2020-07-02
drm/vmwgfx: Use __drm_atomic_helper_crtc_reset
Daniel Vetter
1
-2
/
+1
2020-05-27
drm: Nuke mode->vrefresh
Ville Syrjälä
1
-2
/
+0
2020-03-24
drm/vmwgfx: Refactor surface_define to use vmw_surface_metadata
Deepak Rawat
1
-17
/
+10
[next]