Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_edid.c1386 static const struct drm_display_mode edid_cea_modes_193[] = { variable
3553 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()
/OK3568_Linux_fs/u-boot/common/
H A Dedid.c823 static const struct drm_display_mode edid_cea_modes_193[] = { variable
1687 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()
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map