Home
last modified time | relevance | path

Searched refs:drm_mode_status_names (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/
Ddrm_modes.c1259 static const char * const drm_mode_status_names[] = { variable
1308 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()