Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/vmwgfx: Bump the minor version

Bump the minor version of vmwgfx in order to detect releases where the
cursor issues have been fixed.

Cursors created with dumb buffer were broken on vmwgfx. Userspace (e.g.
kwin) has workarounds for those issues and often disables hardware
cursors on vmwgfx. This allows enabling hardware cursors on vmwgfx
again.

Signed-off-by: Zack Rusin <zack.rusin@broadcom.com>
Reviewed-by: Maaz Mombasawala <maaz.mombasawala@broadcom.com>
Reviewed-by: Martin Krastev <martin.krastev@broadcom.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250307125836.3877138-3-zack.rusin@broadcom.com

+1 -1
+1 -1
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
··· 38 38 39 39 #define VMWGFX_DRIVER_NAME "vmwgfx" 40 40 #define VMWGFX_DRIVER_MAJOR 2 41 - #define VMWGFX_DRIVER_MINOR 20 41 + #define VMWGFX_DRIVER_MINOR 21 42 42 #define VMWGFX_DRIVER_PATCHLEVEL 0 43 43 #define VMWGFX_FIFO_STATIC_SIZE (1024*1024) 44 44 #define VMWGFX_NUM_DISPLAY_UNITS 8