SYNOPSIS
enum vga_switcheroo_state {
VGA_SWITCHEROO_OFF,
VGA_SWITCHEROO_ON,
VGA_SWITCHEROO_NOT_FOUND
};
CONSTANTS
VGA_SWITCHEROO_OFF
- off
VGA_SWITCHEROO_ON
- on
VGA_SWITCHEROO_NOT_FOUND
- client has not registered with vga_switcheroo. Only used in vga_switcheroo_get_client_state which in turn is only called from hda_intel.c
DESCRIPTION
Client power state.
AUTHORS
Jesse Barnes <[email protected]>
Intel Corporation,
- Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
- Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
- Contributions all over the place
Lukas Wunner <[email protected]>
- vga_switcheroo documentation
COPYRIGHT