index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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
2025-02-06
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-5
/
+15
2025-01-14
drm/vmwgfx: Unreserve BO on error
Ian Forbes
1
-5
/
+15
2025-01-07
drm/connector: make mode_valid take a const struct drm_display_mode
Dmitry Baryshkov
1
-1
/
+1
2024-11-21
Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-2
/
+2
2024-11-14
drm/vmwgfx: avoid null_ptr_deref in vmw_framebuffer_surface_create_handle
Chen Ridong
1
-0
/
+2
2024-11-04
Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...
Dave Airlie
1
-30
/
+4
2024-10-11
drm/vmwgfx: Stop using dev_private to store driver data.
Maaz Mombasawala
1
-2
/
+2
2024-10-10
drm/vmwgfx: Handle surface check failure correctly
Nikolay Kuratov
1
-0
/
+1
2024-10-10
drm/vmwgfx: Cleanup kms setup without 3d
Zack Rusin
1
-29
/
+0
2024-10-10
drm/vmwgfx: Limit display layout ioctl array size to VMWGFX_NUM_DISPLAY_UNITS
Ian Forbes
1
-1
/
+3
2024-07-24
drm/vmwgfx: Fix handling of dumb buffers
Zack Rusin
1
-299
/
+203
2024-06-05
drm/vmwgfx: Don't memcmp equivalent pointers
Ian Forbes
1
-1
/
+1
2024-06-05
drm/vmwgfx: Remove STDU logic from generic mode_valid function
Ian Forbes
1
-17
/
+9
2024-04-22
Backmerge tag 'v6.9-rc5' into drm-next
Dave Airlie
1
-3
/
+8
2024-04-15
drm/vmwgfx: Implement virtual crc generation
Zack Rusin
1
-3
/
+28
2024-04-15
drm/vmwgfx: Implement virtual kms
Zack Rusin
1
-7
/
+8
2024-04-15
drm/vmwgfx: Fix crtc's atomic check conditional
Zack Rusin
1
-3
/
+8
2024-03-28
drm/vmwgfx: Remove unused code
Ian Forbes
1
-12
/
+0
2024-01-30
drm/vmwgfx: Fix the lifetime of the bo cursor memory
Zack Rusin
1
-12
/
+1
2024-01-30
drm/vmwgfx: Fix vmw_du_get_cursor_mob fencing of newly-created MOBs
Martin Krastev
1
-1
/
+10
2024-01-30
drm/vmwgfx: Refactor drm connector probing for display modes
Martin Krastev
1
-183
/
+89
2024-01-03
drm/vmwgfx: Unmap the surface before resetting it on a plane state
Zack Rusin
1
-0
/
+4
2023-11-24
drm/vmwgfx: Disable damage clipping if FB changed since last page-flip
Javier Martinez Canillas
1
-0
/
+11
2023-11-24
drm/vmwgfx: Use the hotspot properties from cursor planes
Zack Rusin
1
-7
/
+2
2023-10-09
drm/vmwgfx: Keep a gem reference to user bos in surfaces
Zack Rusin
1
-3
/
+3
2023-08-23
drm/vmwgfx: Fix possible invalid drm gem put calls
Zack Rusin
1
-4
/
+2
2023-04-11
drm/vmwgfx: Fix Legacy Display Unit atomic drm support
Martin Krastev
1
-61
/
+1
2023-03-22
drm/fbdev-generic: Remove unused prefer_shadow_fbdev flag
Thomas Zimmermann
1
-1
/
+0
2023-02-14
drm/vmwgfx: Do not drop the reference to the handle too soon
Zack Rusin
1
-1
/
+3
2023-02-13
drm/vmwgfx: Stop using raw ttm_buffer_object's
Zack Rusin
1
-60
/
+45
2023-02-13
drm/vmwgfx: Abstract placement selection
Zack Rusin
1
-5
/
+17
2023-02-13
drm/vmwgfx: Rename dummy to is_iomem
Zack Rusin
1
-8
/
+8
2023-02-13
drm/vmwgfx: Cleanup the vmw bo usage in the cursor paths
Zack Rusin
1
-11
/
+1
2023-02-13
drm/vmwgfx: Simplify fb pinning
Zack Rusin
1
-66
/
+0
2023-02-13
drm/vmwgfx: Rename vmw_buffer_object to vmw_bo
Zack Rusin
1
-8
/
+9
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
[next]