Searched refs:edid_cea_modes_1 (Results 1 – 6 of 6) sorted by relevance
39 static const struct drm_display_mode edid_cea_modes_1[] = { variable245 count = ARRAY_SIZE(edid_cea_modes_1); in vconn_drm_add_modes_noedid()248 const struct drm_display_mode *ptr = &edid_cea_modes_1[i]; in vconn_drm_add_modes_noedid()
718 static const struct drm_display_mode edid_cea_modes_1[] = { variable3552 BUILD_BUG_ON(1 + ARRAY_SIZE(edid_cea_modes_1) - 1 != 127); in cea_mode_for_vic()3555 if (vic >= 1 && vic < 1 + ARRAY_SIZE(edid_cea_modes_1)) in cea_mode_for_vic()3556 return &edid_cea_modes_1[vic - 1]; in cea_mode_for_vic()3569 if (++vic == 1 + ARRAY_SIZE(edid_cea_modes_1)) in cea_next_vic()
160 static const struct drm_display_mode edid_cea_modes_1[] = { variable1685 else if (vic >= 1 && vic < 1 + ARRAY_SIZE(edid_cea_modes_1)) in cea_mode_for_vic()1686 return &edid_cea_modes_1[vic - 1]; in cea_mode_for_vic()1700 if (++vic == 1 + ARRAY_SIZE(edid_cea_modes_1)) in cea_next_vic()