Lines Matching defs:tv_mode
305 struct tv_mode { struct
306 const char *name;
308 u32 clock;
309 u16 refresh; /* in millihertz (for precision) */
310 u32 oversample;
311 u8 hsync_end;
312 u16 hblank_start, hblank_end, htotal;
313 bool progressive : 1, trilevel_sync : 1, component_only : 1;
314 u8 vsync_start_f1, vsync_start_f2, vsync_len;
315 bool veq_ena : 1;
316 u8 veq_start_f1, veq_start_f2, veq_len;
317 u8 vi_end_f1, vi_end_f2;
318 u16 nbr_end;
319 bool burst_ena : 1;
320 u8 hburst_start, hburst_len;
321 u8 vburst_start_f1;
322 u16 vburst_end_f1;
323 u8 vburst_start_f2;
324 u16 vburst_end_f2;
325 u8 vburst_start_f3;
326 u16 vburst_end_f3;
327 u8 vburst_start_f4;
328 u16 vburst_end_f4;
332 u16 dda2_size, dda3_size;
333 u8 dda1_inc;
334 u16 dda2_inc, dda3_inc;
335 u32 sc_reset;
336 bool pal_burst : 1;
340 const struct video_levels *composite_levels, *svideo_levels;
341 const struct color_conversion *composite_color, *svideo_color;
342 const u32 *filter_table;
343 u16 max_srcw;
846 const struct tv_mode *tv_mode = intel_tv_mode_find(connector->state); in intel_tv_mode_valid() local
878 const struct tv_mode *tv_mode = intel_tv_mode_find(conn_state); in intel_tv_compute_config() local
905 const struct tv_mode *tv_mode, in set_tv_mode_timings()
989 const struct tv_mode *tv_mode = intel_tv_mode_find(conn_state); in intel_tv_pre_enable() local
1233 const struct tv_mode *tv_mode = intel_tv_mode_find(connector->state); in intel_tv_find_better_format() local
1312 intel_tv_choose_preferred_modes(const struct tv_mode *tv_mode, in intel_tv_choose_preferred_modes()
1330 const struct tv_mode *tv_mode = intel_tv_mode_find(connector->state); in intel_tv_get_modes() local