Searched refs:tv_mode (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_tv.c354 struct tv_mode { struct
418 static const struct tv_mode tv_modes[] = {
874 static const struct tv_mode *
880 const struct tv_mode *tv_mode = &tv_modes[i]; local
882 if (!strcmp(tv_format, tv_mode->name))
883 return tv_mode;
888 static const struct tv_mode *
899 const struct tv_mode *tv_mode local
916 const struct tv_mode *tv_mode = intel_tv_mode_find(intel_tv); local
937 const struct tv_mode *tv_mode = intel_tv_mode_find(intel_tv); local
1277 const struct tv_mode *tv_mode = intel_tv_mode_find(intel_tv); local
1354 const struct tv_mode *tv_mode = intel_tv_mode_find(intel_tv); local
1379 const struct tv_mode *tv_mode = intel_tv_mode_find(intel_tv); local
[all...]
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_connectors.c834 struct drm_display_mode *tv_mode; local
847 tv_mode = drm_cvt_mode(dev, 800, 600, 60, false, false, false);
848 tv_mode->type = DRM_MODE_TYPE_DRIVER | DRM_MODE_TYPE_PREFERRED;
849 drm_mode_probed_add(connector, tv_mode);

Completed in 88 milliseconds