diff --git a/src/amd/drm-shim/amdgpu_noop_drm_shim.c b/src/amd/drm-shim/amdgpu_noop_drm_shim.c index cd54d9b3bab..eea72e819ea 100644 --- a/src/amd/drm-shim/amdgpu_noop_drm_shim.c +++ b/src/amd/drm-shim/amdgpu_noop_drm_shim.c @@ -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 */