Re: [PATCH] drm/vmwgfx: Bump the minor version of the driver

2024-08-13 Thread Maaz Mombasawala
On 7/22/24 21:35, Zack Rusin wrote: > Provide a way to query for the fixed support for dumb buffers with kms. > > Lets mesa svga return a buffer id, instead of a surface id from > resource_to_handle which fixes a lot of userspace apps that assume > that those handles are gem buffers. > > Signed-o

[PATCH] drm/vmwgfx: Bump the minor version of the driver

2024-07-22 Thread Zack Rusin
Provide a way to query for the fixed support for dumb buffers with kms. Lets mesa svga return a buffer id, instead of a surface id from resource_to_handle which fixes a lot of userspace apps that assume that those handles are gem buffers. Signed-off-by: Zack Rusin --- drivers/gpu/drm/vmwgfx/vmw