Lines Matching defs:tv_mode
308 struct tv_mode { struct
309 const char *name;
311 u32 clock;
312 u16 refresh; /* in millihertz (for precision) */
313 u8 oversample;
314 u8 hsync_end;
315 u16 hblank_start, hblank_end, htotal;
316 bool progressive : 1, trilevel_sync : 1, component_only : 1;
317 u8 vsync_start_f1, vsync_start_f2, vsync_len;
318 bool veq_ena : 1;
319 u8 veq_start_f1, veq_start_f2, veq_len;
320 u8 vi_end_f1, vi_end_f2;
321 u16 nbr_end;
322 bool burst_ena : 1;
323 u8 hburst_start, hburst_len;
324 u8 vburst_start_f1;
325 u16 vburst_end_f1;
326 u8 vburst_start_f2;
327 u16 vburst_end_f2;
328 u8 vburst_start_f3;
329 u16 vburst_end_f3;
330 u8 vburst_start_f4;
331 u16 vburst_end_f4;
335 u16 dda2_size, dda3_size;
336 u8 dda1_inc;
337 u16 dda2_inc, dda3_inc;
338 u32 sc_reset;
339 bool pal_burst : 1;
343 const struct video_levels *composite_levels, *svideo_levels;
344 const struct color_conversion *composite_color, *svideo_color;
345 const u32 *filter_table;
958 const struct tv_mode *tv_mode = intel_tv_mode_find(connector->state); in intel_tv_mode_valid() local
975 intel_tv_mode_vdisplay(const struct tv_mode *tv_mode) in intel_tv_mode_vdisplay()
985 const struct tv_mode *tv_mode) in intel_tv_mode_to_mode()
1092 struct tv_mode tv_mode = {}; in intel_tv_get_config() local
1172 static bool intel_tv_vert_scaling(const struct drm_display_mode *tv_mode, in intel_tv_vert_scaling()
1190 const struct tv_mode *tv_mode = intel_tv_mode_find(conn_state); in intel_tv_compute_config() local
1340 const struct tv_mode *tv_mode, in set_tv_mode_timings()
1427 const struct tv_mode *tv_mode = intel_tv_mode_find(conn_state); in intel_tv_pre_enable() local
1675 const struct tv_mode *tv_mode = intel_tv_mode_find(connector->state); in intel_tv_find_better_format() local
1754 const struct tv_mode *tv_mode) in intel_tv_is_preferred_mode()
1767 const struct tv_mode *tv_mode) in intel_tv_set_mode_type()
1779 const struct tv_mode *tv_mode = intel_tv_mode_find(connector->state); in intel_tv_get_modes() local