Searched refs:tv_mode (Results 1 – 3 of 3) sorted by relevance
352 struct tv_mode { struct416 static const struct tv_mode tv_modes[] = {874 static const struct tv_mode *880 const struct tv_mode *tv_mode = &tv_modes[i]; in intel_tv_mode_lookup() local882 if (!strcmp(tv_format, tv_mode->name)) in intel_tv_mode_lookup()883 return tv_mode; in intel_tv_mode_lookup()888 static const struct tv_mode *899 const struct tv_mode *tv_mode = intel_tv_mode_find(intel_tv); in intel_tv_mode_valid() local902 if (tv_mode && abs(tv_mode->refresh - drm_mode_vrefresh(mode) * 1000) in intel_tv_mode_valid()922 const struct tv_mode *tv_mode = intel_tv_mode_find(intel_tv); in intel_tv_compute_config() local[all …]
212 const struct drm_display_mode *tv_mode; in nv17_tv_get_ld_modes() local215 for (tv_mode = nv17_tv_modes; tv_mode->hdisplay; tv_mode++) { in nv17_tv_get_ld_modes()218 mode = drm_mode_duplicate(encoder->dev, tv_mode); in nv17_tv_get_ld_modes()
1116 struct drm_display_mode *tv_mode; in radeon_tv_get_modes() local1129 tv_mode = drm_cvt_mode(dev, 800, 600, 60, false, false, false); in radeon_tv_get_modes()1130 tv_mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED; in radeon_tv_get_modes()1131 drm_mode_probed_add(connector, tv_mode); in radeon_tv_get_modes()