Searched refs:drm_mode_status_names (Results 1 – 1 of 1) sorted by relevance
1736 static const char * const drm_mode_status_names[] = { variable1785 if (WARN_ON(index < 0 || index >= ARRAY_SIZE(drm_mode_status_names))) in drm_get_mode_status_name()1788 return drm_mode_status_names[index]; in drm_get_mode_status_name()