Dmitry Osipenko

Results 3 issues of Dmitry Osipenko

Add PSEQ fetch instruction to grate's asm and make couple corrections to the asm that bugged me a bit for quite some time.

The requested BO flags may not match the imported BO flags, what should we do? We can either enforce flags using drm_tegra_bo_set_flags or return -EINVAL.

Two problems: 1. Rust drops `stations` that are added to `self.stations`, apparently something is wrong with ownership here: https://github.com/CertainLach/VivePro2-Linux-Driver/blob/8982075490c242bfb291cf997c07ade37357e558/bin/driver-proxy/src/driver/server_tracked_provider.rs#L87 the `stations` vec has 2 elements, but `self.stations` has 0 after...