Searched defs:tv_mode (Results 1 – 3 of 3) sorted by relevance
352 struct tv_mode { struct353 const char *name;354 int clock;355 int refresh; /* in millihertz (for precision) */356 u32 oversample;357 int hsync_end, hblank_start, hblank_end, htotal;358 bool progressive, trilevel_sync, component_only;359 int vsync_start_f1, vsync_start_f2, vsync_len;360 bool veq_ena;361 int veq_start_f1, veq_start_f2, veq_len;[all …]
200 const struct drm_display_mode *tv_mode; in nv17_tv_get_ld_modes() local
721 struct drm_display_mode *tv_mode; in radeon_tv_get_modes() local