Searched refs:edid_cea_modes_193 (Results 1 – 5 of 5) sorted by relevance
1386 static const struct drm_display_mode edid_cea_modes_193[] = { variable3553 BUILD_BUG_ON(193 + ARRAY_SIZE(edid_cea_modes_193) - 1 != 219); in cea_mode_for_vic()3557 if (vic >= 193 && vic < 193 + ARRAY_SIZE(edid_cea_modes_193)) in cea_mode_for_vic()3558 return &edid_cea_modes_193[vic - 193]; in cea_mode_for_vic()3564 return 193 + ARRAY_SIZE(edid_cea_modes_193); in cea_num_vics()
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()