Home
last modified time | relevance | path

Searched refs:vrefresh (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/sys/external/bsd/drm2/dist/drm/
Ddrm_edid.c730 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, },
735 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, },
740 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_16_9, },
745 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_16_9, },
751 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_16_9, },
757 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, },
763 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_16_9, },
769 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, },
775 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_16_9, },
781 .vrefresh = 60, .picture_aspect_ratio = HDMI_PICTURE_ASPECT_4_3, },
[all …]
Ddrm_modes.c151 int vdisplay, int vrefresh, in drm_cvt_mode() argument
182 if (!vrefresh) in drm_cvt_mode()
183 vrefresh = 60; in drm_cvt_mode()
187 vfieldrate = vrefresh * 2; in drm_cvt_mode()
189 vfieldrate = vrefresh; in drm_cvt_mode()
377 int vrefresh, bool interlaced, int margins, in drm_gtf_mode_complex() argument
435 vfieldrate_rqd = vrefresh * 2; in drm_gtf_mode_complex()
437 vfieldrate_rqd = vrefresh; in drm_gtf_mode_complex()
581 drm_gtf_mode(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh, in drm_gtf_mode() argument
584 return drm_gtf_mode_complex(dev, hdisplay, vdisplay, vrefresh, in drm_gtf_mode()
[all …]
Ddrm_probe_helper.c541 mode->vrefresh = drm_mode_vrefresh(mode); in drm_helper_probe_single_connector_modes()
Ddrm_client_modeset.c196 if (mode->vrefresh != cmdline_mode->refresh) in drm_connector_pick_cmdline_mode()
/netbsd/src/sys/dev/videomode/
Dmodelines2c.awk112 vrefresh= int(((hrefresh * ifactor) / vtotal) + .1);
114 modestr = sprintf("%dx%dx%d%s", hdisplay, vdisplay, vrefresh, iflag);
125 hdisplay/2 , vdisplay/2, vrefresh, iflag);
/netbsd/src/sys/external/bsd/drm2/dist/include/drm/
Ddrm_modes.h401 int vrefresh; member
444 (m)->name, (m)->vrefresh, (m)->clock, \
484 int hdisplay, int vdisplay, int vrefresh,
488 int hdisplay, int vdisplay, int vrefresh,
492 int vrefresh, bool interlaced,
/netbsd/src/sys/external/bsd/drm2/dist/drm/i2c/
Dch7006_mode.c44 #define NTSC_LIKE_TIMINGS .vrefresh = 60 * fixed1/1.001, \
49 #define PAL_LIKE_TIMINGS .vrefresh = 50 * fixed1, \
129 .vrefresh = 0, \
Dch7006_priv.h52 fixed vrefresh; member
/netbsd/src/sys/external/bsd/drm/dist/shared-core/
Ddrm_mode.h90 uint32_t vrefresh; /* vertical refresh * 1000 */ member
/netbsd/src/sys/dev/pci/
Dmachfb.c937 int post_div, dot_clock, vrefresh, vrefresh2; in mach64_get_mode() local
984 vrefresh = (dot_clock * 1000) / (htotal * vtotal); in mach64_get_mode()
985 vrefresh2 = ((dot_clock * 1000) - (vrefresh * htotal * vtotal)) * 100 / in mach64_get_mode()
991 hdisplay, vdisplay, vrefresh, vrefresh2, dot_clock, in mach64_get_mode()
/netbsd/src/sys/external/bsd/drm2/dist/drm/i915/
Di915_debugfs.c2915 int vrefresh = 0; in drrs_status_per_crtc() local
2963 vrefresh = panel->fixed_mode->vrefresh; in drrs_status_per_crtc()
2966 vrefresh = panel->downclock_mode->vrefresh; in drrs_status_per_crtc()
2973 seq_printf(m, "\t\tVrefresh: %d", vrefresh); in drrs_status_per_crtc()
/netbsd/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
Dvmwgfx_kms.c2234 mode->vrefresh = drm_mode_vrefresh(mode); in vmw_guess_mode_timing()
2308 mode->vrefresh = drm_mode_vrefresh(mode); in vmw_du_connector_fill_modes()