Files
RedBear-OS/local
vasilito c5646b721f drm: implement poll_hotplug, set_property, fix fsync for VIRGL
VirtioDriver:
- Override poll_hotplug() — refresh connectors and detect
  display changes by comparing cached vs current topology
- Override set_property() — validate obj_id is a known CRTC
  or connector; compositors need property acknowledgement
  even if individual properties are no-ops for virtio-gpu

scheme.rs:
- Fix fsync() — was EOPNOTSUPP, now returns Ok(())
  Virtio-gpu commands complete synchronously, so there
  are no pending GPU operations to flush
2026-06-02 15:32:10 +03:00
..