slint icon indicating copy to clipboard operation
slint copied to clipboard

linuxkms: upgrade drm/gbm dependencies

Open tronical opened this issue 2 years ago • 2 comments
trafficstars

Both crate dependencies need updating. The last attempt was reverted with commit 0d35e01724d83a373c260777ac8741865977be17 because it broke qemu-virgl.

tronical avatar Oct 13 '23 13:10 tronical

Updating the drm dependency requires either https://github.com/Smithay/drm-rs/pull/192 or a change in gbm.

tronical avatar Mar 20 '24 12:03 tronical

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.

tronical avatar Apr 19 '24 13:04 tronical