Commit Graph

12 Commits

Author SHA1 Message Date
bjorn3 0ae5d24a62 Add DRM_IOCTL_MODE_CLOSEFB 2026-05-14 20:55:51 +02:00
bjorn3 d0975d28bb Add support for DRM_IOCTL_MODE_ADDFB2 2026-05-14 12:01:15 +02:00
bjorn3 d047295496 Handle DRM_IOCTL_GET_UNIQUE and DRM_IOCTL_SET_VERSION 2026-05-13 22:56:15 +02:00
bjorn3 6fc6831f67 drm: Support MODE_PAGE_FLIP and MODE_DIRTYFB 2026-03-16 21:47:23 +01:00
Meijlen d54f05a53b redox_ioctl: drm_mode_set_plane realisation 2026-03-14 23:08:41 +07:00
bjorn3 6c340e8c57 drm: Support MODE_SET_CRTC, MODE_CURSOR and MODE_CURSOR2 2026-03-14 13:48:22 +01:00
sourceturner 1a04c02b06 Deny unsafe_op_in_unsafe_fn in generic-rt, ld_so, redox-ioctl 2026-01-21 22:43:00 +01:00
bjorn3 a710decf1b Add drm MODE_GET_PROPERTY, MODE_SET_PROPERTY and MODE_GET_PROP_BLOB 2025-12-21 20:38:53 +01:00
bjorn3 b69c6a2e11 Add drm MODE_ADD_FB and MODE_RM_FB 2025-12-20 22:10:39 +01:00
bjorn3 16decee904 Fix definition of drm_mode_crtc 2025-12-20 16:03:50 +01:00
bjorn3 22f5f23642 Support dumb buffer drm ioctls 2025-12-17 22:56:11 +01:00
bjorn3 61dc527156 Move drm ioctl (de)serialization into a new redox-ioctl crate
This will make it easier to share this code with gpu drivers in the base
repo.
2025-12-16 20:38:05 +01:00