Searched refs:vic (Results 1 – 11 of 11) sorted by relevance
3228 static __always_inline const struct drm_display_mode *cea_mode_for_vic(u8 vic) in cea_mode_for_vic() argument3233 if (vic >= 1 && vic < 1 + ARRAY_SIZE(edid_cea_modes_1)) in cea_mode_for_vic()3234 return &edid_cea_modes_1[vic - 1]; in cea_mode_for_vic()3235 if (vic >= 193 && vic < 193 + ARRAY_SIZE(edid_cea_modes_193)) in cea_mode_for_vic()3236 return &edid_cea_modes_193[vic - 193]; in cea_mode_for_vic()3245 static u8 cea_next_vic(u8 vic) in cea_next_vic() argument3247 if (++vic == 1 + ARRAY_SIZE(edid_cea_modes_1)) in cea_next_vic()3248 vic = 193; in cea_next_vic()3249 return vic; in cea_next_vic()3278 cea_mode_alternate_timings(u8 vic, struct drm_display_mode *mode) in cea_mode_alternate_timings() argument[all …]
1229 u8 vic = drm_match_cea_mode(mode); in drm_mode_validate_ycbcr420() local1233 if (test_bit(vic, hdmi->y420_vdb_modes)) { in drm_mode_validate_ycbcr420()2091 u8 vic = drm_match_cea_mode(mode); in drm_mode_is_420_only() local2093 return test_bit(vic, display->hdmi.y420_vdb_modes); in drm_mode_is_420_only()2111 u8 vic = drm_match_cea_mode(mode); in drm_mode_is_420_also() local2113 return test_bit(vic, display->hdmi.y420_cmdb_modes); in drm_mode_is_420_also()
546 if (frame->vic) { in hdmi_vendor_infoframe_length()568 if (frame->vic != 0 && frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_check()583 if (frame->vic != 0 && frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_pack()600 if (frame->vic) { in hdmi_vendor_infoframe_pack()602 p[4] = frame->vic; in hdmi_vendor_infoframe_pack()643 frame->vic = p[4]; in hdmi_vendor_infoframe_unpack()
56 const el_action_t *vic; /* The vi command mode key map */ member
923 el->el_map.vic = el_map_vi_command; in map_init()961 el->el_map.vic = NULL; in map_end()1037 const el_action_t *vic = el->el_map.vic; in map_init_vi() local1046 alt[i] = vic[i]; in map_init_vi()
911 dalt = el->el_map.vic; in tty_bind_char()
1147 dmap = el->el_map.type == MAP_VI ? el->el_map.vic : el->el_map.emacs; in terminal_bind_arrow()
395 dwhdmi_cea_mode_uses_fractional_vblank(uint8_t vic) in dwhdmi_cea_mode_uses_fractional_vblank() argument401 if (match[n] == vic) in dwhdmi_cea_mode_uses_fractional_vblank()413 const uint8_t vic = drm_match_cea_mode(mode); in dwhdmi_fc_init() local433 if (dwhdmi_cea_mode_uses_fractional_vblank(vic)) in dwhdmi_fc_init()
332 uint8_t vic; member
403 >>0 use vic-prg406 >>0 use vic-exe408 0 name vic-prg426 0 name vic-exe
10403 # From: Victor Duchovni <vic@fine.princeton.edu>