mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-07 23:28:16 +02:00
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:
parent
9d059a60f5
commit
f4e6d656ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue