⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module drm_ioctl

Module drm_ioctl 

Source
Expand description

DRM ioctl interface for VeridianOS

Exposes the kernel DRM/KMS infrastructure through Linux-compatible ioctl numbers and C-ABI-stable structures. User-space libdrm calls ioctl() on /dev/dri/card0 or /dev/dri/renderD128 and the request is routed here via [drm_ioctl_dispatch].

Each handler bridges to the existing gpu_accel.rs APIs (GemManager, KmsManager, PageFlipManager, VirglDriver).