Searched refs:edid_cea_modes_193 (Results 1 – 1 of 1) sorted by relevance
823 static const struct drm_display_mode edid_cea_modes_193[] = { variable1687 else if (vic >= 193 && vic < 193 + ARRAY_SIZE(edid_cea_modes_193)) in cea_mode_for_vic()1688 return &edid_cea_modes_193[vic - 193]; in cea_mode_for_vic()1695 return 193 + ARRAY_SIZE(edid_cea_modes_193); in cea_num_vics()