Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_edid.c725 static const struct drm_display_mode edid_cea_modes_1[] = { variable
3230 BUILD_BUG_ON(1 + ARRAY_SIZE(edid_cea_modes_1) - 1 != 127); in cea_mode_for_vic()
3233 if (vic >= 1 && vic < 1 + ARRAY_SIZE(edid_cea_modes_1)) in cea_mode_for_vic()
3234 return &edid_cea_modes_1[vic - 1]; in cea_mode_for_vic()
3247 if (++vic == 1 + ARRAY_SIZE(edid_cea_modes_1)) in cea_next_vic()