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

init

Function init 

Source
pub fn init() -> Result<(), KernelError>
Expand description

Initialize the Intel i915 GPU driver (detection only).

Scans the PCI bus for Intel display-class devices and logs any found. No register programming or mode setting is performed.