Lines Matching defs:tv_mode
314 struct tv_mode { struct
315 const char *name;
317 u32 clock;
318 u16 refresh; /* in millihertz (for precision) */
319 u8 oversample;
320 u8 hsync_end;
321 u16 hblank_start, hblank_end, htotal;
322 bool progressive : 1, trilevel_sync : 1, component_only : 1;
323 u8 vsync_start_f1, vsync_start_f2, vsync_len;
324 bool veq_ena : 1;
325 u8 veq_start_f1, veq_start_f2, veq_len;
326 u8 vi_end_f1, vi_end_f2;
327 u16 nbr_end;
328 bool burst_ena : 1;
329 u8 hburst_start, hburst_len;
330 u8 vburst_start_f1;
331 u16 vburst_end_f1;
332 u8 vburst_start_f2;
333 u16 vburst_end_f2;
334 u8 vburst_start_f3;
335 u16 vburst_end_f3;
336 u8 vburst_start_f4;
337 u16 vburst_end_f4;
341 u16 dda2_size, dda3_size;
342 u8 dda1_inc;
343 u16 dda2_inc, dda3_inc;
344 u32 sc_reset;
345 bool pal_burst : 1;
349 const struct video_levels *composite_levels, *svideo_levels;
350 const struct color_conversion *composite_color, *svideo_color;
351 const u32 *filter_table;
962 const struct tv_mode *tv_mode = intel_tv_mode_find(connector->state); in intel_tv_mode_valid() local
984 intel_tv_mode_vdisplay(const struct tv_mode *tv_mode) in intel_tv_mode_vdisplay()
994 const struct tv_mode *tv_mode, in intel_tv_mode_to_mode()
1101 struct tv_mode tv_mode = {}; in intel_tv_get_config() local
1181 static bool intel_tv_vert_scaling(const struct drm_display_mode *tv_mode, in intel_tv_vert_scaling()
1202 const struct tv_mode *tv_mode = intel_tv_mode_find(conn_state); in intel_tv_compute_config() local
1360 const struct tv_mode *tv_mode, in set_tv_mode_timings()
1447 const struct tv_mode *tv_mode = intel_tv_mode_find(conn_state); in intel_tv_pre_enable() local
1695 const struct tv_mode *tv_mode = intel_tv_mode_find(connector->state); in intel_tv_find_better_format() local
1774 const struct tv_mode *tv_mode) in intel_tv_is_preferred_mode()
1787 const struct tv_mode *tv_mode) in intel_tv_set_mode_type()
1799 const struct tv_mode *tv_mode = intel_tv_mode_find(connector->state); in intel_tv_get_modes() local