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