Name
drm_get_connector_status_name — 
  return a string for connector status
 
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.