amd/drm-shim: bump version_minor to 54

Required by the next commit.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40596>
This commit is contained in:
Samuel Pitoiset 2026-03-30 08:51:42 +02:00 committed by Marge Bot
parent 9d059a60f5
commit f4e6d656ba

View file

@ -237,7 +237,7 @@ drm_shim_driver_init(void)
shim_device.driver_ioctl_count = ARRAY_SIZE(amdgpu_ioctls);
shim_device.version_major = 3;
shim_device.version_minor = 52;
shim_device.version_minor = 54;
shim_device.version_patchlevel = 0;
/* make drmGetDevices2 and drmProcessPciDevice happy */