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