Searched refs:drm_mode_status_names (Results 1 – 1 of 1) sorted by relevance
1189 static const char * const drm_mode_status_names[] = { variable1238 if (WARN_ON(index < 0 || index >= ARRAY_SIZE(drm_mode_status_names))) in drm_get_mode_status_name()1241 return drm_mode_status_names[index]; in drm_get_mode_status_name()
Completed in 6 milliseconds