SYNOPSIS
- const char * drm_get_connector_status_name(enum drm_connector_status status);
ARGUMENTS
status
-
- connector status to compute name of
DESCRIPTION
In contrast to the other drm_get_*_name functions this one here returns a const pointer and hence is threadsafe.
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