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 <jesse.barnes@intel.com>
Intel Corporation,
- Initial version
Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Ideas on board SPRL,
- Driver internals
Daniel Vetter <daniel.vetter@ffwll.ch>
Intel Corporation,
- Contributions all over the place
Lukas Wunner <lukas@wunner.de>
- vga_switcheroo documentation
COPYRIGHT