slint
slint copied to clipboard
linuxkms: upgrade drm/gbm dependencies
trafficstars
Both crate dependencies need updating. The last attempt was reverted with commit 0d35e01724d83a373c260777ac8741865977be17 because it broke qemu-virgl.
Updating the drm dependency requires either https://github.com/Smithay/drm-rs/pull/192 or a change in gbm.
New versions of the DRM https://crates.io/crates/drm/0.12.0 and GBM https://crates.io/crates/gbm/0.15.0 crates were released, which solves the modifier problem and should also allow us to remove the surface lock workarounds.