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

dpms_set_state

Function dpms_set_state 

Source
pub fn dpms_set_state(state: DpmsState) -> KernelResult<()>
Expand description

Set the display DPMS state.

Controls the VGA sync signals to transition the display into the requested power state. Returns an error if DPMS is not initialized.