Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vconn.c39 static const struct drm_display_mode edid_cea_modes_1[] = { variable
245 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_edid.c718 static const struct drm_display_mode edid_cea_modes_1[] = { variable
3552 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()
/OK3568_Linux_fs/u-boot/common/
H A Dedid.c160 static const struct drm_display_mode edid_cea_modes_1[] = { variable
1685 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()
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map