Re: [PATCH v2 0/2] Fix native cursors with vmwgfx

2025-03-06 Thread Maaz Mombasawala
On 3/5/25 20:11, Zack Rusin wrote: > vmwgfx had a number of cursor issues that related both to our handling > of dumb buffers and general detection when a cursor has actually changed. > Fix those issues and bump the kernel module version to allow userspace > to recognize fixed versions of the drive

Re: [PATCH v2 0/2] Fix native cursors with vmwgfx

2025-03-06 Thread Martin Krastev
On Thu, Mar 6, 2025 at 6:12 AM Zack Rusin wrote: > > vmwgfx had a number of cursor issues that related both to our handling > of dumb buffers and general detection when a cursor has actually changed. > Fix those issues and bump the kernel module version to allow userspace > to recognize fixed vers

[PATCH v2 0/2] Fix native cursors with vmwgfx

2025-03-05 Thread Zack Rusin
vmwgfx had a number of cursor issues that related both to our handling of dumb buffers and general detection when a cursor has actually changed. Fix those issues and bump the kernel module version to allow userspace to recognize fixed versions of the driver. v2: Include the fix for leaked dirty tr