2 * Copyright 2005-2009, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
9 #include "accelerant_protos.h"
10 #include "accelerant.h"
14 vesa_dpms_capabilities(void)
16 return gInfo
->shared_info
->dpms_capabilities
;
24 if (ioctl(gInfo
->device
, VESA_GET_DPMS_MODE
, &mode
, sizeof(mode
)) != 0)
32 vesa_set_dpms_mode(uint32 mode
)
34 if (ioctl(gInfo
->device
, VESA_SET_DPMS_MODE
, &mode
, sizeof(mode
)) != 0)